From d5ceedbd77f344f3099ae1e17a76e2ebf937c8f1 Mon Sep 17 00:00:00 2001 From: Superskyyy Date: Tue, 14 Jun 2022 18:59:07 -0400 Subject: [PATCH] Fix dead link markdown (#9227) --- docs/en/setup/backend/endpoint-grouping-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/backend/endpoint-grouping-rules.md b/docs/en/setup/backend/endpoint-grouping-rules.md index 5f21613fdf..da1ac79468 100644 --- a/docs/en/setup/backend/endpoint-grouping-rules.md +++ b/docs/en/setup/backend/endpoint-grouping-rules.md @@ -286,7 +286,7 @@ Here are some use cases: | `/products/123:` | serviceB | default | `${PATH}:<${METHOD}>` | default | true | `GET:/products/{id}` | ### Initialize and update the OpenAPI definitions dynamically -Use [Dynamic Configuration](dynamic-config) to initialize and update OpenAPI definitions, the endpoint grouping rules from OpenAPI +Use [Dynamic Configuration](dynamic-config.md) to initialize and update OpenAPI definitions, the endpoint grouping rules from OpenAPI will re-create by the new config.