diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-05 05:14:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 05:14:26 -0400 |
commit | 97beca9e83ea5afee5f07249967cb1bdda2b9803 (patch) | |
tree | 3c34742461cda88b09b4b0af9a03d4f9fbd7d412 | |
parent | 22c51da0ccd5accbf50161dc8762f6adce4dc3f6 (diff) | |
parent | ebde5258340f4ff2f9e3c0eb067ffabdf5bf7d6f (diff) | |
download | podman-97beca9e83ea5afee5f07249967cb1bdda2b9803.tar.gz podman-97beca9e83ea5afee5f07249967cb1bdda2b9803.tar.bz2 podman-97beca9e83ea5afee5f07249967cb1bdda2b9803.zip |
Merge pull request #14123 from DE0CH/rootless_tutorial
[CI:DOCS] Update rootless_tutorial.md
-rw-r--r-- | docs/tutorials/rootless_tutorial.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md index 57f819d6d..981916806 100644 --- a/docs/tutorials/rootless_tutorial.md +++ b/docs/tutorials/rootless_tutorial.md @@ -19,11 +19,11 @@ or for all commands by changing the value for the "Default OCI runtime" in the ` ### Installing Podman -For installing Podman, please see the [installation instructions](https://github.com/containers/podman/blob/main/install.md). +For installing Podman, please see the [installation instructions](https://podman.io/getting-started/installation). ### Building Podman -For building Podman, please see the [installation instructions](https://github.com/containers/podman/blob/main/install.md#building-from-scratch). +For building Podman, please see the [build instructions](https://podman.io/getting-started/installation#building-from-scratch). ### Install `slirp4netns` |