Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/installing
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-04 15:41:33 +0000
committerGitHub <noreply@github.com>2021-04-04 15:41:33 +0000
commit85a69f694d01a789a6e9234a637b23c3a48e619b (patch)
treeb26b76c6885ad5024d4925948becb130f57800fc /docs/installing
parentef021698b698037388771600e4815b8e9152872d (diff)
parenta0a4b5dbfea72b28163b3ba50934f0b34d4ff212 (diff)
Merge pull request #161 from rffontenelle/fix-build
Fix docs warnings
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/binary.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing/binary.rst b/docs/installing/binary.rst
index c51fb2c0..9c6757b2 100644
--- a/docs/installing/binary.rst
+++ b/docs/installing/binary.rst
@@ -1,10 +1,10 @@
-.. _installing.binary
+.. _installing.binary:
Binary executable
=================
Archinstall can be compiled into a standalone executable.
-For Arch Linux based systems, there's a package for this called `archinstall <https://archlinux.life/>`_.
+For Arch Linux based systems, there's a package for this called `archinstall <https://archlinux.org/packages/extra/any/archinstall/>`_.
.. warning::
This is not required if you're running archinstall on a pre-built ISO. The installation is only required if you're creating your own scripted installations.
@@ -37,7 +37,7 @@ Which should produce a `archinstall-X.x.z-1.pkg.tar.zst` that can be installed u
.. note::
- For a complete guide on the build process, please consult the wiki on `PKGBUILD <https://wiki.archlinux.org/index.php/PKGBUILD>`_.
+ For a complete guide on the build process, please consult the `PKGBUILD on ArchWiki <https://wiki.archlinux.org/index.php/PKGBUILD>`_.
Manual compilation
------------------
@@ -49,4 +49,4 @@ Simply clone or download the source, and while standing in the cloned folder `./
nuitka3 --standalone --show-progress archinstall
-This requires the `nuitka <https://archlinux.org/packages/community/any/nuitka/>`_ package as well as `python3` to be installed locally. \ No newline at end of file
+This requires the `nuitka <https://archlinux.org/packages/community/any/nuitka/>`_ package as well as `python3` to be installed locally.