summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-12 10:41:45 +0000
committerGitHub <noreply@github.com>2022-08-12 10:41:45 +0000
commit2e2d7524a314ecf648cc4504710165c38b3aa1bc (patch)
treea836335b6b3cfb690dc01ae317153d686f18308a
parent0fc27ce9805ff1e8c4abd80bd711c60b4d75d3f3 (diff)
parentf26a5246e3badec4c3b1fcf23a5096a2195f03e0 (diff)
downloadpodman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.tar.gz
podman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.tar.bz2
podman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.zip
Merge pull request #15253 from fulldecent/fix-broken-link-to-install-instructions
[CI:DOCS] fix updated links
-rw-r--r--README.md2
-rw-r--r--contrib/snapcraft/snap/snapcraft.yaml2
-rw-r--r--docs/tutorials/podman_tutorial.md2
-rw-r--r--docs/tutorials/podman_tutorial_cn.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 74f59af0f..aed70ad4f 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Some of these restrictions can be lifted (via `--privileged`, for example), but
If you run Podman as your user and mount in `/etc/passwd` from the host, you still won't be able to change it, since your user doesn't have permission to do so.
Almost all normal Podman functionality is available, though there are some [shortcomings](https://github.com/containers/podman/blob/main/rootless.md).
-Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://github.com/containers/podman/blob/main/install.md).
+Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://podman.io/getting-started/installation).
A little configuration by an administrator is required before rootless Podman can be used, the necessary setup is documented [here](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).
diff --git a/contrib/snapcraft/snap/snapcraft.yaml b/contrib/snapcraft/snap/snapcraft.yaml
index 57589b00e..a7f7d09b6 100644
--- a/contrib/snapcraft/snap/snapcraft.yaml
+++ b/contrib/snapcraft/snap/snapcraft.yaml
@@ -17,7 +17,7 @@ parts:
source: https://github.com/containers/podman/archive/v0.11.1.1.tar.gz
go-importpath: github.com/containers/podman
build-packages:
- # https://github.com/containers/podman/blob/main/install.md#build-and-run-dependencies
+ # https://podman.io/getting-started/installation#build-and-run-dependencies
- btrfs-tools
- git
- golang-go
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md
index e978d0fb2..30594f2f9 100644
--- a/docs/tutorials/podman_tutorial.md
+++ b/docs/tutorials/podman_tutorial.md
@@ -13,7 +13,7 @@ root escalation is required.
## Installing Podman
-For installing or building Podman, please see the [installation instructions](https://github.com/containers/podman/blob/main/install.md).
+For installing or building Podman, please see the [installation instructions](https://podman.io/getting-started/installation).
## Familiarizing yourself with Podman
diff --git a/docs/tutorials/podman_tutorial_cn.md b/docs/tutorials/podman_tutorial_cn.md
index 37608dddd..be635d3be 100644
--- a/docs/tutorials/podman_tutorial_cn.md
+++ b/docs/tutorials/podman_tutorial_cn.md
@@ -14,7 +14,7 @@ Podman是由libpod库提供一个实用的程序,可以被用于创建和管
## 安装Podman
-安装或者编译 Podman ,请参照[安装说明](https://github.com/containers/podman/blob/main/install.md)。
+安装或者编译 Podman ,请参照[安装说明](https://podman.io/getting-started/installation)。
## 熟悉podman