mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix broken links in README.md for hello
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -48,4 +48,4 @@ That's it!
|
||||
|
||||
|
||||
# Next Up
|
||||
## [Tutorial 2: Input Parameters](examples/tutorial/params)
|
||||
## [Tutorial 2: Input Parameters](../../params)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -90,4 +90,4 @@ That's it!
|
||||
|
||||
|
||||
# Next Up
|
||||
## [Tutorial 2: Input Parameters](examples/tutorial/params)
|
||||
## [Tutorial 2: Input Parameters](../../params)
|
||||
|
||||
Reference in New Issue
Block a user