summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Piccolo <srp33@users.noreply.github.com>2019-10-31 19:06:56 -0600
committerDaniel J Walsh <dwalsh@redhat.com>2019-11-01 16:38:18 -0400
commitd7a8310380539305ef001977f297d45f1cd2f5ac (patch)
tree4c8992514d099506465595e832142fa89f19845d
parent04e8bf3dba50e079278ac33b43ecc2ebb8f4a156 (diff)
downloadpodman-d7a8310380539305ef001977f297d45f1cd2f5ac.tar.gz
podman-d7a8310380539305ef001977f297d45f1cd2f5ac.tar.bz2
podman-d7a8310380539305ef001977f297d45f1cd2f5ac.zip
Update link to Commands documentation
The previous link pointed to the Markdown file, but the links are broken on that page. This pull request points to the actual documentation. Grabbed from @srp33 PR https://github.com/containers/libpod/pull/4407 to help the merge process. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 166a4bebe..a53da71db 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Information on how Podman configures [OCI Hooks][spec-hooks] to run when launchi
**[Podman API](API.md)**
Documentation on the Podman API using [Varlink](https://www.varlink.org/).
-**[Podman Commands](commands.md)**
+**[Podman Commands](https://podman.readthedocs.io/en/latest/Commands.html)**
A list of the Podman commands with links to their man pages and in many cases videos
showing the commands in use.