From d6e55577cf1444585288a8c63c9c04a2a9a9f288 Mon Sep 17 00:00:00 2001 From: Erik Sjölund Date: Sat, 15 Jan 2022 20:56:12 +0100 Subject: [CI:DOCS] fix default branch links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- docs/source/Tutorials.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/source/Tutorials.rst') diff --git a/docs/source/Tutorials.rst b/docs/source/Tutorials.rst index cb9ab644d..34a029484 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -4,11 +4,11 @@ Tutorials ========= Here are a number of useful tutorials to get you up and running with Podman. If you are familiar with the Docker `Container Engine`_ the command in Podman_ should be quite familiar. If you are brand new to containers, take a look at our `Introduction`. -* `Basic Setup and Use of Podman `_: Learn how to setup Podman and perform some basic commands with the utility. -* `Basic Setup and Use of Podman in a Rootless environment `_: The steps required to setup rootless Podman are enumerated. -* `Podman Mac/Windows tutorial `_: Special setup for running the Podman remote client on a Mac or Windows PC and connecting to Podman running on a Linux VM are documented. -* `How to sign and distribute container images using Podman `_: Learn how to setup and use image signing with Podman. -* `Podman remote-client tutorial `_: A brief how-to on using the Podman remote-client. -* `How to use libpod for custom/derivative projects `_: How the libpod API can be used within your own project. +* `Basic Setup and Use of Podman `_: Learn how to setup Podman and perform some basic commands with the utility. +* `Basic Setup and Use of Podman in a Rootless environment `_: The steps required to setup rootless Podman are enumerated. +* `Podman Mac/Windows tutorial `_: Special setup for running the Podman remote client on a Mac or Windows PC and connecting to Podman running on a Linux VM are documented. +* `How to sign and distribute container images using Podman `_: Learn how to setup and use image signing with Podman. +* `Podman remote-client tutorial `_: A brief how-to on using the Podman remote-client. +* `How to use libpod for custom/derivative projects `_: How the libpod API can be used within your own project. * `How to use Podman's Go RESTful bindings `_: An introduction to using our RESTful Golang bindings in an external application. -* `Common network setups `_: A basic guide to common network setups for Podman. +* `Common network setups `_: A basic guide to common network setups for Podman. -- cgit v1.2.3-54-g00ecf