diff options
author | SnipeX_ <andrej.halv@gmail.com> | 2023-07-24 15:06:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 09:06:10 -0400 |
commit | 05f8dada8b768c3c5c4d6cdf8e7ec2513007d9be (patch) | |
tree | 266df3a087717055b13d3bd95e9a8cb7f57e82f4 | |
parent | Resync stale devices in background (#15975) (diff) | |
download | synapse-05f8dada8b768c3c5c4d6cdf8e7ec2513007d9be.tar.xz |
Fix broken Arch Linux package link (#15981)
-rw-r--r-- | changelog.d/15981.doc | 1 | ||||
-rw-r--r-- | docs/setup/installation.md | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/15981.doc b/changelog.d/15981.doc new file mode 100644 index 0000000000..374a5bd12f --- /dev/null +++ b/changelog.d/15981.doc @@ -0,0 +1 @@ +Fix broken Arch Linux package link. Contributed by @SnipeXandrej. diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 4ca8c6b697..479f7ea543 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -135,8 +135,8 @@ Unofficial package are built for SLES 15 in the openSUSE:Backports:SLE-15 reposi #### ArchLinux -The quickest way to get up and running with ArchLinux is probably with the community package -<https://archlinux.org/packages/community/x86_64/matrix-synapse/>, which should pull in most of +The quickest way to get up and running with ArchLinux is probably with the package provided by ArchLinux +<https://archlinux.org/packages/extra/x86_64/matrix-synapse/>, which should pull in most of the necessary dependencies. pip may be outdated (6.0.7-1 and needs to be upgraded to 6.0.8-1 ): |