diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-17 12:45:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 12:45:18 +0100 |
commit | ea2656dc8658f99a0e9be2342557763e974513b9 (patch) | |
tree | 83b0975de8ea43179521cc7b119631af4106c96a /build_osx.md | |
parent | 08c288e96b9e2e81c0e030f51adcd9e48bab757b (diff) | |
parent | d6e55577cf1444585288a8c63c9c04a2a9a9f288 (diff) | |
download | podman-ea2656dc8658f99a0e9be2342557763e974513b9.tar.gz podman-ea2656dc8658f99a0e9be2342557763e974513b9.tar.bz2 podman-ea2656dc8658f99a0e9be2342557763e974513b9.zip |
Merge pull request #12880 from eriksjolund/replace_master_branch_links_with_main_branch_links_in_docs
[CI:DOCS] fix default branch links
Diffstat (limited to 'build_osx.md')
-rw-r--r-- | build_osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_osx.md b/build_osx.md index d5a292542..631fcf9c3 100644 --- a/build_osx.md +++ b/build_osx.md @@ -52,4 +52,4 @@ $ man podman ## Using the client To learn how to use the Podman client, refer its -[tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/remote_client.md). +[tutorial](https://github.com/containers/podman/blob/main/docs/tutorials/remote_client.md). |