From 5088f2d82b4701859d403ef4e95a65671147f3ee Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 13 Jul 2022 18:02:43 +0200 Subject: [PATCH] fix redirects Signed-off-by: CrazyMax --- compose/compose-file/index.md | 2 +- compose/environment-variables.md | 4 ++-- config/containers/runmetrics.md | 4 ++-- engine/reference/commandline/compose_events.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 4e5f64c641..ea592ce261 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -2,7 +2,7 @@ description: Compose file reference keywords: fig, composition, compose, docker redirect_from: -- /compose/yaml +- /compose/yaml/ - /compose/compose-file/compose-file-v1/ title: Compose specification toc_max: 4 diff --git a/compose/environment-variables.md b/compose/environment-variables.md index 07e0df5bd3..dd98474cc9 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -3,8 +3,8 @@ title: Environment variables in Compose description: How to set, use and manage environment variables in Compose keywords: compose, orchestration, environment, env file redirect_from: -- /compose/env -- /compose/link-env-deprecated +- /compose/env/ +- /compose/link-env-deprecated/ --- There are multiple parts of Compose that deal with environment variables in one diff --git a/config/containers/runmetrics.md b/config/containers/runmetrics.md index ee2cb828dd..8e54a3a41b 100644 --- a/config/containers/runmetrics.md +++ b/config/containers/runmetrics.md @@ -3,8 +3,8 @@ description: Measure the behavior of running containers keywords: docker, metrics, CPU, memory, disk, IO, run, runtime, stats redirect_from: - /articles/runmetrics/ -- /engine/articles/run_metrics -- /engine/articles/runmetrics +- /engine/articles/run_metrics/ +- /engine/articles/runmetrics/ - /engine/admin/runmetrics/ title: Runtime metrics --- diff --git a/engine/reference/commandline/compose_events.md b/engine/reference/commandline/compose_events.md index 30b9a4eff0..72e7f0816b 100644 --- a/engine/reference/commandline/compose_events.md +++ b/engine/reference/commandline/compose_events.md @@ -3,7 +3,7 @@ datafolder: compose-cli datafile: docker_compose_events title: docker compose events redirect_from: -- /compose/reference/events +- /compose/reference/events/ ---