From 845c8ac1fddaca31700b4dca568850f2e2ed2faf Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 10 Nov 2017 06:40:04 -0800 Subject: [PATCH] Fixing a couple of broken links (#1641) --- DEV-GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEV-GUIDE.md b/DEV-GUIDE.md index 48386ee86d81..bf7934d5ee83 100644 --- a/DEV-GUIDE.md +++ b/DEV-GUIDE.md @@ -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 @@ -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: