mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
[CI:DOCS] fix default branch links
* Replace https://github.com/containers/podman/blob/master with https://github.com/containers/podman/blob/main to match the new default branch "main". Previously the default branch was "master". The substitutions were made in the documentation but not the code. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -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 or Windows PC, you should instead follow the [Mac and Windows tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md)
|
||||
If you are running on a Mac or Windows PC, you should instead follow the [Mac and Windows tutorial](https://github.com/containers/podman/blob/main/docs/tutorials/mac_win_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
|
||||
@ -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/master/install.md).
|
||||
For installing or building Podman, please see the [installation instructions](https://github.com/containers/podman/blob/main/install.md).
|
||||
|
||||
## Familiarizing yourself with Podman
|
||||
|
||||
|
Reference in New Issue
Block a user