From 8f1a77123effffd6d20a0ba79d46880292f7a72f Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Fri, 8 Sep 2017 09:27:06 -0700 Subject: [PATCH] Update writing.md --- docs/writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing.md b/docs/writing.md index ffe3f6194..6254edf1e 100644 --- a/docs/writing.md +++ b/docs/writing.md @@ -31,7 +31,7 @@ To read in the function body, just read from STDIN. You will also have access to a set of environment variables. -* REQUEST_URL - the full URL for the request ([example here](https://github.com/fnproject/fn/tree/master/examples/tutorial/params)) +* REQUEST_URL - the full URL for the request ([example](https://github.com/fnproject/fn/tree/master/examples/tutorial/params)) * APP_NAME - the name of the application that matched this route, eg: `myapp` * ROUTE - the matched route, eg: `/hello` * METHOD - the HTTP method for the request, eg: `GET` or `POST`