diff --git a/edge/index.md b/edge/index.md index 0f7a4d803d..409e7538c1 100644 --- a/edge/index.md +++ b/edge/index.md @@ -44,7 +44,7 @@ Continue reading, or go straight to [API and CLI](#api-and-cli), ##### API and CLI -- Add [version 1.28](/edge/engine/reference/api/v1.28/) of the Docker API. +- Add [version 1.28](/engine/reference/api/v1.28/) of the Docker API. - Add `--device-cgroup-rule` flag to give containers access to devices that appear after the container is started. {% include github-pr.md pr="22563" %} diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index dddd5e7b6d..c07d6e2d8d 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -2,6 +2,7 @@ description: Configure logging driver. keywords: docker, logging, driver, Fluentd redirect_from: +- /engine/reference/logging/overview/ title: Configure logging drivers --- diff --git a/engine/admin/systemd.md b/engine/admin/systemd.md index 7b8b535048..a4b7d0160b 100644 --- a/engine/admin/systemd.md +++ b/engine/admin/systemd.md @@ -3,6 +3,7 @@ description: Controlling and configuring Docker using systemd keywords: docker, daemon, systemd, configuration redirect_from: - /engine/articles/systemd/ +- /articles/systemd/ title: Control and configure Docker with systemd --- @@ -24,7 +25,7 @@ do not have `systemctl`, use the `service` command. ``` - **`service`**: - + ```bash $ sudo service docker start ``` diff --git a/engine/api/get-started.md b/engine/api/get-started.md index c88f22c26d..ee0c503b14 100644 --- a/engine/api/get-started.md +++ b/engine/api/get-started.md @@ -2,7 +2,7 @@ title: Get started with the Docker API keywords: developing, api, sdk, developers, rest, curl, python, go redirect_from: -- /engine/api/getting-started.md +- /engine/api/getting-started/ --- After you