diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-23 19:20:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-23 19:20:29 +0300 |
commit | d2e2d1dcca7f4a503ddd0d355e03c8cda7b2e6ab (patch) | |
tree | f5cc1c03dbb0117e08c035060a78679d01bb4628 | |
parent | f5c4778166748a1751bd3e6f84a531c19090fe27 (diff) | |
download | docs-d2e2d1dcca7f4a503ddd0d355e03c8cda7b2e6ab.tar.gz |
update links
-rw-r--r-- | carbslinux.org | 4 | ||||
-rw-r--r-- | carbslinux.texi | 4 | ||||
-rw-r--r-- | carbslinux.txt | 4 | ||||
-rw-r--r-- | install.org | 6 | ||||
-rw-r--r-- | install.txt | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/carbslinux.org b/carbslinux.org index 4a03ad3..c4c5083 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -246,8 +246,8 @@ mkdir -p $HOME/repos Carbs Linux git repositories can be found both from the main server and GitHub (mirror). Here are both their repository links. You can clone any of them. -- git://git.carbslinux.org/repository -- https://github.com/carbslinux/repository +- https://git.carbslinux.org/repository +- https://git.sr.ht/~carbslinux/repository #+BEGIN_SRC sh git clone git://git.carbslinux.org/repository $HOME/repos/carbs diff --git a/carbslinux.texi b/carbslinux.texi index fe559a8..266489d 100644 --- a/carbslinux.texi +++ b/carbslinux.texi @@ -300,9 +300,9 @@ Carbs Linux git repositories can be found both from the main server and GitHub @itemize @item -git://git.carbslinux.org/repository +@uref{https://git.carbslinux.org/repository} @item -@uref{https://github.com/carbslinux/repository} +@uref{https://git.sr.ht/~carbslinux/repository} @end itemize @example diff --git a/carbslinux.txt b/carbslinux.txt index 9bd89ac..6079275 100644 --- a/carbslinux.txt +++ b/carbslinux.txt @@ -243,8 +243,8 @@ with the info reader. It is divided into sections and easier to read. and GitHub (mirror). Here are both their repository links. You can clone any of them. - - git://git.carbslinux.org/repository - - <https://github.com/carbslinux/repository> + - <https://git.carbslinux.org/repository> + - <https://git.sr.ht/~carbslinux/repository> ,---- | git clone git://git.carbslinux.org/repository $HOME/repos/carbs diff --git a/install.org b/install.org index 7cea7b9..fb7c7e3 100644 --- a/install.org +++ b/install.org @@ -1,4 +1,4 @@ -# Created 2021-07-23 Fri 11:14 +# Created 2021-07-23 Fri 19:20 #+TITLE: Carbs Linux Installation Guide #+AUTHOR: Cem Keylan These are the step-by-step instructions for installing Carbs Linux. It can be @@ -117,8 +117,8 @@ ahead and create that directory: Carbs Linux git repositories can be found both from the main server and GitHub (mirror). Here are both their repository links. You can clone any of them. -- git://git.carbslinux.org/repository -- https://github.com/carbslinux/repository +- https://git.carbslinux.org/repository +- https://git.sr.ht/~carbslinux/repository #+begin_src sh git clone git://git.carbslinux.org/repository $HOME/repos/carbs diff --git a/install.txt b/install.txt index 657a0aa..e80dd75 100644 --- a/install.txt +++ b/install.txt @@ -180,8 +180,8 @@ can be acquired as plain-text to be viewed offline with a pager from and GitHub (mirror). Here are both their repository links. You can clone any of them. - - git://git.carbslinux.org/repository - - <https://github.com/carbslinux/repository> + - <https://git.carbslinux.org/repository> + - <https://git.sr.ht/~carbslinux/repository> ,---- | git clone git://git.carbslinux.org/repository $HOME/repos/carbs |