Skip to content

Commit

Permalink
Fixing a couple of broken links (istio#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored and geeknoid committed Nov 10, 2017
1 parent 399cbba commit 845c8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEV-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ so we can improve the doc.
- [Running race detection tests](#running-race-detection-tests)
- [Adding dependencies](#adding-dependencies)
- [About testing](#about-testing)
- [Local development scripts](#collection-of-scripts-and-notes-for-developing-for-istio)
- [Local development scripts](#collection-of-scripts-and-notes-for-developing-istio)

This document is intended to be relative to the branch in which it is found.
It is guaranteed that requirements will change over time for the development
Expand Down Expand Up @@ -398,11 +398,11 @@ Assuming you did (once):
git clone https://github.com/istio/istio.git
git clone https://github.com/istio/proxy.git
```
4. You can then use
4. You can then use (in the [tools/](tools/) directory)
- [tools/update_all](tools/update_all) : script to build from source
- [tools/setup_run](tools/setup_run) : run locally
- [fortio](https://github.com/istio/fortio/) (φορτίο) : load testing and minimal echo http and grpc server
- And an unrelated tool to aggregate [GitHub Contributions](githubContrib/) statistics.
- And an unrelated tool to aggregate [GitHub Contributions](tools/githubContrib/) statistics.
5. And run things like
```bash
# Test the echo server:
Expand Down

0 comments on commit 845c8ac

Please sign in to comment.