Skip to content

Commit cab0c20

Browse files
Ravlenaxilleas
authored andcommitted
Docs: Convert links in various docs to relative
1 parent 8736165 commit cab0c20

File tree

16 files changed

+30
-31
lines changed

16 files changed

+30
-31
lines changed

doc/analytics/README.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/group/index.html#user-contribution-analysis-starter'
2+
redirect_to: '../user/group/index.md#user-contribution-analysis-starter'
33
---
44

5-
This document was moved to [another location](https://docs.gitlab.com/ee/user/group/index.html#user-contribution-analysis-starter)
5+
This document was moved to [another location](../user/group/index.md#user-contribution-analysis-starter)
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
redirect_to: 'https://docs.gitlab.com/ee/user/group/contribution_analytics/index.html'
2+
redirect_to: '../user/group/contribution_analytics/index.md'
33
---
44

5-
This document was moved to [another location](https://docs.gitlab.com/ee/user/group/contribution_analytics/index.html).
5+
This document was moved to [another location](../user/group/contribution_analytics/index.md).
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
redirect_to: 'https://docs.gitlab.com/ee/administration/auth/how_to_configure_ldap_gitlab_ee/index.html'
2+
redirect_to: '../../administration/auth/how_to_configure_ldap_gitlab_ee/index.md'
33
---
44

5-
This document was moved to [another location](https://docs.gitlab.com/ee/administration/auth/how_to_configure_ldap_gitlab_ee/index.html).
5+
This document was moved to [another location](../../administration/auth/how_to_configure_ldap_gitlab_ee/index.md).
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
redirect_to: 'https://docs.gitlab.com/ee/user/project/description_templates.html#setting-a-default-template-for-issues-and-merge-requests--starter'
2+
redirect_to: '../user/project/description_templates.md#setting-a-default-template-for-issues-and-merge-requests--starter'
33
---
44

5-
This document was moved to [description_templates](https://docs.gitlab.com/ee/user/project/description_templates.html#setting-a-default-template-for-issues-and-merge-requests--starter).
5+
This document was moved to [description_templates](../user/project/description_templates.md#setting-a-default-template-for-issues-and-merge-requests--starter).

doc/git_hooks/git_hooks.md

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

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

doc/gitlab-basics/create-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a project in GitLab:
1616
- [Import a project](../user/project/import/index.md) from a different repository,
1717
if enabled on your GitLab instance. Contact your GitLab admin if this
1818
is unavailable.
19-
- Run [CI/CD pipelines for external repositories](https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/index.html). **[PREMIUM]**
19+
- Run [CI/CD pipelines for external repositories](../ci/ci_cd_for_external_repos/index.md). **[PREMIUM]**
2020

2121
## Blank projects
2222

doc/install/aws/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ after the instance is created.
383383

384384
CAUTION: **Caution:**
385385
We **do not** recommend using the AWS Elastic File System (EFS), as it can result
386-
in [significantly degraded performance](../../administration/high_availability/nfs.html#avoid-using-awss-elastic-file-system-efs).
386+
in [significantly degraded performance](../../administration/high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs).
387387

388388
### Configure security group
389389

@@ -649,12 +649,12 @@ Have a read through these other resources and feel free to
649649
[open an issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/new)
650650
to request additional material:
651651

652-
- [GitLab High Availability](https://docs.gitlab.com/ee/administration/high_availability/):
652+
- [GitLab High Availability](../../administration/high_availability/README.md):
653653
GitLab supports several different types of clustering and high-availability.
654-
- [Geo replication](https://docs.gitlab.com/ee/administration/geo/replication/):
654+
- [Geo replication](../../administration/geo/replication/index.md):
655655
Geo is the solution for widely distributed development teams.
656656
- [Omnibus GitLab](https://docs.gitlab.com/omnibus/) - Everything you need to know
657657
about administering your GitLab instance.
658-
- [Upload a license](https://docs.gitlab.com/ee/user/admin_area/license.html):
658+
- [Upload a license](../../user/admin_area/license.md):
659659
Activate all GitLab Enterprise Edition functionality with a license.
660660
- [Pricing](https://about.gitlab.com/pricing): Pricing for the different tiers.

doc/install/kubernetes/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you're not sure if Kubernetes is for you, our
1010
[Omnibus GitLab packages](../README.md#installing-gitlab-using-the-omnibus-gitlab-package-recommended)
1111
are mature, scalable, support [high availability](../../administration/high_availability/README.md)
1212
and are used today on GitLab.com.
13-
It is not necessary to have GitLab installed on Kubernetes in order to use [GitLab Kubernetes integration](https://docs.gitlab.com/ee/user/project/clusters/index.html).
13+
It is not necessary to have GitLab installed on Kubernetes in order to use [GitLab Kubernetes integration](../../user/project/clusters/index.md).
1414

1515
The easiest method to deploy GitLab on [Kubernetes](https://kubernetes.io/) is
1616
to take advantage of GitLab's Helm charts. [Helm](https://github.com/kubernetes/helm/blob/master/README.md)

doc/install/requirements.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ features of GitLab work with MySQL/MariaDB:
105105

106106
1. MySQL support for subgroups was [dropped with GitLab 9.3][post].
107107
See [issue #30472][30472] for more information.
108-
1. Geo does [not support MySQL](https://docs.gitlab.com/ee/administration/geo/replication/database.html). This means no supported Disaster Recovery solution if using MySQL. **[PREMIUM ONLY]**
108+
1. Geo does [not support MySQL](../administration/geo/replication/database.md). This means no supported Disaster Recovery solution if using MySQL. **[PREMIUM ONLY]**
109109
1. [Zero downtime migrations](../update/README.md#upgrading-without-downtime) do not work with MySQL.
110-
1. [Database load balancing](https://docs.gitlab.com/ee/administration/database_load_balancing.html) is
110+
1. [Database load balancing](../administration/database_load_balancing.md) is
111111
supported only for PostgreSQL. **[PREMIUM ONLY]**
112112
1. GitLab [optimizes the loading of dashboard events](https://gitlab.com/gitlab-org/gitlab-ce/issues/31806) using [PostgreSQL LATERAL JOINs](https://blog.heapanalytics.com/postgresqls-powerful-new-join-type-lateral/).
113113
1. In general, SQL optimized for PostgreSQL may run much slower in MySQL due to
@@ -143,14 +143,14 @@ On some systems you may need to install an additional package (e.g.
143143

144144
#### Additional requirements for GitLab Geo
145145

146-
If you are using [GitLab Geo](https://docs.gitlab.com/ee/development/geo.html):
146+
If you are using [GitLab Geo](../development/geo.md):
147147

148148
- We strongly recommend running Omnibus-managed instances as they are actively
149149
developed and tested. We aim to be compatible with most external (not managed
150150
by Omnibus) databases (for example, AWS RDS) but we do not guarantee
151151
compatibility.
152152
- The
153-
[tracking database](https://docs.gitlab.com/ee/development/geo.html#geo-tracking-database)
153+
[tracking database](../development/geo.md#using-the-tracking-database)
154154
requires the
155155
[postgres_fdw](https://www.postgresql.org/docs/9.6/static/postgres-fdw.html)
156156
extension.

doc/integration/elasticsearch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This document describes how to set up Elasticsearch with GitLab. Once enabled,
88
you'll have the benefit of fast search response times and the advantage of two
99
special searches:
1010

11-
- [Advanced Global Search](https://docs.gitlab.com/ee/user/search/advanced_global_search.html)
12-
- [Advanced Syntax Search](https://docs.gitlab.com/ee/user/search/advanced_search_syntax.html)
11+
- [Advanced Global Search](../user/search/advanced_global_search.md)
12+
- [Advanced Syntax Search](../user/search/advanced_search_syntax.md)
1313

1414
## Version Requirements
1515
<!-- Please remember to update ee/lib/system_check/app/elasticsearch_check.rb if this changes -->

doc/integration/saml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SAML OmniAuth Provider
22

3-
> This topic is for SAML on self-managed GitLab instances. For SAML on GitLab.com, see [SAML SSO for GitLab.com Groups](https://docs.gitlab.com/ee/user/group/saml_sso/index.html).
3+
> This topic is for SAML on self-managed GitLab instances. For SAML on GitLab.com, see [SAML SSO for GitLab.com Groups](../user/group/saml_sso/index.md).
44
55
NOTE: **Note:**
66
You need to [enable OmniAuth](omniauth.md) in order to use this.

doc/integration/slash_commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Taking the trigger term as `project-name`, the commands are:
2020
| `/project-name deploy <from> to <to>` | Deploy from the `<from>` environment to the `<to>` environment |
2121
| `/project-name run <job name> <arguments>` | Execute [ChatOps](../ci/chatops/README.md) job `<job name>` on `master` |
2222

23-
Note that if you are using the [GitLab Slack application](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html) for
24-
your GitLab.com projects, you need to [add the `gitlab` keyword at the beginning of the command](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html#usage).
23+
Note that if you are using the [GitLab Slack application](../user/project/integrations/gitlab_slack_application.md) for
24+
your GitLab.com projects, you need to [add the `gitlab` keyword at the beginning of the command](../user/project/integrations/gitlab_slack_application.md#usage).
2525

2626
## Issue commands
2727

doc/license/README.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/admin_area/license.html'
2+
redirect_to: '../user/admin_area/license.md'
33
---
44

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

doc/subscriptions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Future purchases will use the information in this section. The email listed in t
3838

3939
### Self-managed: Apply your license file
4040

41-
After purchase, the license file is sent to the email address tied to the Customers portal account, which needs to be [uploaded to the GitLab instance](https://docs.gitlab.com/ee/user/admin_area/license.html#uploading-your-license).
41+
After purchase, the license file is sent to the email address tied to the Customers portal account, which needs to be [uploaded to the GitLab instance](../user/admin_area/license.md#uploading-your-license).
4242

4343
### Link your GitLab.com account with your Customers Portal account
4444

doc/update/patch_versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ sudo -u git -H make
108108

109109
### 8. Install/Update `gitlab-elasticsearch-indexer` (optional) **[STARTER ONLY]**
110110

111-
If you're interested in using GitLab's new [elasticsearch repository indexer](https://docs.gitlab.com/ee/integration/elasticsearch.html#elasticsearch-repository-indexer-beta) (currently in beta)
111+
If you're interested in using GitLab's new [elasticsearch repository indexer](../integration/elasticsearch.md#elasticsearch-repository-indexer-beta) (currently in beta)
112112
please follow the instructions on the document linked above and enable the
113113
indexer usage in the GitLab admin settings.
114114

doc/update/upgrading_from_ce_to_ee.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
7575
### 4. Install `gitlab-elasticsearch-indexer` (optional) **[STARTER ONLY]**
7676

7777
If you're interested in using GitLab's new [elasticsearch repository
78-
indexer][indexer-beta] (currently in beta) please follow the instructions on the
78+
indexer](../integration/elasticsearch.md) (currently in beta) please follow the instructions on the
7979
document linked above and enable the indexer usage in the GitLab admin settings.
8080

8181
### 5. Start application
@@ -133,4 +133,3 @@ Additional instructions here.
133133

134134
135135
[old-ee-upgrade-docs]: https://gitlab.com/gitlab-org/gitlab-ee/tree/11-8-stable-ee/doc/update
136-
[indexer-beta]: https://docs.gitlab.com/ee/integration/elasticsearch.html

0 commit comments

Comments
 (0)