diff options
author | Alexander Wellbrock <a.wellbrock@mailbox.org> | 2021-03-31 13:19:53 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-04-16 13:33:03 -0400 |
commit | 4cd94ade8d595c55f2326bf5458f7fd45f74f63c (patch) | |
tree | f0bdf88eb05f01702ec0019e117081d5ca17b085 | |
parent | 10bc6233bb621bdc4971ae1da234208b1936d4cc (diff) | |
download | podman-4cd94ade8d595c55f2326bf5458f7fd45f74f63c.tar.gz podman-4cd94ade8d595c55f2326bf5458f7fd45f74f63c.tar.bz2 podman-4cd94ade8d595c55f2326bf5458f7fd45f74f63c.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>
-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 |