diff options
author | William Zhang <warmchang@outlook.com> | 2018-07-18 22:22:21 +0800 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-18 15:23:22 +0000 |
commit | 4692f3ab3260a0eeca5c92ade70f88acc8e2890c (patch) | |
tree | 4d970f690f71f77e0e07d71d5191e7c83ff60161 /docs/tutorials/podman_tutorial.md | |
parent | 689bc200ddc6b94368649af71a9f057ae7c057fe (diff) | |
download | podman-4692f3ab3260a0eeca5c92ade70f88acc8e2890c.tar.gz podman-4692f3ab3260a0eeca5c92ade70f88acc8e2890c.tar.bz2 podman-4692f3ab3260a0eeca5c92ade70f88acc8e2890c.zip |
Update podman_tutorial.md
Fix the familiarizing-yourself-with-podman link.
Signed-off-by: William Zhang <warmchang@outlook.com>
Closes: #1108
Approved by: rhatdan
Diffstat (limited to 'docs/tutorials/podman_tutorial.md')
-rw-r--r-- | docs/tutorials/podman_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index dbc074712..31203aec2 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -37,7 +37,7 @@ $ make $ sudo make install PREFIX=/usr ``` -You now have a working podman environment. Jump to [Familiarizing yourself with Podman](Familiarizing yourself with Podman) +You now have a working podman environment. Jump to [Familiarizing yourself with Podman](#familiarizing-yourself-with-podman) to begin using Podman. ## Install podman on Ubuntu |