From 73d4f1e18051e46460e2006bebb853843a960bc4 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Mon, 2 Jan 2017 21:01:44 +1300 Subject: [PATCH] Fix hot function example link (#469) --- docs/hot-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hot-functions.md b/docs/hot-functions.md index d314b2c44..dde40fdcb 100644 --- a/docs/hot-functions.md +++ b/docs/hot-functions.md @@ -19,7 +19,7 @@ input/output. ## Implementing a hot function -In the [examples directory](https://github.com/iron-io/functions/blob/master/examples/hotcontainers/http/func.go), there is one simple implementation of a hot function +In the [examples directory](https://github.com/iron-io/functions/blob/master/examples/hotfunctions/http/func.go), there is one simple implementation of a hot function which we are going to get in the details here. The basic cycle comprises three steps: read standard input up to a previosly