From b2e647a42f651c66e96dd95755785168c333bbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bour=C3=A9?= Date: Thu, 10 Oct 2024 15:28:03 +0200 Subject: [PATCH] doc: Fix broken link --- doc/general-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/general-config.md b/doc/general-config.md index 8cb91965..0cf68aca 100644 --- a/doc/general-config.md +++ b/doc/general-config.md @@ -45,7 +45,7 @@ appSync: - `resolvers`: See [Resolvers](resolvers.md) - `pipelineFunctions`: See [Pipeline functions](pipeline-functions.md) - `substitutions`: See [Substitutions](substitutions.md). Deprecated: Use environment variables. -- `environment`: A list of environment variables for the API. See [Official Documentation](https://docs.aws.amazon.com/appsync/latest/devguide/environmental-variables.html) +- `environment`: A list of environment variables for the API. See [Official Documentation](https://docs.aws.amazon.com/appsync/latest/devguide/environment-variables.html) - `caching`: See [Cacing](caching.md) - `waf`: See [Web Application Firefall](WAF.md) - `logging`: See [Logging](#Logging)