From a036436d4e4a158a462f2b65581112e96b58cf09 Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Thu, 28 Sep 2017 18:19:43 -0600 Subject: [PATCH] Fix broken links names in README.md for hello --- examples/tutorial/hello/go/README.md | 2 +- examples/tutorial/hello/java/README.md | 2 +- examples/tutorial/hello/node/README.md | 2 +- examples/tutorial/hello/php/README.md | 2 +- examples/tutorial/hello/python/README.md | 2 +- examples/tutorial/hello/ruby/README.md | 2 +- examples/tutorial/hello/rust/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/tutorial/hello/go/README.md b/examples/tutorial/hello/go/README.md index 2709da152..2e59ba40c 100644 --- a/examples/tutorial/hello/go/README.md +++ b/examples/tutorial/hello/go/README.md @@ -63,4 +63,4 @@ In Go, simply put them all in the `vendor/` directory. # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/java/README.md b/examples/tutorial/hello/java/README.md index 6bb3dde4a..ba4af2c5b 100644 --- a/examples/tutorial/hello/java/README.md +++ b/examples/tutorial/hello/java/README.md @@ -48,4 +48,4 @@ That's it! # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/node/README.md b/examples/tutorial/hello/node/README.md index c03f31b35..3fa6650e2 100644 --- a/examples/tutorial/hello/node/README.md +++ b/examples/tutorial/hello/node/README.md @@ -77,7 +77,7 @@ request('http://www.google.com', function (error, response, body) { # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/php/README.md b/examples/tutorial/hello/php/README.md index 46cbd8b84..d91f3a6ff 100644 --- a/examples/tutorial/hello/php/README.md +++ b/examples/tutorial/hello/php/README.md @@ -78,4 +78,4 @@ Open `func.php` to see it in action. # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/python/README.md b/examples/tutorial/hello/python/README.md index 71f3bdbdf..7ee2f2d8f 100644 --- a/examples/tutorial/hello/python/README.md +++ b/examples/tutorial/hello/python/README.md @@ -64,4 +64,4 @@ In Python, we create a [requirements](https://pip.pypa.io/en/stable/user_guide/) # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/ruby/README.md b/examples/tutorial/hello/ruby/README.md index 14aa871f6..5631d293e 100644 --- a/examples/tutorial/hello/ruby/README.md +++ b/examples/tutorial/hello/ruby/README.md @@ -79,7 +79,7 @@ Open `func.rb` to see it in action. # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/rust/README.md b/examples/tutorial/hello/rust/README.md index 7447096c8..4f46b153f 100644 --- a/examples/tutorial/hello/rust/README.md +++ b/examples/tutorial/hello/rust/README.md @@ -90,4 +90,4 @@ That's it! # Next Up -## [Tutorial 2: Input Parameters](../../params) +## [Part 2: Input Parameters](../../params)