Commit 5a8b0a7b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-old-links-cleanup-ee-only' into 'master'

Changing /products links to /pricing links to reduce redirects and improve consistency

See merge request gitlab-org/gitlab-ee!6350
parents d631467a 3f6e0732
...@@ -95,5 +95,5 @@ the filter drop-down. You can further filter by specific group, project or user ...@@ -95,5 +95,5 @@ the filter drop-down. You can further filter by specific group, project or user
![audit log](audit_log.png) ![audit log](audit_log.png)
[ee-2336]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2336 [ee-2336]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2336
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[permissions]: ../user/permissions.md [permissions]: ../user/permissions.md
...@@ -84,5 +84,5 @@ instance, with the following permissions/restrictions: ...@@ -84,5 +84,5 @@ instance, with the following permissions/restrictions:
- Cannot create project snippets - Cannot create project snippets
[ee-998]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/998 [ee-998]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/998
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[permissions]: ../user/permissions.md [permissions]: ../user/permissions.md
...@@ -14,7 +14,7 @@ The present article follows [How to Configure LDAP with GitLab CE](../how_to_con ...@@ -14,7 +14,7 @@ The present article follows [How to Configure LDAP with GitLab CE](../how_to_con
## GitLab Enterprise Edition - LDAP features ## GitLab Enterprise Edition - LDAP features
[GitLab Enterprise Edition (EE)](https://about.gitlab.com/products/) has a number of advantages when it comes to integrating with Active Directory (LDAP): [GitLab Enterprise Edition (EE)](https://about.gitlab.com/pricing/) has a number of advantages when it comes to integrating with Active Directory (LDAP):
- [Administrator Sync](#administrator-sync): As an extension of group sync, you can automatically manage your global GitLab administrators. Specify a group CN for `admin_group` and all members of the LDAP group will be given administrator privileges. - [Administrator Sync](#administrator-sync): As an extension of group sync, you can automatically manage your global GitLab administrators. Specify a group CN for `admin_group` and all members of the LDAP group will be given administrator privileges.
- [Group Sync](#group-sync): This allows GitLab group membership to be automatically updated based on LDAP group members. - [Group Sync](#group-sync): This allows GitLab group membership to be automatically updated based on LDAP group members.
......
...@@ -262,7 +262,7 @@ production: ...@@ -262,7 +262,7 @@ production:
[hot-standby]: https://www.postgresql.org/docs/9.6/static/hot-standby.html [hot-standby]: https://www.postgresql.org/docs/9.6/static/hot-standby.html
[ee-1283]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1283 [ee-1283]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1283
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure "How to reconfigure Omnibus GitLab" [reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure "How to reconfigure Omnibus GitLab"
[restart gitlab]: restart_gitlab.md#installations-from-source "How to restart GitLab" [restart gitlab]: restart_gitlab.md#installations-from-source "How to restart GitLab"
[wikipedia]: https://en.wikipedia.org/wiki/Load_balancing_(computing) [wikipedia]: https://en.wikipedia.org/wiki/Load_balancing_(computing)
......
...@@ -17,7 +17,7 @@ Docker Registry as well. For more information, read the ...@@ -17,7 +17,7 @@ Docker Registry as well. For more information, read the
when deploying the Registry, and how to setup the storage driver for GitLab's when deploying the Registry, and how to setup the storage driver for GitLab's
integrated [Container Registry][registry-storage]. integrated [Container Registry][registry-storage].
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[Docker Registry]: https://docs.docker.com/registry/ [Docker Registry]: https://docs.docker.com/registry/
[registry-storage]: ../../container_registry.md#container-registry-storage-driver [registry-storage]: ../../container_registry.md#container-registry-storage-driver
[registry-load-balancing]: https://docs.docker.com/registry/deploying/#load-balancing-considerations [registry-load-balancing]: https://docs.docker.com/registry/deploying/#load-balancing-considerations
...@@ -267,7 +267,7 @@ Read the [Geo tuning][tunning] documentation. ...@@ -267,7 +267,7 @@ Read the [Geo tuning][tunning] documentation.
Read the [troubleshooting document][troubleshooting]. Read the [troubleshooting document][troubleshooting].
[ee]: https://about.gitlab.com/products/ "GitLab Enterprise Edition landing page" [ee]: https://about.gitlab.com/pricing/ "GitLab Enterprise Edition landing page"
[install-requirements]: ../../../install/requirements.md [install-requirements]: ../../../install/requirements.md
[install-ee]: https://about.gitlab.com/downloads-ee/ "GitLab Enterprise Edition Omnibus packages downloads page" [install-ee]: https://about.gitlab.com/downloads-ee/ "GitLab Enterprise Edition Omnibus packages downloads page"
[install-ee-source]: https://docs.gitlab.com/ee/install/installation.html "GitLab Enterprise Edition installation from source" [install-ee-source]: https://docs.gitlab.com/ee/install/installation.html "GitLab Enterprise Edition installation from source"
......
...@@ -6,7 +6,7 @@ PostgreSQL. This is the database that will be installed if you use the ...@@ -6,7 +6,7 @@ PostgreSQL. This is the database that will be installed if you use the
Omnibus package to manage your database. Omnibus package to manage your database.
> Important notes: > Important notes:
- This document will focus only on configuration supported with [GitLab Premium](https://about.gitlab.com/products/), using the Omnibus GitLab package. - This document will focus only on configuration supported with [GitLab Premium](https://about.gitlab.com/pricing/), using the Omnibus GitLab package.
- If you are a Community Edition or Starter user, consider using a cloud hosted solution. - If you are a Community Edition or Starter user, consider using a cloud hosted solution.
- This document will not cover installations from source. - This document will not cover installations from source.
......
...@@ -693,6 +693,6 @@ Example of response ...@@ -693,6 +693,6 @@ Example of response
} }
``` ```
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ee-2346]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2346 [ee-2346]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2346
[triggers]: ../ci/triggers/README.md#when-a-pipeline-depends-on-the-artifacts-of-another-pipeline [triggers]: ../ci/triggers/README.md#when-a-pipeline-depends-on-the-artifacts-of-another-pipeline
...@@ -1526,7 +1526,7 @@ Read more in the [Project members](members.md) documentation. ...@@ -1526,7 +1526,7 @@ Read more in the [Project members](members.md) documentation.
## Start the pull mirroring process for a Project **[STARTER]** ## Start the pull mirroring process for a Project **[STARTER]**
> Introduced in [GitLab Starter](https://about.gitlab.com/products) 10.3. > Introduced in [GitLab Starter](https://about.gitlab.com/pricing) 10.3.
``` ```
POST /projects/:id/mirror/pull POST /projects/:id/mirror/pull
......
...@@ -22,6 +22,6 @@ snippets disabled. These features ...@@ -22,6 +22,6 @@ snippets disabled. These features
![CI/CD for external repository project creation](img/ci_cd_for_external_repo.png) ![CI/CD for external repository project creation](img/ci_cd_for_external_repo.png)
[ee-4642]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4642 [ee-4642]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4642
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[mirroring]: ../../workflow/repository_mirroring.md [mirroring]: ../../workflow/repository_mirroring.md
[settings]: ../../user/project/settings/index.md#sharing-and-permissions [settings]: ../../user/project/settings/index.md#sharing-and-permissions
...@@ -56,4 +56,4 @@ or specify another existing stage inside the `dependency_scanning` job. ...@@ -56,4 +56,4 @@ or specify another existing stage inside the `dependency_scanning` job.
See [the full list of supported languages and package managers](../../user/project/merge_requests/dependency_scanning.md#supported-languages-and-frameworks). See [the full list of supported languages and package managers](../../user/project/merge_requests/dependency_scanning.md#supported-languages-and-frameworks).
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -41,4 +41,4 @@ or specify another existing stage inside the `license_management` job. ...@@ -41,4 +41,4 @@ or specify another existing stage inside the `license_management` job.
[Learn more on license management results shown in merge requests](../../user/project/merge_requests/license_management.md). [Learn more on license management results shown in merge requests](../../user/project/merge_requests/license_management.md).
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -56,4 +56,4 @@ so, the CI job must be named `sast` and the artifact path must be ...@@ -56,4 +56,4 @@ so, the CI job must be named `sast` and the artifact path must be
See [the full list of supported languages and frameworks](../../user/project/merge_requests/sast.md#supported-languages-and-frameworks). See [the full list of supported languages and frameworks](../../user/project/merge_requests/sast.md#supported-languages-and-frameworks).
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -288,5 +288,5 @@ runners will not use regular runners, they must be tagged accordingly. ...@@ -288,5 +288,5 @@ runners will not use regular runners, they must be tagged accordingly.
[ce-17782]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17782 [ce-17782]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17782
[ce-17814]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17814 [ce-17814]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17814
[regexp]: https://gitlab.com/gitlab-org/gitlab-ce/blob/2f3dc314f42dbd79813e6251792853bc231e69dd/app/models/commit_status.rb#L99 [regexp]: https://gitlab.com/gitlab-org/gitlab-ce/blob/2f3dc314f42dbd79813e6251792853bc231e69dd/app/models/commit_status.rb#L99
[eep]: https://about.gitlab.com/products/ "GitLab Premium" [eep]: https://about.gitlab.com/pricing/ "GitLab Premium"
[ee-2121]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2121 [ee-2121]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2121
...@@ -41,5 +41,5 @@ website: ...@@ -41,5 +41,5 @@ website:
- [Product page](https://network.pivotal.io/products/p-gitlab/) - [Product page](https://network.pivotal.io/products/p-gitlab/)
- [Documentation](https://docs.pivotal.io/partners/gitlab/index.html) - [Documentation](https://docs.pivotal.io/partners/gitlab/index.html)
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[pcf]: https://pivotal.io/platform [pcf]: https://pivotal.io/platform
...@@ -318,4 +318,4 @@ Here are some common pitfalls and how to overcome them: ...@@ -318,4 +318,4 @@ Here are some common pitfalls and how to overcome them:
[install]: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html "Elasticsearch installation documentation" [install]: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html "Elasticsearch installation documentation"
[pkg]: https://about.gitlab.com/downloads/ "Download Omnibus GitLab" [pkg]: https://about.gitlab.com/downloads/ "Download Omnibus GitLab"
[elastic-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#settings "Elasticsearch configuration settings" [elastic-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#settings "Elasticsearch configuration settings"
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -101,6 +101,6 @@ Click the links to see your GitLab repository data. ...@@ -101,6 +101,6 @@ Click the links to see your GitLab repository data.
[existing-jira]: ../user/project/integrations/jira.md [existing-jira]: ../user/project/integrations/jira.md
[jira-development-panel]: https://confluence.atlassian.com/adminjiraserver070/integrating-with-development-tools-776637096.html#Integratingwithdevelopmenttools-Developmentpanelonissues [jira-development-panel]: https://confluence.atlassian.com/adminjiraserver070/integrating-with-development-tools-776637096.html#Integratingwithdevelopmenttools-Developmentpanelonissues
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[ee-2381]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2381 [ee-2381]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2381
[relative-url]: https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-a-relative-url-for-gitlab [relative-url]: https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-a-relative-url-for-gitlab
...@@ -312,4 +312,4 @@ See also: [Git v2.11 release notes](https://github.com/git/git/blob/master/Docum ...@@ -312,4 +312,4 @@ See also: [Git v2.11 release notes](https://github.com/git/git/blob/master/Docum
[kerb]: https://web.mit.edu/kerberos/ [kerb]: https://web.mit.edu/kerberos/
[mit]: http://web.mit.edu/ [mit]: http://web.mit.edu/
[why-kerb]: http://web.mit.edu/sipb/doc/working/guide/guide/node20.html [why-kerb]: http://web.mit.edu/sipb/doc/working/guide/guide/node20.html
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -153,4 +153,4 @@ bash_history ...@@ -153,4 +153,4 @@ bash_history
[ee-385]: https://gitlab.com/gitlab-org/gitlab-ee/issues/385 [ee-385]: https://gitlab.com/gitlab-org/gitlab-ee/issues/385
[list]: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/gitlab/checks/files_blacklist.yml [list]: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/gitlab/checks/files_blacklist.yml
[hooks]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks [hooks]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -35,4 +35,4 @@ to keep the simplicity of this feature. ...@@ -35,4 +35,4 @@ to keep the simplicity of this feature.
On unsubscribe, user will receive an email notifying that unsubscribe happened. On unsubscribe, user will receive an email notifying that unsubscribe happened.
The endpoint that provides the unsubscribe option is rate-limited. The endpoint that provides the unsubscribe option is rate-limited.
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -53,4 +53,4 @@ which are depicted in a table that can be sorted by: ...@@ -53,4 +53,4 @@ which are depicted in a table that can be sorted by:
![Contribution analytics contributions table](img/group_stats_table.png) ![Contribution analytics contributions table](img/group_stats_table.png)
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -95,7 +95,7 @@ then you already have access to its projects' issues. ...@@ -95,7 +95,7 @@ then you already have access to its projects' issues.
You may also consult the [group permissions table][permissions]. You may also consult the [group permissions table][permissions].
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[permissions]: ../../permissions.md#group-members-permissions [permissions]: ../../permissions.md#group-members-permissions
## Thread ## Thread
......
...@@ -308,5 +308,5 @@ With [GitLab Contribution Analytics](contribution_analytics/index.md) ...@@ -308,5 +308,5 @@ With [GitLab Contribution Analytics](contribution_analytics/index.md)
you have an overview of the contributions (pushes, merge requests, you have an overview of the contributions (pushes, merge requests,
and issues) performed my your group members. and issues) performed my your group members.
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ee-2534]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2534 [ee-2534]: https://gitlab.com/gitlab-org/gitlab-ee/issues/2534
...@@ -48,4 +48,4 @@ away towards the future. Similarly, if an epic doesn't have a planned start date ...@@ -48,4 +48,4 @@ away towards the future. Similarly, if an epic doesn't have a planned start date
timeline bar becomes more visible as it approaches the epic's planned finish date on the timeline bar becomes more visible as it approaches the epic's planned finish date on the
timeline. timeline.
[ee]: https://about.gitlab.com/products [ee]: https://about.gitlab.com/pricing
...@@ -63,7 +63,7 @@ can easily notice them. ...@@ -63,7 +63,7 @@ can easily notice them.
![Canary deployments on Deploy Board](img/deploy_boards_canary_deployments.png) ![Canary deployments on Deploy Board](img/deploy_boards_canary_deployments.png)
[autodeploy]: ../../ci/autodeploy/index.md "GitLab Autodeploy" [autodeploy]: ../../ci/autodeploy/index.md "GitLab Autodeploy"
[eep]: https://about.gitlab.com/products/ [eep]: https://about.gitlab.com/pricing/
[ee-1659]: https://gitlab.com/gitlab-org/gitlab-ee/issues/1659 [ee-1659]: https://gitlab.com/gitlab-org/gitlab-ee/issues/1659
[kube-canary]: https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#canary-deployments [kube-canary]: https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#canary-deployments
[deploy board]: deploy_boards.md [deploy board]: deploy_boards.md
......
...@@ -104,7 +104,7 @@ version of your application. ...@@ -104,7 +104,7 @@ version of your application.
- [Kubernetes deploy example][kube-deploy] - [Kubernetes deploy example][kube-deploy]
[ee-1589]: https://gitlab.com/gitlab-org/gitlab-ee/issues/1589 "Deploy Boards initial issue" [ee-1589]: https://gitlab.com/gitlab-org/gitlab-ee/issues/1589 "Deploy Boards initial issue"
[ee]: https://about.gitlab.com/products/ "GitLab Enterprise Edition landing page" [ee]: https://about.gitlab.com/pricing/ "GitLab Enterprise Edition landing page"
[kube-deploy]: https://gitlab.com/gitlab-examples/kubernetes-deploy "Kubernetes deploy example project" [kube-deploy]: https://gitlab.com/gitlab-examples/kubernetes-deploy "Kubernetes deploy example project"
[kubernetes]: https://kubernetes.io "Kubernetes website" [kubernetes]: https://kubernetes.io "Kubernetes website"
[environment]: ../../ci/environments.md "Environments and deployments documentation" [environment]: ../../ci/environments.md "Environments and deployments documentation"
......
...@@ -138,5 +138,5 @@ Possible fixes ...@@ -138,5 +138,5 @@ Possible fixes
[gitlab-ce-templates]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/.gitlab [gitlab-ce-templates]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/.gitlab
[ee-28]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/28 "Merge Request for adding issues template" [ee-28]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/28 "Merge Request for adding issues template"
[ee-7478ece]: https://gitlab.com/gitlab-org/gitlab-ee/commit/7478ece8b48e80782b5465b96c79f85cc91d391b "Commit that introduced merge requests templates" [ee-7478ece]: https://gitlab.com/gitlab-org/gitlab-ee/commit/7478ece8b48e80782b5465b96c79f85cc91d391b "Commit that introduced merge requests templates"
[products]: https://about.gitlab.com/products/ [products]: https://about.gitlab.com/pricing/
...@@ -103,5 +103,5 @@ locks and [remove the ones you have permission for](#permissions-on-file-locking ...@@ -103,5 +103,5 @@ locks and [remove the ones you have permission for](#permissions-on-file-locking
![Locked Files](img/file_lock_list.png) ![Locked Files](img/file_lock_list.png)
[ee-440]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/440 "File Lock" [ee-440]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/440 "File Lock"
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[push access]: ../../user/permissions.md [push access]: ../../user/permissions.md
...@@ -93,7 +93,7 @@ You can view the performance dashboard for an environment by [clicking on the mo ...@@ -93,7 +93,7 @@ You can view the performance dashboard for an environment by [clicking on the mo
### Adding additional metrics **[PREMIUM]** ### Adding additional metrics **[PREMIUM]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3799) in [GitLab Premium](https://about.gitlab.com/products/) 10.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3799) in [GitLab Premium](https://about.gitlab.com/pricing/) 10.6.
Additional metrics can be monitored by adding them on the Prometheus integration page. Once saved, they will be displayed on the environment performance dashboard. Additional metrics can be monitored by adding them on the Prometheus integration page. Once saved, they will be displayed on the environment performance dashboard.
......
...@@ -10,7 +10,7 @@ In large teams, where there is shared ownership of an issue, it can be difficult ...@@ -10,7 +10,7 @@ In large teams, where there is shared ownership of an issue, it can be difficult
to track who is working on it, who already completed their contributions, who to track who is working on it, who already completed their contributions, who
didn't even start yet. didn't even start yet.
In [GitLab Enterprise Edition](https://about.gitlab.com/products/), In [GitLab Enterprise Edition](https://about.gitlab.com/pricing/),
you can also select multiple assignees to an issue, making it easier to you can also select multiple assignees to an issue, making it easier to
track, and making clearer who is accountable for it. track, and making clearer who is accountable for it.
......
...@@ -31,7 +31,7 @@ Please access our [permissions] page for more information. ...@@ -31,7 +31,7 @@ Please access our [permissions] page for more information.
Additionally, you are also able to manage related issues through [our API]. Additionally, you are also able to manage related issues through [our API].
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ee-1797]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797 [ee-1797]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797
[permissions]: ../../permissions.md [permissions]: ../../permissions.md
[Our API]: ../../../api/issue_links.md [Our API]: ../../../api/issue_links.md
# Browser Performance Testing **[PREMIUM]** # Browser Performance Testing **[PREMIUM]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3507) in [GitLab Premium](https://about.gitlab.com/products/) 10.3. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3507) in [GitLab Premium](https://about.gitlab.com/pricing/) 10.3.
## Overview ## Overview
......
...@@ -50,7 +50,7 @@ in next major release, GitLab 12.0. You are advised to update your current `.git ...@@ -50,7 +50,7 @@ in next major release, GitLab 12.0. You are advised to update your current `.git
configuration to reflect that change. configuration to reflect that change.
[ee-1984]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1984 [ee-1984]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1984
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ci]: ../../../ci/README.md [ci]: ../../../ci/README.md
[cc]: https://codeclimate.com [cc]: https://codeclimate.com
[cd]: https://hub.docker.com/r/codeclimate/codeclimate/ [cd]: https://hub.docker.com/r/codeclimate/codeclimate/
......
...@@ -41,6 +41,6 @@ in next major release, GitLab 12.0. You are advised to update your current `.git ...@@ -41,6 +41,6 @@ in next major release, GitLab 12.0. You are advised to update your current `.git
configuration to reflect that change. configuration to reflect that change.
[ee-3672]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3672 [ee-3672]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3672
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ci]: ../../../ci/README.md [ci]: ../../../ci/README.md
[cc-docs]: ../../../ci/examples/container_scanning.md [cc-docs]: ../../../ci/examples/container_scanning.md
...@@ -50,6 +50,6 @@ see the details and the URL(s) affected. ...@@ -50,6 +50,6 @@ see the details and the URL(s) affected.
![DAST Widget Clicked](img/dast_single.png) ![DAST Widget Clicked](img/dast_single.png)
[ee-4348]: https://gitlab.com/gitlab-org/gitlab-ee/issues/4348 [ee-4348]: https://gitlab.com/gitlab-org/gitlab-ee/issues/4348
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ci]: ../../../ci/README.md [ci]: ../../../ci/README.md
[cc-docs]: ../../../ci/examples/dast.md [cc-docs]: ../../../ci/examples/dast.md
...@@ -55,6 +55,6 @@ request. ...@@ -55,6 +55,6 @@ request.
[ee-4682]: https://gitlab.com/gitlab-org/gitlab-ee/issues/4682 [ee-4682]: https://gitlab.com/gitlab-org/gitlab-ee/issues/4682
[ee-5105]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5105 [ee-5105]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5105
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ci]: ../../../ci/README.md [ci]: ../../../ci/README.md
[cc-docs]: ../../../ci/examples/dependency_scanning.md [cc-docs]: ../../../ci/examples/dependency_scanning.md
...@@ -59,6 +59,6 @@ request. ...@@ -59,6 +59,6 @@ request.
![License Management Widget](img/license_management.jpg) ![License Management Widget](img/license_management.jpg)
[ee-5483]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5483 [ee-5483]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5483
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[ci]: ../../../ci/README.md [ci]: ../../../ci/README.md
[cc-docs]: ../../../ci/examples/license_management.md [cc-docs]: ../../../ci/examples/license_management.md
...@@ -106,13 +106,13 @@ These features are only available for project milestones and not group milestone ...@@ -106,13 +106,13 @@ These features are only available for project milestones and not group milestone
### Project Burndown Charts **[STARTER]** ### Project Burndown Charts **[STARTER]**
For project milestones in [GitLab Starter](https://about.gitlab.com/products), a [burndown chart](burndown_charts.md) is in the milestone view, showing the progress of completing a milestone. For project milestones in [GitLab Starter](https://about.gitlab.com/pricing), a [burndown chart](burndown_charts.md) is in the milestone view, showing the progress of completing a milestone.
![burndown chart](img/burndown_chart.png) ![burndown chart](img/burndown_chart.png)
### Group Burndown Charts **[PREMIUM]** ### Group Burndown Charts **[PREMIUM]**
For group milestones in [GitLab Premium](https://about.gitlab.com/products), a [burndown chart](burndown_charts.md) is in the milestone view, showing the progress of completing a milestone. For group milestones in [GitLab Premium](https://about.gitlab.com/pricing), a [burndown chart](burndown_charts.md) is in the milestone view, showing the progress of completing a milestone.
### Milestone sidebar ### Milestone sidebar
......
...@@ -159,4 +159,4 @@ for details about the pipelines security model. ...@@ -159,4 +159,4 @@ for details about the pipelines security model.
[ce-21393]: https://gitlab.com/gitlab-org/gitlab-ce/issues/21393 [ce-21393]: https://gitlab.com/gitlab-org/gitlab-ce/issues/21393
[ee-restrict]: http://docs.gitlab.com/ee/user/project/protected_branches.html#restricting-push-and-merge-access-to-certain-users [ee-restrict]: http://docs.gitlab.com/ee/user/project/protected_branches.html#restricting-push-and-merge-access-to-certain-users
[perm]: ../permissions.md [perm]: ../permissions.md
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
...@@ -117,7 +117,7 @@ Behind the scenes, Service Desk works by the special Support Bot user creating i ...@@ -117,7 +117,7 @@ Behind the scenes, Service Desk works by the special Support Bot user creating i
does not count toward the license limit count. does not count toward the license limit count.
[ee-149]: https://gitlab.com/gitlab-org/gitlab-ee/issues/149 "Service Desk with email" [ee-149]: https://gitlab.com/gitlab-org/gitlab-ee/issues/149 "Service Desk with email"
[ee]: https://about.gitlab.com/products/ "GitLab Enterprise Edition landing page" [ee]: https://about.gitlab.com/pricing/ "GitLab Enterprise Edition landing page"
[eep-9.1]: https://about.gitlab.com/2017/04/22/gitlab-9-1-released/#service-desk-eep [eep-9.1]: https://about.gitlab.com/2017/04/22/gitlab-9-1-released/#service-desk-eep
[incoming-email]: ../../administration/incoming_email.md#set-it-up [incoming-email]: ../../administration/incoming_email.md#set-it-up
[email-sub-addressing]: ../../administration/reply_by_email.md#email-sub-addressing [email-sub-addressing]: ../../administration/reply_by_email.md#email-sub-addressing
......
...@@ -69,5 +69,5 @@ search even if Elasticsearch is enabled. ...@@ -69,5 +69,5 @@ search even if Elasticsearch is enabled.
[install]: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html "Elasticsearch installation documentation" [install]: https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html "Elasticsearch installation documentation"
[pkg]: https://about.gitlab.com/downloads/ "Download Omnibus GitLab" [pkg]: https://about.gitlab.com/downloads/ "Download Omnibus GitLab"
[elastic-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#settings "Elasticsearch configuration settings" [elastic-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#settings "Elasticsearch configuration settings"
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[es]: https://www.elastic.co/products/elasticsearch [es]: https://www.elastic.co/products/elasticsearch
...@@ -43,5 +43,5 @@ here's a quick guide: ...@@ -43,5 +43,5 @@ here's a quick guide:
* To match a partial word, use `*`: `bug find_by_*` * To match a partial word, use `*`: `bug find_by_*`
* To find a term containing one of these symbols, use `\`: `argument \-last` * To find a term containing one of these symbols, use `\`: `argument \-last`
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
[elastic]: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/query-dsl-simple-query-string-query.html#_simple_query_string_syntax [elastic]: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/query-dsl-simple-query-string-query.html#_simple_query_string_syntax
...@@ -146,4 +146,4 @@ Use advanced queries for more targeted search results. ...@@ -146,4 +146,4 @@ Use advanced queries for more targeted search results.
[Learn how to use the Advanced Syntax Search.](advanced_search_syntax.md) [Learn how to use the Advanced Syntax Search.](advanced_search_syntax.md)
[ee]: https://about.gitlab.com/products/ [ee]: https://about.gitlab.com/pricing/
# Issue Weight **[STARTER]** # Issue Weight **[STARTER]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/76) > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/76)
> in [GitLab Starter](https://about.gitlab.com/products/) 8.3. > in [GitLab Starter](https://about.gitlab.com/pricing/) 8.3.
When you have a lot of issues, it can be hard to get an overview. When you have a lot of issues, it can be hard to get an overview.
By adding a weight to each issue, you can get a better idea of how much time, By adding a weight to each issue, you can get a better idea of how much time,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment