diff options
author | minijaws <minijaws@gmail.com> | 2023-08-01 11:28:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 15:28:20 +0000 |
commit | ab0e588217a0338e3dc83547be64febad733117f (patch) | |
tree | ae50d8eb22ba53238d9288d64fa16a22dbf9e314 | |
parent | edd93fcfbce72b6f4dd95f347473c4c5721bfd99 (diff) | |
download | gitea-ab0e588217a0338e3dc83547be64febad733117f.tar.gz gitea-ab0e588217a0338e3dc83547be64febad733117f.zip |
Update Arch linux URL from community to extra (#26273)
Arch linux package link has changed from the community repo to the extra repo.
The link has been updated.
-rw-r--r-- | docs/content/installation/from-package.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/installation/from-package.en-us.md b/docs/content/installation/from-package.en-us.md index 36f3e2db08..4c29c31efc 100644 --- a/docs/content/installation/from-package.en-us.md +++ b/docs/content/installation/from-package.en-us.md @@ -40,7 +40,7 @@ apk add gitea ## Arch Linux -The rolling release distribution has [Gitea](https://www.archlinux.org/packages/community/x86_64/gitea/) in their official community repository and package updates are provided with new Gitea releases. +The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases. ```sh pacman -S gitea |