Repository: incubator-gearpump
Updated Branches:
  refs/heads/master e9956325d -> 8aac07b86


[GEARPUMP-344] Fix broken links in README

Author: manuzhang <[email protected]>

Closes #240 from manuzhang/fix_readme.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/8aac07b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/8aac07b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/8aac07b8

Branch: refs/heads/master
Commit: 8aac07b86d4b90e4f5118f3204610d3510f93b02
Parents: e995632
Author: manuzhang <[email protected]>
Authored: Fri Mar 16 13:29:31 2018 +0800
Committer: manuzhang <[email protected]>
Committed: Fri Mar 16 13:29:37 2018 +0800

----------------------------------------------------------------------
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/8aac07b8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a6beaef..ac1c817 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,15 @@ Per initial benchmarks we are able to process near 18 
million messages/second (1
 
 
![](https://raw.githubusercontent.com/apache/incubator-gearpump/master/docs/contents/img/dashboard.png)
 
-For steps to reproduce the performance test, please check [Performance 
benchmark](http://gearpump.apache.org/releases/latest/performance-report.html).
+For steps to reproduce the performance test, please check [Performance 
benchmark](http://gearpump.apache.org/releases/latest/introduction/performance-report/index.html).
 
 ## Useful Resources
 
 * Read the [Introduction on TypeSafe's 
Blog](https://typesafe.com/blog/gearpump-real-time-streaming-engine-using-akka)
-* Learn the [Basic 
Concepts](http://gearpump.apache.org/releases/latest/basic-concepts.html)
-* How to [Develop your first 
application](http://gearpump.apache.org/releases/latest/dev-write-1st-app.html)
-* How to [Submit your first 
application](http://gearpump.apache.org/releases/latest/submit-your-1st-application.html)
-* Explore the [Maven 
dependencies](http://gearpump.apache.org/releases/latest/maven-setting.html)
+* Learn the [Basic 
Concepts](http://gearpump.apache.org/releases/latest/introduction/basic-concepts/index.html)
+* How to [Develop your first 
application](http://gearpump.apache.org/releases/latest/dev/dev-write-1st-app/index.html)
+* How to [Submit your first 
application](http://gearpump.apache.org/releases/latest/introduction/submit-your-1st-application/index.html)
+* Explore the [Maven 
dependencies](http://gearpump.apache.org/downloads.html#maven-dependencies)
 * Explore the [Document site](http://gearpump.apache.org)
 * Explore the [User Mailing 
List](http://mail-archives.apache.org/mod_mbox/incubator-gearpump-user/)
 * Report an [issue](https://issues.apache.org/jira/browse/GEARPUMP)
@@ -66,7 +66,7 @@ For Linux:
 
 ```bash
 export HTTP_PROXY=http://host:port
-export HTTPS_PROXY= http://host:port
+export HTTPS_PROXY=http://host:port
 ```
 
 ## How to run Gearpump integration test

Reply via email to