docs: fix broken links to alias pages

Alias pages redirect to the canonical names, but these pages still
linked to the aliases, causing broken links when building the docs site.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-01-19 14:06:29 +01:00
parent e758fe5a7f
commit aff4649cb7
6 changed files with 77 additions and 78 deletions

View File

@ -26,7 +26,7 @@ removed.
This does not remove images from a registry. You cannot remove an image of a
running container unless you use the `-f` option. To see all images on a host
use the [`docker image ls`](images.md) command.
use the [`docker image ls`](image_ls.md) command.
## Examples