From f48e5d59c68ffc0882c3b95b7d77af080c1aef9e Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Fri, 22 Jan 2021 13:34:44 -0300 Subject: Change Arch Linux site URL's Recently Arch Linux shed the www portion of its site. The links still work, but it's a 301 redirection to archlinux.org. Changed all the URL's still pointing to www.archlinux.org to avoid the unnecessary redirection, since on browsers the 301 is usually saved and respected, but command line tools line wget or python might not save this and always go through the redirect. --- docs/installing/binary.rst | 2 +- docs/installing/guided.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/installing/binary.rst b/docs/installing/binary.rst index fa331e48..c51fb2c0 100644 --- a/docs/installing/binary.rst +++ b/docs/installing/binary.rst @@ -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 `_ package as well as `python3` to be installed locally. \ No newline at end of file +This requires the `nuitka `_ package as well as `python3` to be installed locally. \ No newline at end of file diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst index 19aee62c..d09a9622 100644 --- a/docs/installing/guided.rst +++ b/docs/installing/guided.rst @@ -100,7 +100,7 @@ There is a list of profiles to choose from. If you are unsure of what any of the Additional packages ^^^^^^^^^^^^^^^^^^^ -Some additional packages can be installed if need be. This step allows you to list *(space separated)* officially supported packages from the `package database `_. +Some additional packages can be installed if need be. This step allows you to list *(space separated)* officially supported packages from the `package database `_. .. warning:: When selecting *(or skipping)* this step. The installation will begin and your selected hard drive will be wiped after a 5 second countdown. -- cgit v1.2.3-54-g00ecf