mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix broken links names in README.md for hello
This commit is contained in:
@@ -63,4 +63,4 @@ In Go, simply put them all in the `vendor/` directory.
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ That's it!
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ request('http://www.google.com', function (error, response, body) {
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -78,4 +78,4 @@ Open `func.php` to see it in action.
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|||||||
@@ -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](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Open `func.rb` to see it in action.
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -90,4 +90,4 @@ That's it!
|
|||||||
|
|
||||||
|
|
||||||
# Next Up
|
# Next Up
|
||||||
## [Tutorial 2: Input Parameters](../../params)
|
## [Part 2: Input Parameters](../../params)
|
||||||
|
|||||||
Reference in New Issue
Block a user