From f8b32af9e6ce07ab48a48c482460820a12c71e17 Mon Sep 17 00:00:00 2001 From: Alec Hale-Pletka Date: Fri, 23 Mar 2018 14:38:28 -0700 Subject: [PATCH] Update env-variables-in-functions example link --- docs/0.x/04-Reference/05-Functions/02-Runtime-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0.x/04-Reference/05-Functions/02-Runtime-Environment.md b/docs/0.x/04-Reference/05-Functions/02-Runtime-Environment.md index 214cbd58e..254958049 100644 --- a/docs/0.x/04-Reference/05-Functions/02-Runtime-Environment.md +++ b/docs/0.x/04-Reference/05-Functions/02-Runtime-Environment.md @@ -73,7 +73,7 @@ Inside the function, you can access it them as follows: const serviceToken = process.env['SERVICE_TOKEN'] ``` -> See an example for using environment variables inside functions [here](https://github.com/graphcool/graphcool-framework/tree/master/examples/env-variables-in-functions). +> See an example for using environment variables inside functions [here](https://github.com/graphcool/graphcool-framework/tree/master/examples/0.x/env-variables-in-functions). ## Webhooks