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