Move the remaining mentions of matrix-org to element-hq
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
Pre-built binaries can be found attached on each release, for Linux on both `x86_64` and `aarch64` architectures.
|
||||
|
||||
- [`mas-cli-aarch64-linux.tar.gz`](https://github.com/matrix-org/matrix-authentication-service/releases/latest/download/mas-cli-aarch64-linux.tar.gz)
|
||||
- [`mas-cli-x86_64-linux.tar.gz`](https://github.com/matrix-org/matrix-authentication-service/releases/latest/download/mas-cli-x86_64-linux.tar.gz)
|
||||
- [`mas-cli-aarch64-linux.tar.gz`](https://github.com/element-hq/matrix-authentication-service/releases/latest/download/mas-cli-aarch64-linux.tar.gz)
|
||||
- [`mas-cli-x86_64-linux.tar.gz`](https://github.com/element-hq/matrix-authentication-service/releases/latest/download/mas-cli-x86_64-linux.tar.gz)
|
||||
|
||||
Each archive contains:
|
||||
|
||||
@@ -29,7 +29,7 @@ OS=linux
|
||||
VERSION=latest # or a specific version, like "v0.1.0"
|
||||
|
||||
# URL to the right archive
|
||||
URL="https://github.com/matrix-org/matrix-authentication-service/releases/${VERSION}/download/mas-cli-${ARCH}-${OS}.tar.gz"
|
||||
URL="https://github.com/element-hq/matrix-authentication-service/releases/${VERSION}/download/mas-cli-${ARCH}-${OS}.tar.gz"
|
||||
|
||||
# Create a directory and extract the archive in it
|
||||
mkdir -p /path/to/mas
|
||||
@@ -51,7 +51,7 @@ The image can also be built from the source:
|
||||
|
||||
1. Get the source
|
||||
```sh
|
||||
git clone https://github.com/matrix-org/matrix-authentication-service.git
|
||||
git clone https://github.com/element-hq/matrix-authentication-service.git
|
||||
cd matrix-authentication-service
|
||||
```
|
||||
1. Build the image
|
||||
@@ -69,7 +69,7 @@ Building from the source requires:
|
||||
|
||||
1. Get the source
|
||||
```sh
|
||||
git clone https://github.com/matrix-org/matrix-authentication-service.git
|
||||
git clone https://github.com/element-hq/matrix-authentication-service.git
|
||||
cd matrix-authentication-service
|
||||
```
|
||||
1. Build the frontend
|
||||
|
||||
Reference in New Issue
Block a user