summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-27 17:22:29 +0200
committerGitHub <noreply@github.com>2019-09-27 17:22:29 +0200
commit849c36d1ad7a4cda1ed793653b0a80660dd4fdcc (patch)
treed35fefecb154c353bcb09abdc6aeefe161590be7
parent7de8d7328dcce6ebc30cf7b7fa789e37eeafd3cc (diff)
parent34ef662f9e084d5d203ac97bf0a63217d85548bd (diff)
downloadpodman-849c36d1ad7a4cda1ed793653b0a80660dd4fdcc.tar.gz
podman-849c36d1ad7a4cda1ed793653b0a80660dd4fdcc.tar.bz2
podman-849c36d1ad7a4cda1ed793653b0a80660dd4fdcc.zip
Merge pull request #4116 from TomSweeneyRedHat/dev/tsweeney/fixtutreadme
Make links relative in Tutorial README
-rw-r--r--docs/tutorials/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md
index c340d683f..2cf9613b6 100644
--- a/docs/tutorials/README.md
+++ b/docs/tutorials/README.md
@@ -4,18 +4,18 @@
## Links to a number of useful tutorials for the Podman utility.
-**[Introduction Tutorial](https://github.com/containers/libpod/tree/master/docs/tutorials/podman_tutorial.md)**
+**[Introduction Tutorial](podman_tutorial.md)**
Learn how to setup Podman and perform some basic commands with the utility.
-**[Basic Setup and Use of Podman in a Rootless environment.](https://github.com/containers/libpod/blob/master/docs/tutorials/rootless_tutorial.md).**
+**[Basic Setup and Use of Podman in a Rootless environment](rootless_tutorial.md)**
The steps required to setup rootless Podman are enumerated.
-**[Setup on OS X](https://github.com/containers/libpod/blob/master/doc/tutorials/mac_client.md)**
+**[Setup on OS X](mac_client.md)**
-Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented
+Special setup for running the Podman remote client on a Mac and connecting to Podman running on a Linux VM are documented.
-**[Remote Client](https://github.com/containers/libpod/blob/master/doc/tutorials/remote_client.md)**
+**[Remote Client](remote_client.md)**
A brief how-to on using the Podman remote-client.