Skip to content

Commit 5b97a8e

Browse files
committed
Update redirected or broken links
Fix these links so they go to the right location.
1 parent 06d9c19 commit 5b97a8e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

doc/settings/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,11 +655,11 @@ To configure Sentry:
655655
gitlab_rails['sentry_environment'] = 'production'
656656
```
657657
658-
The [Sentry environment](https://docs.sentry.io/product/sentry-basics/environments/)
658+
The [Sentry environment](https://docs.sentry.io/product/sentry-basics/concepts/environments/)
659659
can be used to track errors and issues across several deployed GitLab
660660
environments, for example, lab, development, staging, and production.
661661
662-
1. Optional. To set custom [Sentry tags](https://docs.sentry.io/product/sentry-basics/enrich-data/)
662+
1. Optional. To set custom [Sentry tags](https://docs.sentry.io/product/sentry-basics/concepts/enrich-data/)
663663
on every event sent from a particular server, the `GITLAB_SENTRY_EXTRA_TAGS`
664664
an environment variable can be set. This variable is a JSON-encoded hash representing any
665665
tags that should be passed to Sentry for all exceptions from that server.

doc/settings/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The [runit-managed](../architecture/index.md#runit) services in Linux package in
7777
GitLab last wrote to that file.
7878
- `zmore` and `zgrep` allow viewing and searching through both compressed or uncompressed logs.
7979

80-
Read the [svlogd documentation](http://smarden.org/runit/svlogd.8.html) for more information
80+
Read the [svlogd documentation](https://smarden.org/runit/svlogd.8.html) for more information
8181
about the files it generates.
8282

8383
You can modify svlogd settings via `/etc/gitlab/gitlab.rb` with the following settings:

doc/settings/memory_constrained_envs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ always [upgrade to GitLab EE](https://docs.gitlab.com/ee/update/package/convert_
122122
## Optimize Puma
123123

124124
WARNING:
125-
This is an experimental [Alpha feature](https://docs.gitlab.com/ee/policy/alpha-beta-support.html#alpha-features) and subject to change without notice. The feature
125+
This is an experimental [Alpha feature](https://docs.gitlab.com/ee/policy/experiment-beta-support.html#alpha-features) and subject to change without notice. The feature
126126
is not ready for production use. If you want to use this feature, we recommend testing
127127
with non-production data first. See the [known issues](https://docs.gitlab.com/ee/administration/operations/puma.html#puma-single-mode-known-issues)
128128
for additional details.

doc/settings/microsoft_graph_mailer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ DETAILS:
1515
Prerequisites:
1616

1717
- To use the Microsoft Graph API to send mails, you must first
18-
[create an application](https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app)
18+
[create an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
1919
in the Azure Active Directory, and add the `Mail.Send`
2020
[application permission](https://learn.microsoft.com/en-us/graph/permissions-reference).
2121
- Set the application permissions to **App-only access**. Make sure the permissions are not set to **Delegated**.
2222

2323
If you would rather send application emails using [Microsoft Graph API](https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http)
24-
with [OAuth 2.0 client credentials flow](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow),
24+
with [OAuth 2.0 client credentials flow](https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow),
2525
add the following configuration information to `/etc/gitlab/gitlab.rb` and run `gitlab-ctl reconfigure`.
2626

2727
```ruby

doc/settings/smtp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ The API Key you created must be entered in `smtp_password`.
507507
### Brevo
508508

509509
This configuration was tested with the Brevo [SMTP relay service](hhttps://www.brevo.com/free-smtp-server/). To grab the
510-
relevant account credentials via the URLs commented into this example, [log in to your Brevo account](https://account-app.brevo.com/account/login).
510+
relevant account credentials via the URLs commented into this example, [log in to your Brevo account](https://login.brevo.com).
511511

512-
For further details, refer to the Brevo [help page](https://help.brevo.com/hc/en-us/articles/209462765-What-is-Sendinblue-SMTP).
512+
For further details, refer to the Brevo [help page](https://help.brevo.com/hc/en-us/articles/209462765-What-is-Brevo-SMTP).
513513

514514
```ruby
515515
gitlab_rails['smtp_enable'] = true
@@ -790,7 +790,7 @@ gitlab_rails['smtp_tls'] = true
790790
### FastMail
791791

792792
FastMail requires an
793-
[App Password](https://www.fastmail.help/hc/en-us/articles/360058752854)
793+
[App Password](https://www.fastmail.help/hc/en-us/articles/360058752854-App-passwords)
794794
even when two-step verification is not enabled.
795795

796796
```ruby
@@ -1241,7 +1241,7 @@ gitlab_rails['gitlab_email_from'] = '[email protected]'
12411241

12421242
### Feishu mail
12431243

1244-
Check out more details in the [help page](https://www.feishu.cn/hc/articles/360049068017) of Feishu mail.
1244+
Check out more details in the [help page](https://www.feishu.cn/hc/en-US/articles/360049068017-admin-allow-members-to-access-feishu-mail-using-third-party-email-clients) of Feishu mail.
12451245

12461246
```ruby
12471247
gitlab_rails['smtp_enable'] = true
@@ -1375,7 +1375,7 @@ following settings are set:
13751375
gitlab_rails['smtp_tls'] = true
13761376
```
13771377

1378-
For more details, read [about the confusion over SMTP ports, TLS, and STARTTLS](https://www.fastmail.help/hc/en-us/articles/360058753834).
1378+
For more details, read [about the confusion over SMTP ports, TLS, and STARTTLS](https://www.fastmail.help/hc/en-us/articles/360058753834-SSL-TLS-and-STARTTLS).
13791379

13801380
### Emails not sending when using external Sidekiq
13811381

0 commit comments

Comments
 (0)