diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-06-01 15:16:42 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-06-01 15:31:56 -0400 |
commit | 433674918a247b99b0e66e07fbc22dffddb68abd (patch) | |
tree | c56e093569b1ecd8342c76389f59b7708c1d795c | |
parent | cbffdddce6d741eac4f3efa132016aba99683500 (diff) | |
download | podman-433674918a247b99b0e66e07fbc22dffddb68abd.tar.gz podman-433674918a247b99b0e66e07fbc22dffddb68abd.tar.bz2 podman-433674918a247b99b0e66e07fbc22dffddb68abd.zip |
Use secrets and machine rst file properly
This change makes secrets and machine handling match the handling of
other subcommands of Podman.
Possible fixes: https://github.com/containers/podman/issues/10513
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r-- | docs/source/Commands.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index 766b6a02e..767b09c08 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -55,7 +55,7 @@ Commands :doc:`logs <markdown/podman-logs.1>` Fetch the logs of a container -:doc:`machine <markdown/podman-machine.1>` Manage podman's virtual machine +:doc:`machine <machine>` Manage podman's virtual machine :doc:`manifest <manifest>` Create and manipulate manifest lists and image indexes @@ -91,7 +91,7 @@ Commands :doc:`search <markdown/podman-search.1>` Search registry for image -:doc:`secret <markdown/podman-secret.1>` Manage podman secrets +:doc:`secret <secret>` Manage podman secrets :doc:`start <markdown/podman-start.1>` Start one or more containers |