diff options
author | Dylan Pinn <dylan.pinn@gmail.com> | 2019-09-24 21:02:13 +1000 |
---|---|---|
committer | Dylan Pinn <me@dylanpinn.com> | 2019-09-24 22:19:21 +1000 |
commit | 0296e5046500ae55f573ce9e89e70d71962fbe07 (patch) | |
tree | bcf2f146f5cd8c96468aa08b60e8d7c18e05ecc4 /docs | |
parent | 6ce8d05a5b06d97a2897411fcbd4da6a3abb4d65 (diff) | |
download | podman-0296e5046500ae55f573ce9e89e70d71962fbe07.tar.gz podman-0296e5046500ae55f573ce9e89e70d71962fbe07.tar.bz2 podman-0296e5046500ae55f573ce9e89e70d71962fbe07.zip |
Update mac_client link
I fixed the mac_client tutorial link as it was returning a 404 error.
Signed-off-by: Dylan Pinn <me@dylanpinn.com>
Diffstat (limited to 'docs')
-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 559d25d6a..169cefc0e 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -5,7 +5,7 @@ Podman is a utility provided as part of the libpod library. It can be used to c containers. The following tutorial will teach you how to set up Podman and perform some basic commands with Podman. -If you are running on a Mac, you should instead follow the [Mac tutorial](https://github.com/containers/libpod/blob/master/mac_client.md) +If you are running on a Mac, you should instead follow the [Mac tutorial](https://github.com/containers/libpod/blob/master/docs/tutorials/mac_client.md) to set up the remote Podman client. **NOTE**: the code samples are intended to be run as a non-root user, and use `sudo` where |