From 8221867b42c806ddee81323dd693f7551968b6e6 Mon Sep 17 00:00:00 2001 From: Michael J Williams <31933474+michael-w-williams@users.noreply.github.com> Date: Mon, 16 Jul 2018 08:38:39 -0600 Subject: [PATCH] Fixlinks to func-file.md (#1122) --- docs/README.md | 2 +- docs/developers/configs.md | 2 +- docs/faq.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7e99f2382..826fe694f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ If you are a developer using Fn through the API, this section is for you. ### Getting Started * [Quickstart](https://github.com/fnproject/fn#quickstart) -* [Function file (func.yaml)](developers/function-file.md) +* [Function file (func.yaml)](developers/func-file.md) * [FDKs](developers/fdks.md) * [Config Vars for Functions](developers/configs.md) * [Hot functions](developers/hot-functions.md) diff --git a/docs/developers/configs.md b/docs/developers/configs.md index a6646e33c..afba3b60f 100644 --- a/docs/developers/configs.md +++ b/docs/developers/configs.md @@ -11,7 +11,7 @@ fn config app myapp LOG_LEVEL debug ## 2. Function configuration from func.yaml -See [Function file](function-file.md) for more info. +See [Function file](func-file.md) for more info. ## 3. Route level configuration diff --git a/docs/faq.md b/docs/faq.md index 2ac1bac43..ddca437cf 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -154,7 +154,7 @@ We currently don't yet offer Fn as a managed service which would manage network We support 'hot functions' (see the end of [this tutorial](https://github.com/fnproject/tutorials/blob/master/JavaFDKIntroduction/README.md) for an example). Hot functions will continue to live if they are used but, if not, will eventually be cleaned up. -Function timeout is configurable. Please see . Note though configurable, timeouts do have limits. For example, sync functions have a maximum upper limit of 120 seconds. +Function timeout is configurable. Please see . Note though configurable, timeouts do have limits. For example, sync functions have a maximum upper limit of 120 seconds. ### How does the service trace the liveliness of the function? If my function dies/crashes will the service provision it again?