move some links from gitlab to signald.org
This commit is contained in:
parent
235ec55978
commit
c5389eb6c2
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ build:aarch64:deb:
|
|||
extends: .build-deb
|
||||
tags: [arm-builder]
|
||||
before_script:
|
||||
- "sed -i 's/^Architecture:.*/Architecture: arm64/g' debian/control"
|
||||
- "sed -i 's/^Architecture:.*/Architecture: arm64/g' debian/control"
|
||||
|
||||
publish deb:
|
||||
image: registry.gitlab.com/signald/infrastructure/signald-builder-x86:d5e68709
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Install
|
||||
|
||||
If you have the [signald debian repo](https://gitlab.com/signald/signald/-/blob/main/docs/install/debian.md) installed:
|
||||
If you have the [signald debian repo](https://docs.signald.org/articles/install/debian/) installed:
|
||||
|
||||
```
|
||||
sudo apt install signaldctl
|
||||
|
|
|
@ -80,6 +80,6 @@ var (
|
|||
|
||||
func init() {
|
||||
RegisterAccountCmd.Flags().BoolVarP(&voice, "voice", "V", false, "request verification code be sent via an automated voice call (code is sent via SMS by default)")
|
||||
RegisterAccountCmd.Flags().StringVarP(&captcha, "captcha", "c", "", "a captcha token may be required to register, see https://gitlab.com/signald/signald/-/wikis/Captchas for how to get one")
|
||||
RegisterAccountCmd.Flags().StringVarP(&captcha, "captcha", "c", "", "a captcha token may be required to register, see https://docs.signald.org/articles/captcha/ for how to get one")
|
||||
RegisterAccountCmd.Flags().BoolVarP(&testing, "testing", "t", false, "use the Signal testing server")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue