You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
are mature, scalable, support [high availability](../../administration/high_availability/README.md)
12
12
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).
14
14
15
15
The easiest method to deploy GitLab on [Kubernetes](https://kubernetes.io/) is
16
16
to take advantage of GitLab's Helm charts. [Helm](https://github.com/kubernetes/helm/blob/master/README.md)
Copy file name to clipboardexpand all lines: doc/install/requirements.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,9 @@ features of GitLab work with MySQL/MariaDB:
105
105
106
106
1. MySQL support for subgroups was [dropped with GitLab 9.3][post].
107
107
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]**
109
109
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
111
111
supported only for PostgreSQL. **[PREMIUM ONLY]**
112
112
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/).
113
113
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.
143
143
144
144
#### Additional requirements for GitLab Geo
145
145
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):
147
147
148
148
- We strongly recommend running Omnibus-managed instances as they are actively
149
149
developed and tested. We aim to be compatible with most external (not managed
150
150
by Omnibus) databases (for example, AWS RDS) but we do not guarantee
Copy file name to clipboardexpand all lines: doc/integration/saml.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SAML OmniAuth Provider
2
2
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).
4
4
5
5
NOTE: **Note:**
6
6
You need to [enable OmniAuth](omniauth.md) in order to use this.
Copy file name to clipboardexpand all lines: doc/integration/slash_commands.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Taking the trigger term as `project-name`, the commands are:
20
20
|`/project-name deploy <from> to <to>`| Deploy from the `<from>` environment to the `<to>` environment |
21
21
|`/project-name run <job name> <arguments>`| Execute [ChatOps](../ci/chatops/README.md) job `<job name>` on `master`|
22
22
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).
Copy file name to clipboardexpand all lines: doc/subscriptions/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Future purchases will use the information in this section. The email listed in t
38
38
39
39
### Self-managed: Apply your license file
40
40
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).
42
42
43
43
### Link your GitLab.com account with your Customers Portal account
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)
112
112
please follow the instructions on the document linked above and enable the
0 commit comments