From 5bc5630c9e1ca7e42eb162a08d1faab467560cc1 Mon Sep 17 00:00:00 2001 From: Peter Donovan Date: Tue, 2 Jul 2024 11:41:34 -0700 Subject: [PATCH] Fix bad link --- docs/legacy_routing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/legacy_routing.ts b/docs/legacy_routing.ts index 1660c03f1..bc53b39e3 100644 --- a/docs/legacy_routing.ts +++ b/docs/legacy_routing.ts @@ -44,7 +44,7 @@ export default [ "from": "/docs/handbook/generic-types-interfaces-inheritance" }, { - "to": "/docs/reference/docker-support", + "to": "/docs/next/reference/docker-support", "from": "/docs/handbook/containerized-execution" }, { @@ -199,4 +199,4 @@ export default [ "to": "/docs/embedded/zephyr", "from": "/docs/handbook/zephyr" } -] \ No newline at end of file +]