Skip to content

Commit 246f658

Browse files
author
Ralf Grubenmann
committed
Changes old deprecated repo url to project root url, closes #3
1 parent 5b9821f commit 246f658

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ paginate_path: "/blog/page:num/"
1818
version: 2.1.0
1919

2020
github:
21-
repo: https://github.com/mlbench/mlbench-docs
21+
repo: https://github.com/mlbench/
2222

2323
markdown: kramdown
2424

_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ paginate_path: "/blog/page:num/"
2121
version: 2.1.0
2222

2323
github:
24-
repo: https://github.com/mlbench/mlbench
24+
repo: https://github.com/mlbench/
2525

2626
markdown: kramdown
2727

_posts/2018-09-07-introducing-mlbench.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MLBench is a framework for distributed machine learning. Its purpose is to impro
1414

1515
<!--more-->
1616

17-
MLBench is public, open source and vendor independent, and has two main goals:
17+
MLBench is public, open source and vendor independent, and has two main goals:
1818

1919
1. to be an easy-to-use and fair benchmarking suite for algorithms as well as for systems (software frameworks and hardware).
2020
2. to provide re-usable and reliable reference implementations of distributed ML algorithms.
@@ -37,7 +37,7 @@ MLBench is based on [Kubernetes](https://kubernetes.io/) to ease deployment in a
3737

3838
Our project is open, vendor independent and backed by academic standards, and we highly value contributions from the community
3939

40-
- [Github](https://github.com/mlbench/)
40+
- [Github](https://github.com/mlbench/mlbench-docs)
4141

4242
- [Mailing list](https://groups.google.com/d/forum/mlbench)
4343

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Home
44
---
55
<h1>mlbench: Distributed Machine Learning Benchmark</h1>
66

7-
<a href="https://travis-ci.com/mlbench/mlbench"><img src="https://travis-ci.com/mlbench/mlbench.svg?branch=develop"></a>
7+
<a href="https://travis-ci.com/mlbench/mlbench-dashboard"><img src="https://travis-ci.com/mlbench/mlbench-dashboard.svg?branch=develop"></a>
8+
<a href="https://travis-ci.com/mlbench/mlbench-core"><img src="https://travis-ci.com/mlbench/mlbench-core.svg?branch=develop"></a>
9+
<a href="https://travis-ci.com/mlbench/mlbench-benchmarks"><img src="https://travis-ci.com/mlbench/mlbench-benchmarks.svg?branch=develop"></a>
810
<a href="https://mlbench.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/mlbench/badge/?version=latest" alt="Documentation Status"></a>
911

1012

0 commit comments

Comments
 (0)