diff options
author | Alexander Wellbrock <a.wellbrock@mailbox.org> | 2021-03-31 13:19:53 +0200 |
---|---|---|
committer | Alexander Wellbrock <a.wellbrock@mailbox.org> | 2021-03-31 16:00:22 +0200 |
commit | 6fa1c7e46595e55337ea54fdd1b2a5675dcea361 (patch) | |
tree | 9ce4f86f3a8e76b66a2ea76b8aaab93acd10a55b /docs/source/image.rst | |
parent | dbb7009e5586d41a5b64806ae5fb664dc77c7bdb (diff) | |
download | podman-6fa1c7e46595e55337ea54fdd1b2a5675dcea361.tar.gz podman-6fa1c7e46595e55337ea54fdd1b2a5675dcea361.tar.bz2 podman-6fa1c7e46595e55337ea54fdd1b2a5675dcea361.zip |
Fix unmount doc reference in image.rst
This pointed to the container-unmount doc page. It now points to the
expected podman-image-unmount doc page.
Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
Diffstat (limited to 'docs/source/image.rst')
-rw-r--r-- | docs/source/image.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/image.rst b/docs/source/image.rst index 2b0ef3d43..0552df929 100644 --- a/docs/source/image.rst +++ b/docs/source/image.rst @@ -40,6 +40,6 @@ Image :doc:`trust <markdown/podman-image-trust.1>` Manage container image trust policy -:doc:`unmount <markdown/podman-unmount.1>` Unmount an image's root filesystem +:doc:`unmount <markdown/podman-image-unmount.1>` Unmount an image's root filesystem :doc:`untag <markdown/podman-untag.1>` Removes one or more names from a locally-stored image |