Skip to content

Commit 105e970

Browse files
ereadLysanne Pinto
andcommitted
Merge branch 'docs-lp-fix-links' into 'master'
Fix links in GitLab Omnibus project See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7579 Merged-by: Evan Read <[email protected]> Approved-by: Evan Read <[email protected]> Co-authored-by: Lysanne Pinto <[email protected]>
2 parents 504a092 + 460e3ff commit 105e970

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ parsed correctly.
148148

149149
### runit
150150

151-
GitLab uses [runit](http://smarden.org/runit/) recipes for
151+
GitLab uses [runit](https://smarden.org/runit/) recipes for
152152
service management and supervision. runit recipes do the job of identifying the
153153
init system used by the OS and performing basic service management tasks like
154154
creating necessary service files for GitLab, service enabling, and service

doc/architecture/multiple_database_support/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cluster for all databases_ to _one cluster per database_.
8282
Therefore the HA configuration of logical databases must be independent of the
8383
deployment model.
8484

85-
Consul [services](https://developer.hashicorp.com/consul/docs/srvices/configuration/services-configuration-reference)
85+
Consul [services](https://developer.hashicorp.com/consul/docs/services/configuration/services-configuration-reference)
8686
can have multiple health-checks and [watches](https://developer.hashicorp.com/consul/docs/dynamic-app-config/watches#service).
8787
At this level, Omnibus GitLab defines _a Consul service per database cluster_
8888
and _a service watch per logical database_.

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](https://smarden.org/runit/svlogd.8.html) for more information
80+
Read the [svlogd documentation](https://smarden.org/runit/svlogd.8) 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/redis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ redis['announce_ip_from_hostname'] = true
120120
## Setting the Redis Cache instance as an LRU
121121

122122
Using multiple Redis instances allows you to configure Redis as a
123-
[Least Recently Used cache](https://redis.io/docs/manual/eviction/). Note you should only
123+
[Least Recently Used cache](https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/). Note you should only
124124
do this for the Redis cache, rate-limiting, and repository cache instances; the Redis queues, shared
125125
state instances, and tracechunks instances should never be configured as an LRU,
126126
since they contain data (e.g. Sidekiq jobs) that is expected to be persistent.
@@ -160,7 +160,7 @@ You can configure Redis to run behind SSL.
160160
NOTE:
161161
Some `redis-cli` binaries are not built with support for directly connecting to a Redis server over TLS.
162162
If your `redis-cli` doesn't support the `--tls` flag, you will have to use something like
163-
[`stunnel`](https://redis.com/blog/stunnel-secure-redis-ssl/) to connect to the
163+
[`stunnel`](https://redis.io/blog/stunnel-secure-redis-ssl/) to connect to the
164164
Redis server using `redis-cli` for any debugging purposes.
165165

166166
### Make GitLab client connect to Redis server over SSL

doc/settings/smtp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gitlab_rails['smtp_force_ssl'] = false
142142
NOTE:
143143
Gmail has [strict sending limits](https://support.google.com/a/answer/166852)
144144
that can impair functionality as your organization grows. We strongly recommend using a
145-
transactional service like [SendGrid](https://sendgrid.com/) or [Mailgun](https://www.mailgun.com/)
145+
transactional service like [SendGrid](https://sendgrid.com/en-us) or [Mailgun](https://www.mailgun.com/)
146146
for teams using SMTP configuration.
147147

148148
```ruby
@@ -1216,7 +1216,7 @@ gitlab_rails['gitlab_email_from'] = '[email protected]'
12161216
gitlab_rails['gitlab_email_reply_to'] = '[email protected]'
12171217
```
12181218

1219-
Check the SMTP user name and SMTP user password from the ESS [dashboard](https://pfs.nifcloud.com/help/ess/dashboard.htm).
1219+
Check the SMTP user name and SMTP user password from the ESS [dashboard](https://docs.nifcloud.com/ess/help/dashboard.htm).
12201220
`gitlab_email_from` and `gitlab_email_reply_to` must be ESS authenticated sender email addresses.
12211221

12221222
### Sina mail

0 commit comments

Comments
 (0)