Skip to content

Commit 8736165

Browse files
committed
Merge branch 'docs-its-relative-4' into 'master'
Docs: Convert remaining links in /user to relative See merge request gitlab-org/gitlab-ce!28964
2 parents adc7221 + 4738c0f commit 8736165

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

Diff for: doc/user/admin_area/geo_nodes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: howto
55
# Geo nodes admin area **[PREMIUM ONLY]**
66

77
You can configure various settings for GitLab Geo nodes. For more information, see
8-
[Geo documentation](https://docs.gitlab.com/ee/administration/geo/replication/index.md).
8+
[Geo documentation](../../administration/geo/replication/index.md).
99

1010
On the primary node, go to **Admin area > Geo**. On secondary nodes, go to **Admin area > Geo > Nodes**.
1111

@@ -29,7 +29,7 @@ changes on the **primary** node!
2929

3030
| Setting | Description |
3131
|---------------------------|-------------|
32-
| Selective synchronization | Enable Geo [selective sync](https://docs.gitlab.com/ee/administration/geo/replication/configuration.html#selective-synchronization) for this **secondary** node. |
32+
| Selective synchronization | Enable Geo [selective sync](../../administration/geo/replication/configuration.md#selective-synchronization) for this **secondary** node. |
3333
| Repository sync capacity | Number of concurrent requests this **secondary** node will make to the **primary** node when backfilling repositories. |
3434
| File sync capacity | Number of concurrent requests this **secondary** node will make to the **primary** node when backfilling files. |
3535

Diff for: doc/user/admin_area/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Admin Area is made up of the following sections:
2727
| Applications | Create system [OAuth applications](../../integration/oauth_provider.md) for integrations with other services. |
2828
| Abuse Reports | Manage [abuse reports](abuse_reports.md) submitted by your users. |
2929
| License **[STARTER ONLY]** | Upload, display, and remove [licenses](license.md). |
30-
| Push Rules **[STARTER]** | Configure pre-defined git [push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html) for projects. |
30+
| Push Rules **[STARTER]** | Configure pre-defined git [push rules](../../push_rules/push_rules.md) for projects. |
3131
| Geo **[PREMIUM ONLY]** | Configure and maintain [Geo nodes](geo_nodes.md). |
3232
| Deploy Keys | Create instance-wide [SSH deploy keys](../../ssh/README.md#deploy-keys). |
3333
| Service Templates | Create [service templates](../project/integrations/services_templates.md) for projects. |

Diff for: doc/user/admin_area/settings/email.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In order to change this option:
4040
1. Hit **Save** for the changes to take effect.
4141

4242
NOTE: **Note**: Once the hostname gets configured, every private commit email using the previous hostname, will not get
43-
recognized by GitLab. This can directly conflict with certain [Push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html) such as
43+
recognized by GitLab. This can directly conflict with certain [Push rules](../../../push_rules/push_rules.md) such as
4444
`Check whether author is a GitLab user` and `Check whether committer is the current authenticated user`.
4545

4646
<!-- ## Troubleshooting

Diff for: doc/user/application_security/container_scanning/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ container_scanning:
119119
variables:
120120
DOCKER_DRIVER: overlay2
121121
## Define two new variables based on GitLab's CI/CD predefined variables
122-
## https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables
122+
## https://docs.gitlab.com/ee/ci/variables/README.html#predefined-environment-variables
123123
CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG
124124
CI_APPLICATION_TAG: $CI_COMMIT_SHA
125125
CLAIR_LOCAL_SCAN_VERSION: v2.0.8_fe9b059d930314b54c78f75afe265955faf4fdc1
@@ -162,7 +162,7 @@ container_scanning:
162162
variables:
163163
DOCKER_DRIVER: overlay2
164164
## Define two new variables based on GitLab's CI/CD predefined variables
165-
## https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables
165+
## https://docs.gitlab.com/ee/ci/variables/README.html#predefined-environment-variables
166166
CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG
167167
CI_APPLICATION_TAG: $CI_COMMIT_SHA
168168
CLAIR_LOCAL_SCAN_VERSION: v2.0.8_fe9b059d930314b54c78f75afe265955faf4fdc1

Diff for: doc/user/group/clusters/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The domain should have a wildcard DNS configured to the Ingress IP address.
8787
When adding more than one Kubernetes cluster to your project, you need to differentiate
8888
them with an environment scope. The environment scope associates clusters with
8989
[environments](../../../ci/environments.md) similar to how the
90-
[environment-specific variables](https://docs.gitlab.com/ee/ci/variables/#limiting-environment-scopes-of-environment-variables-premium)
90+
[environment-specific variables](../../../ci/variables/README.md#limiting-environment-scopes-of-environment-variables-premium)
9191
work.
9292

9393
While evaluating which environment matches the environment scope of a

Diff for: doc/user/group/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ To enable this feature, navigate to the group settings page. Select
296296
Member lock lets a group owner prevent any new project membership to all of the
297297
projects within a group, allowing tighter control over project membership.
298298

299-
For example, if you want to lock the group for an [Audit Event](https://docs.gitlab.com/ee/administration/audit_events.html),
299+
For example, if you want to lock the group for an [Audit Event](../../administration/audit_events.md),
300300
enable Member lock to guarantee that project membership cannot be modified during that audit.
301301

302302
To enable this feature:
@@ -315,7 +315,7 @@ request to add a new user to a project through API will not be possible.
315315

316316
Group file templates allow you to share a set of templates for common file
317317
types with every project in a group. It is analogous to the
318-
[instance template repository](https://docs.gitlab.com/ee/user/admin_area/settings/instance_template_repository.html)
318+
[instance template repository](../admin_area/settings/instance_template_repository.md)
319319
feature, and the selected project should follow the same naming conventions as
320320
are documented on that page.
321321

@@ -346,7 +346,7 @@ Define project templates at a group level by setting a group as the template sou
346346
access each project's settings, and remove any project, all from the same screen.
347347
- **Webhooks**: Configure [webhooks](../project/integrations/webhooks.md) for your group.
348348
- **Kubernetes cluster integration**: Connect your GitLab group with [Kubernetes clusters](clusters/index.md).
349-
- **Audit Events**: View [Audit Events](https://docs.gitlab.com/ee/administration/audit_events.html)
349+
- **Audit Events**: View [Audit Events](../../administration/audit_events.md)
350350
for the group. **[STARTER ONLY]**
351351
- **Pipelines quota**: Keep track of the [pipeline quota](../admin_area/settings/continuous_integration.md) for the group.
352352

Diff for: doc/user/group/insights/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If no configuration was set, a [default configuration file](
3131
https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/fixtures/insights/ee/fixtures/insights/default.yml)
3232
will be used.
3333

34-
See the [Project's Insights documentation](https://docs.gitlab.com/ee/user/project/insights/index.html) for
34+
See the [Project's Insights documentation](../../project/insights/index.md) for
3535
more details about the `.gitlab/insights.yml` configuration file.
3636

3737
## Permissions

Diff for: doc/user/group/saml_sso/scim_setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9388) in [GitLab.com Silver](https://about.gitlab.com/pricing/) 11.10.
44
5-
GitLab's [SCIM API](https://docs.gitlab.com/ee/api/scim.html) implements part of [the RFC7644 protocol](https://tools.ietf.org/html/rfc7644).
5+
GitLab's [SCIM API](../../../api/scim.md) implements part of [the RFC7644 protocol](https://tools.ietf.org/html/rfc7644).
66

77
Currently, the following actions are available:
88

Diff for: doc/user/group/security_dashboard/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
redirect_to: 'https://docs.gitlab.com/ee/user/application_security/security_dashboard/index.html'
2+
redirect_to: '../../application_security/security_dashboard/index.md'
33
---
44

5-
This document was moved to [another location](https://docs.gitlab.com/ee/user/application_security/security_dashboard/index.html).
5+
This document was moved to [another location](../../application_security/security_dashboard/index.md).

Diff for: doc/user/index.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ GitLab is a Git-based platform that integrates a great number of essential tools
4949

5050
With GitLab Enterprise Edition, you can also:
5151

52-
- Provide support with [Service Desk](https://docs.gitlab.com/ee/user/project/service_desk.html).
52+
- Provide support with [Service Desk](project/service_desk.md).
5353
- Improve collaboration with
54-
[Merge Request Approvals](https://docs.gitlab.com/ee/user/project/merge_requests/index.html#merge-request-approvals-starter),
55-
[Multiple Assignees for Issues](https://docs.gitlab.com/ee/user/project/issues/multiple_assignees_for_issues.html),
54+
[Merge Request Approvals](project/merge_requests/index.md#merge-request-approvals-starter),
55+
[Multiple Assignees for Issues](project/issues/multiple_assignees_for_issues.md),
5656
and [Multiple Issue Boards](project/issue_board.md#multiple-issue-boards-starter).
57-
- Create formal relationships between issues with [Related Issues](https://docs.gitlab.com/ee/user/project/issues/related_issues.html).
58-
- Use [Burndown Charts](https://docs.gitlab.com/ee/user/project/milestones/burndown_charts.html) to track progress during a sprint or while working on a new version of their software.
59-
- Leverage [Elasticsearch](https://docs.gitlab.com/ee/integration/elasticsearch.html) with [Advanced Global Search](search/advanced_global_search.md) and [Advanced Syntax Search](search/advanced_search_syntax.md) for faster, more advanced code search across your entire GitLab instance.
60-
- [Authenticate users with Kerberos](https://docs.gitlab.com/ee/integration/kerberos.html).
57+
- Create formal relationships between issues with [Related Issues](project/issues/related_issues.md).
58+
- Use [Burndown Charts](project/milestones/burndown_charts.md) to track progress during a sprint or while working on a new version of their software.
59+
- Leverage [Elasticsearch](../integration/elasticsearch.md) with [Advanced Global Search](search/advanced_global_search.md) and [Advanced Syntax Search](search/advanced_search_syntax.md) for faster, more advanced code search across your entire GitLab instance.
60+
- [Authenticate users with Kerberos](../integration/kerberos.md).
6161
- [Mirror a repository](../workflow/repository_mirroring.md) from elsewhere on your local server.
62-
- [Export issues as CSV](https://docs.gitlab.com/ee/user/project/issues/csv_export.html).
63-
- View your entire CI/CD pipeline involving more than one project with [Multiple-Project Pipelines](https://docs.gitlab.com/ee/ci/multi_project_pipeline_graphs.html).
64-
- [Lock files](https://docs.gitlab.com/ee/user/project/file_lock.html) to prevent conflicts.
65-
- View the current health and status of each CI environment running on Kubernetes with [Deploy Boards](https://docs.gitlab.com/ee/user/project/deploy_boards.html).
66-
- Leverage continuous delivery method with [Canary Deployments](https://docs.gitlab.com/ee/user/project/canary_deployments.html).
67-
- Scan your code for vulnerabilities and [display them in merge requests](https://docs.gitlab.com/ee/user/application_security/sast/index.html).
62+
- [Export issues as CSV](project/issues/csv_export.md).
63+
- View your entire CI/CD pipeline involving more than one project with [Multiple-Project Pipelines](../ci/multi_project_pipeline_graphs.md).
64+
- [Lock files](project/file_lock.md) to prevent conflicts.
65+
- View the current health and status of each CI environment running on Kubernetes with [Deploy Boards](project/deploy_boards.md).
66+
- Leverage continuous delivery method with [Canary Deployments](project/canary_deployments.md).
67+
- Scan your code for vulnerabilities and [display them in merge requests](application_security/sast/index.md).
6868

6969
You can also [integrate](project/integrations/project_services.md) GitLab with numerous third-party applications, such as Mattermost, Microsoft Teams, HipChat, Trello, Slack, Bamboo CI, JIRA, and a lot more.
7070

Diff for: doc/user/search/advanced_global_search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> - [Introduced][ee-109] in GitLab [Starter][ee] 8.4.
44
> - This is the user documentation. To install and configure Elasticsearch,
5-
> visit the [administrator documentation](https://docs.gitlab.com/ee/integration/elasticsearch.html).
5+
> visit the [administrator documentation](../../integration/elasticsearch.md).
66
77
NOTE: **Note**
88
Advanced Global Search (powered by Elasticsearch) is not yet available on GitLab.com. We are working on adding it. [Follow this epic for the latest updates](https://gitlab.com/groups/gitlab-org/-/epics/153).

Diff for: doc/user/search/advanced_search_syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> **Notes:**
44
> - Introduced in [GitLab Enterprise Starter][ee] 9.2
55
> - This is the user documentation. To install and configure Elasticsearch,
6-
> visit the [administrator documentation](https://docs.gitlab.com/ee/integration/elasticsearch.html).
6+
> visit the [administrator documentation](../../integration/elasticsearch.md).
77
88
NOTE: **Note**
99
Advanced Global Search (powered by Elasticsearch) is not yet available on GitLab.com. We are working on adding it. [Follow this epic for the latest updates](https://gitlab.com/groups/gitlab-org/-/epics/153).

0 commit comments

Comments
 (0)