Skip to content

Commit

Permalink
insert replacement macros where they weren't being used
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Jun 20, 2023
1 parent de6971c commit 48c9a37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -853,9 +853,9 @@ Notes
Arch Linux is, by design, a very stripped down, light-weight OS. You may
need to perform a significant amount of configuration to get a usable
OS. Please refer to this `README.md
<https://github.com/{orgrepo}/blob/master/examples/arch/README.md>`_
<https://github.com/{orgrepo}/blob/{repobranch}/examples/arch/README.md>`_
and the `Arch Linux example
<https://github.com/{orgrepo}/blob/master/examples/arch/>`_
<https://github.com/{orgrepo}/blob/{repobranch}/examples/arch/>`_
for more info.

.. _build-busybox:
Expand Down
6 changes: 3 additions & 3 deletions contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Other dependencies include:
More information about contributing to the documentation, instructions
on how to install the dependencies, and how to generate the files can be
obtained `here
<https://github.com/{orgrepo}-userdocs/blob/main/README.md>`__.
<https://github.com/{orgrepo}-userdocs/blob/{repobranch}/README.md>`__.

For more information on using Git and GitHub to create a pull request
suggesting additions and edits to the docs, see the :ref:`section on
Expand All @@ -85,9 +85,9 @@ that you fork the main repo, create a new branch to make changes, and
submit a pull request (PR) to the main branch.

Check out our official `CONTRIBUTING.md
<https://github.com/{orgrepo}/blob/main/CONTRIBUTING.md>`_
<https://github.com/{orgrepo}/blob/{repobranch}/CONTRIBUTING.md>`_
document, which also includes a `code of conduct
<https://github.com/{orgrepo}/blob/main/CONTRIBUTING.md#code-of-conduct>`_.
<https://github.com/{orgrepo}/blob/{repobranch}/CONTRIBUTING.md#code-of-conduct>`_.

Step 1. Fork the repo
=====================
Expand Down
2 changes: 1 addition & 1 deletion encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ at runtime in memory.
normal unprivileged users and decrypted either without a suid installion or with the ``--userns``
option. The partition type in a SIF image in this case will be shown as ``Gocryptfs squashfs``.
This case requires
`unprivileged user namespaces <https://apptainer.org/docs/admin/main/user_namespace.html>`_.
`unprivileged user namespaces <{admindocs}/user_namespace.html>`_.

**********************
Encrypting a container
Expand Down
2 changes: 1 addition & 1 deletion plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ by reading the `Go documentation
plugin package.

Example plugins can be found in the {Project} `source code
<https://github.com/{orgrepo}/tree/master/examples/plugins>`_.
<https://github.com/{orgrepo}/tree/{repobranch}/examples/plugins>`_.

0 comments on commit 48c9a37

Please sign in to comment.