move some links from gitlab to signald.org

This commit is contained in:
Finn 2021-07-09 03:48:04 -07:00
parent 235ec55978
commit c5389eb6c2
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# Install # 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 sudo apt install signaldctl

View file

@ -80,6 +80,6 @@ var (
func init() { 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().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") RegisterAccountCmd.Flags().BoolVarP(&testing, "testing", "t", false, "use the Signal testing server")
} }