Skip to content

Commit 26e476a

Browse files
authored
Merge pull request #197 from bcgov/dev
Point to tech docs for more Kong 3 upgrade info
2 parents 0d78792 + 6bbe89f commit 26e476a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microservices/compatibilityApi/routers/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def validate_kong_config(config: dict) -> ValidationResponse:
4141
"APS will soon be updated to use Kong Gateway version 3.\n"
4242
"Kong 3 requires that regular expressions in route paths start with a '~' character.\n\n"
4343
"For more information, please visit:\n"
44-
"https://docs.konghq.com/deck/latest/3.0-upgrade\n\n"
44+
"https://developer.gov.bc.ca/docs/default/component/aps-infra-platform-docs/reference/kong3-upgrade/\n\n"
4545
"Please update the following routes:"
4646
)
4747

microservices/gatewayApi/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def json(self):
319319
"APS will soon be updated to use Kong Gateway version 3.\n"
320320
"Kong 3 requires that regular expressions in route paths start with a '~' character.\n\n"
321321
"For more information, please visit:\n"
322-
"https://docs.konghq.com/deck/latest/3.0-upgrade\n\n"
322+
"https://developer.gov.bc.ca/docs/default/component/aps-infra-platform-docs/reference/kong3-upgrade/\n\n"
323323
"Please update the following routes:"
324324
)
325325

0 commit comments

Comments
 (0)