Skip to content

Commit

Permalink
Fix wiki links in README.md
Browse files Browse the repository at this point in the history
Fix some of the wiki links likely broken by recent Github changes.

See:
 * https://github.com/blog/1395-relative-links-in-markup-files
 * https://github.com/github/gollum/issues/236
  • Loading branch information
joshmoore committed Feb 15, 2013
1 parent a7aba18 commit 502a838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Hystrix is a latency and fault tolerance library designed to isolate points of a

## Full Documentation

See the [Wiki](Hystrix/wiki) for full documentation, examples, operational details and other information.
See the [Wiki](https://github.com/Netflix/Hystrix/wiki/) for full documentation, examples, operational details and other information.

See the [Javadoc](http://netflix.github.com/Hystrix/javadoc) for the API.

Expand Down Expand Up @@ -62,7 +62,7 @@ String s = new CommandHelloWorld("Bob").execute();
Future<String> s = new CommandHelloWorld("Bob").queue();
```

More examples and information can be found in the [How To Use](Hystrix/wiki/How-To-Use) section.
More examples and information can be found in the [How To Use](https://github.com/Netflix/Hystrix/wiki/How-To-Use) section.

Example source code can be found in the [hystrix-examples](Hystrix/tree/master/hystrix-examples/src/main/java/com/netflix/hystrix/examples) module.

Expand Down Expand Up @@ -127,7 +127,7 @@ $ cd Hystrix/
$ ./gradlew build
```

Futher details on building can be found on the [Getting Started](Hystrix/wiki/Getting-Started) page of the wiki.
Futher details on building can be found on the [Getting Started](https://github.com/Netflix/Hystrix/wiki/Getting-Started) page of the wiki.

## Run Demo

Expand Down

0 comments on commit 502a838

Please sign in to comment.