Fix broken links in README.md for hello

This commit is contained in:
Michael Williams
2017-09-28 18:14:37 -06:00
parent a3e274105f
commit f8eda190a9
8 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ Learn the basics about sending data into your function. Choose your language:
* [php](hello/php) * [php](hello/php)
* [python](hello/python) * [python](hello/python)
* [ruby](hello/ruby) * [ruby](hello/ruby)
* [rust](helo/rust) * [rust](hello/rust)
### Part 2 ### Part 2

View File

@@ -63,4 +63,4 @@ In Go, simply put them all in the `vendor/` directory.
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -48,4 +48,4 @@ That's it!
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -77,7 +77,7 @@ request('http://www.google.com', function (error, response, body) {
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -78,4 +78,4 @@ Open `func.php` to see it in action.
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -64,4 +64,4 @@ In Python, we create a [requirements](https://pip.pypa.io/en/stable/user_guide/)
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -79,7 +79,7 @@ Open `func.rb` to see it in action.
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)

View File

@@ -90,4 +90,4 @@ That's it!
# Next Up # Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params) ## [Tutorial 2: Input Parameters](../../params)