diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md index cbf20b3a4..01475760a 100644 --- a/examples/tutorial/README.md +++ b/examples/tutorial/README.md @@ -15,7 +15,7 @@ Learn the basics about sending data into your function. Choose your language: * [php](hello/php) * [python](hello/python) * [ruby](hello/ruby) -* [rust](helo/rust) +* [rust](hello/rust) ### Part 2 diff --git a/examples/tutorial/hello/go/README.md b/examples/tutorial/hello/go/README.md index c5c4ba269..2709da152 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/java/README.md b/examples/tutorial/hello/java/README.md index 8ab0d6fd7..6bb3dde4a 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/node/README.md b/examples/tutorial/hello/node/README.md index 3871f225a..c03f31b35 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/php/README.md b/examples/tutorial/hello/php/README.md index 419e05486..46cbd8b84 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/python/README.md b/examples/tutorial/hello/python/README.md index a6ddd4b16..71f3bdbdf 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/ruby/README.md b/examples/tutorial/hello/ruby/README.md index acdbf387e..14aa871f6 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params) diff --git a/examples/tutorial/hello/rust/README.md b/examples/tutorial/hello/rust/README.md index 0b6e556d7..7447096c8 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](examples/tutorial/params) +## [Tutorial 2: Input Parameters](../../params)