mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
docs: Update some broken links.
This commit is contained in:
committed by
Tim Abbott
parent
5ce956c9bb
commit
ef238f2bf5
@@ -60,5 +60,5 @@ Here are the top things to know:
|
|||||||
to the _index_ (that is _stage_) with `git add`. _Commit_ to the HEAD of the
|
to the _index_ (that is _stage_) with `git add`. _Commit_ to the HEAD of the
|
||||||
current branch with `git commit`.
|
current branch with `git commit`.
|
||||||
|
|
||||||
[gitbook-basics]: https://git-scm.com/book/en/v2/Getting-Started-Git-Basics
|
[gitbook-basics]: https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository
|
||||||
[understanding-git]: https://web.mit.edu/nelhage/Public/git-slides-2009.pdf
|
[understanding-git]: https://web.mit.edu/nelhage/Public/git-slides-2009.pdf
|
||||||
|
@@ -443,8 +443,8 @@ complicated rebase.
|
|||||||
[gitbook-git-pull]: https://git-scm.com/docs/git-pull
|
[gitbook-git-pull]: https://git-scm.com/docs/git-pull
|
||||||
[gitbook-git-rebase]: https://git-scm.com/docs/git-rebase
|
[gitbook-git-rebase]: https://git-scm.com/docs/git-rebase
|
||||||
[gitbook-git-status]: https://git-scm.com/docs/git-status
|
[gitbook-git-status]: https://git-scm.com/docs/git-status
|
||||||
[gitbook-other-envs-bash]: https://git-scm.com/book/en/v2/Git-in-Other-Environments-Git-in-Bash
|
[gitbook-other-envs-bash]: https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Bash
|
||||||
[gitbook-other-envs-zsh]: https://git-scm.com/book/en/v2/Git-in-Other-Environments-Git-in-Zsh
|
[gitbook-other-envs-zsh]: https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh
|
||||||
[gitbook-rm]: https://git-scm.com/docs/git-rm
|
[gitbook-rm]: https://git-scm.com/docs/git-rm
|
||||||
[github-help-closing-issues]: https://help.github.com/en/articles/closing-issues-via-commit-messages
|
[github-help-closing-issues]: https://help.github.com/en/articles/closing-issues-via-commit-messages
|
||||||
[github-help-push]: https://help.github.com/en/articles/pushing-to-a-remote
|
[github-help-push]: https://help.github.com/en/articles/pushing-to-a-remote
|
||||||
|
@@ -938,7 +938,7 @@ integration](../production/scim.md).
|
|||||||
|
|
||||||
### Using Authentik as a SAML IdP
|
### Using Authentik as a SAML IdP
|
||||||
|
|
||||||
1. Make sure you reviewed [this article](https://goauthentik.io/integrations/services/zulip/), which
|
1. Make sure you reviewed [this article](https://integrations.goauthentik.io/chat-communication-collaboration/zulip/), which
|
||||||
details how to integrate Zulip with Authentik.
|
details how to integrate Zulip with Authentik.
|
||||||
1. Verify that `SOCIAL_AUTH_SAML_ENABLED_IDPS[{idp_name}]['entity_id']` and
|
1. Verify that `SOCIAL_AUTH_SAML_ENABLED_IDPS[{idp_name}]['entity_id']` and
|
||||||
`SOCIAL_AUTH_SAML_ENABLED_IDPS[{idp_name}]['url']` are correct in your Zulip
|
`SOCIAL_AUTH_SAML_ENABLED_IDPS[{idp_name}]['url']` are correct in your Zulip
|
||||||
|
@@ -49,10 +49,10 @@ email addresses and send notifications.
|
|||||||
|
|
||||||
For sending outgoing email from your Zulip server, we highly recommend
|
For sending outgoing email from your Zulip server, we highly recommend
|
||||||
using a "transactional email" service like
|
using a "transactional email" service like
|
||||||
[Mailgun](https://documentation.mailgun.com/en/latest/quickstart-sending.html#send-via-smtp),
|
[Mailgun](https://documentation.mailgun.com/docs/mailgun/user-manual/sending-messages/send-smtp),
|
||||||
[SendGrid](https://sendgrid.com/docs/API_Reference/SMTP_API/integrating_with_the_smtp_api.html),
|
[SendGrid](https://www.twilio.com/docs/sendgrid/for-developers/sending-email/integrating-with-the-smtp-api),
|
||||||
or, for AWS users,
|
or, for AWS users,
|
||||||
[Amazon SES](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp.html).
|
[Amazon SES](https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html).
|
||||||
These services are designed to send email from servers, and are by far
|
These services are designed to send email from servers, and are by far
|
||||||
the easiest way to get outgoing email working reliably (Mailgun has
|
the easiest way to get outgoing email working reliably (Mailgun has
|
||||||
the best documentation).
|
the best documentation).
|
||||||
|
@@ -189,7 +189,8 @@ Learning more:
|
|||||||
server administrators. This extremely low-traffic list is for
|
server administrators. This extremely low-traffic list is for
|
||||||
important announcements, including [new
|
important announcements, including [new
|
||||||
releases](../overview/release-lifecycle.md) and security issues.
|
releases](../overview/release-lifecycle.md) and security issues.
|
||||||
- Follow [Zulip on Twitter](https://twitter.com/zulip).
|
- Follow us on [Mastodon](https://fosstodon.org/@zulip) or
|
||||||
|
[X/Twitter](https://x.com/zulip).
|
||||||
- Learn how to [configure your Zulip server settings](settings.md).
|
- Learn how to [configure your Zulip server settings](settings.md).
|
||||||
- Learn about [Backups, export and import](export-and-import.md)
|
- Learn about [Backups, export and import](export-and-import.md)
|
||||||
and [upgrading](upgrade.md) a production Zulip
|
and [upgrading](upgrade.md) a production Zulip
|
||||||
|
@@ -794,7 +794,7 @@ confirm everything is working correctly.
|
|||||||
|
|
||||||
3. Follow [Debian's instructions to upgrade the OS][bullseye-upgrade].
|
3. Follow [Debian's instructions to upgrade the OS][bullseye-upgrade].
|
||||||
|
|
||||||
[bullseye-upgrade]: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-upgrading.html
|
[bullseye-upgrade]: https://www.debian.org/releases/bullseye/amd64/release-notes.en.txt
|
||||||
|
|
||||||
When prompted for you how to upgrade configuration
|
When prompted for you how to upgrade configuration
|
||||||
files for services that Zulip manages like Redis, PostgreSQL,
|
files for services that Zulip manages like Redis, PostgreSQL,
|
||||||
|
@@ -81,7 +81,7 @@ preparing a new release.
|
|||||||
- Email to [zulip-announce](https://groups.google.com/g/zulip-announce)
|
- Email to [zulip-announce](https://groups.google.com/g/zulip-announce)
|
||||||
- Email to [zulip-blog-announce](https://groups.google.com/a/zulip.com/g/zulip-blog-announce)
|
- Email to [zulip-blog-announce](https://groups.google.com/a/zulip.com/g/zulip-blog-announce)
|
||||||
- Message in [#announce](https://chat.zulip.org/#narrow/channel/1-announce)
|
- Message in [#announce](https://chat.zulip.org/#narrow/channel/1-announce)
|
||||||
- Tweet from [@zulip](https://twitter.com/zulip).
|
- Tweet from [@zulip](https://x.com/zulip).
|
||||||
- Toot from [fosstodon.org/@zulip](https://fosstodon.org/@zulip)
|
- Toot from [fosstodon.org/@zulip](https://fosstodon.org/@zulip)
|
||||||
|
|
||||||
### Post-release
|
### Post-release
|
||||||
|
@@ -48,7 +48,7 @@ to check out your branch.
|
|||||||
|
|
||||||
- [QuickTime](https://support.apple.com/en-in/HT201066)
|
- [QuickTime](https://support.apple.com/en-in/HT201066)
|
||||||
- [GIPHY](https://giphy.com/apps/giphycapture)
|
- [GIPHY](https://giphy.com/apps/giphycapture)
|
||||||
- [CloudApp](https://www.getcloudapp.com)
|
- [Zight](https://zight.com)
|
||||||
- [Kap](https://getkap.co)
|
- [Kap](https://getkap.co)
|
||||||
- [Gifski](https://sindresorhus.com/gifski)
|
- [Gifski](https://sindresorhus.com/gifski)
|
||||||
- [Gyazo GIF](https://gyazo.com/en)
|
- [Gyazo GIF](https://gyazo.com/en)
|
||||||
@@ -57,7 +57,6 @@ to check out your branch.
|
|||||||
|
|
||||||
- [ScreenToGif](https://www.screentogif.com)
|
- [ScreenToGif](https://www.screentogif.com)
|
||||||
- [Gyazo GIF](https://gyazo.com/en)
|
- [Gyazo GIF](https://gyazo.com/en)
|
||||||
- [Monosnap](https://monosnap.com)
|
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user