Skip to content
代码片段 群组 项目
提交 f6514dbc 编辑于 作者: Evan Read's avatar Evan Read
浏览文件

Fix links in Geo documentation code comments

上级 4a6c393b
No related branches found
No related tags found
无相关合并请求
...@@ -190,7 +190,7 @@ keys must be manually replicated to the **secondary** site. ...@@ -190,7 +190,7 @@ keys must be manually replicated to the **secondary** site.
```ruby ```ruby
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
``` ```
......
...@@ -67,7 +67,7 @@ The following steps enable a GitLab site to serve as the Geo **primary** site. ...@@ -67,7 +67,7 @@ The following steps enable a GitLab site to serve as the Geo **primary** site.
```ruby ```ruby
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
...@@ -217,7 +217,7 @@ then make the following modifications: ...@@ -217,7 +217,7 @@ then make the following modifications:
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
...@@ -318,7 +318,7 @@ application nodes above, with some changes to run only the `sidekiq` service: ...@@ -318,7 +318,7 @@ application nodes above, with some changes to run only the `sidekiq` service:
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
......
...@@ -75,7 +75,7 @@ There is an [issue where support is being discussed](https://gitlab.com/gitlab-o ...@@ -75,7 +75,7 @@ There is an [issue where support is being discussed](https://gitlab.com/gitlab-o
```ruby ```ruby
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
``` ```
......
...@@ -39,7 +39,7 @@ developed and tested. We aim to be compatible with most external ...@@ -39,7 +39,7 @@ developed and tested. We aim to be compatible with most external
## ##
## The unique identifier for the Geo site. See ## The unique identifier for the Geo site. See
## https://docs.gitlab.com/ee/administration/geo_nodes.html#common-settings ## https://docs.gitlab.com/ee/administration/geo_sites.html#common-settings
## ##
gitlab_rails['geo_node_name'] = '<site_name_here>' gitlab_rails['geo_node_name'] = '<site_name_here>'
``` ```
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册