Commit 3914fb2f authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Nick Gaskill

Docs: Fix links with here in them

Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/253
parent 55eb2732
...@@ -369,7 +369,7 @@ Here are the valid connection parameters for Rackspace Cloud, provided by ...@@ -369,7 +369,7 @@ Here are the valid connection parameters for Rackspace Cloud, provided by
| `rackspace_username` | The username of the Rackspace account with access to the container | `joe.smith` | | `rackspace_username` | The username of the Rackspace account with access to the container | `joe.smith` |
| `rackspace_api_key` | The API key of the Rackspace account with access to the container | `ABC123DEF456ABC123DEF456ABC123DE` | | `rackspace_api_key` | The API key of the Rackspace account with access to the container | `ABC123DEF456ABC123DEF456ABC123DE` |
| `rackspace_region` | The Rackspace storage region to use, a three letter code from the [list of service access endpoints](https://developer.rackspace.com/docs/cloud-files/v1/general-api-info/service-access/) | `iad` | | `rackspace_region` | The Rackspace storage region to use, a three letter code from the [list of service access endpoints](https://developer.rackspace.com/docs/cloud-files/v1/general-api-info/service-access/) | `iad` |
| `rackspace_temp_url_key` | The private key you have set in the Rackspace API for temporary URLs. Read more [here](https://developer.rackspace.com/docs/cloud-files/v1/use-cases/public-access-to-your-cloud-files-account/#tempurl) | `ABC123DEF456ABC123DEF456ABC123DE` | | `rackspace_temp_url_key` | The private key you have set in the Rackspace API for [temporary URLs](https://developer.rackspace.com/docs/cloud-files/v1/use-cases/public-access-to-your-cloud-files-account/#tempurl). | `ABC123DEF456ABC123DEF456ABC123DE` |
NOTE: **Note:** NOTE: **Note:**
Regardless of whether the container has public access enabled or disabled, Fog will Regardless of whether the container has public access enabled or disabled, Fog will
......
...@@ -84,8 +84,7 @@ and they will assist you with any issues you are having. ...@@ -84,8 +84,7 @@ and they will assist you with any issues you are having.
## GitLab-specific Kubernetes information ## GitLab-specific Kubernetes information
- Minimal config that can be used to test a Kubernetes Helm chart can be found - Minimal config that can be used to [test a Kubernetes Helm chart](https://gitlab.com/gitlab-org/charts/gitlab/-/issues/620).
[here](https://gitlab.com/gitlab-org/charts/gitlab/-/issues/620).
- Tailing logs of a separate pod. An example for a Webservice pod: - Tailing logs of a separate pod. An example for a Webservice pod:
......
...@@ -39,11 +39,10 @@ multiple projects. ...@@ -39,11 +39,10 @@ multiple projects.
If you are using a self-managed instance of GitLab: If you are using a self-managed instance of GitLab:
- Your administrator can install and register shared runners by viewing the instructions - Your administrator can install and register shared runners by [following the documentation](https://docs.gitlab.com/runner/install/index.html).
[here](https://docs.gitlab.com/runner/install/index.html).
<!-- going to your project's <!-- going to your project's
<!-- **Settings > CI / CD**, expanding the **Runners** section, and clicking **Show runner installation instructions**.--> <!-- **Settings > CI / CD**, expanding the **Runners** section, and clicking **Show runner installation instructions**.-->
<!-- These instructions are also available [here](https://docs.gitlab.com/runner/install/index.html).--> <!-- These instructions are also available [in the documentation](https://docs.gitlab.com/runner/install/index.html).-->
- The administrator can also configure a maximum number of shared runner [pipeline minutes for - The administrator can also configure a maximum number of shared runner [pipeline minutes for
each group](../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota). each group](../../user/admin_area/settings/continuous_integration.md#shared-runners-pipeline-minutes-quota).
......
...@@ -571,7 +571,7 @@ in which you wish to use it. ...@@ -571,7 +571,7 @@ in which you wish to use it.
## Where variables can be used ## Where variables can be used
Click [here](where_variables_can_be_used.md) for a section that describes where and how the different types of variables can be used. [This section](where_variables_can_be_used.md) describes where and how the different types of variables can be used.
## Advanced use ## Advanced use
......
...@@ -1041,7 +1041,7 @@ Be advised that, backup is successfully restored in spite of these warnings. ...@@ -1041,7 +1041,7 @@ Be advised that, backup is successfully restored in spite of these warnings.
The Rake task runs this as the `gitlab` user which does not have the superuser access to the database. When restore is initiated it will also run as `gitlab` user but it will also try to alter the objects it does not have access to. The Rake task runs this as the `gitlab` user which does not have the superuser access to the database. When restore is initiated it will also run as `gitlab` user but it will also try to alter the objects it does not have access to.
Those objects have no influence on the database backup/restore but they give this annoying warning. Those objects have no influence on the database backup/restore but they give this annoying warning.
For more information see similar questions on PostgreSQL issue tracker [here](https://www.postgresql.org/message-id/201110220712.30886.adrian.klaver@gmail.com) and [here](https://www.postgresql.org/message-id/2039.1177339749@sss.pgh.pa.us) as well as [stack overflow](https://stackoverflow.com/questions/4368789/error-must-be-owner-of-language-plpgsql). For more information see these PostgreSQL issue tracker questions about [not being a superuser](https://www.postgresql.org/message-id/201110220712.30886.adrian.klaver@gmail.com), [having different owners](https://www.postgresql.org/message-id/2039.1177339749@sss.pgh.pa.us), and on stack overflow, about [resulting errors](https://stackoverflow.com/questions/4368789/error-must-be-owner-of-language-plpgsql).
### When the secrets file is lost ### When the secrets file is lost
......
...@@ -587,7 +587,7 @@ you can use the Container Registry to store Helm Charts. However, due to the way ...@@ -587,7 +587,7 @@ you can use the Container Registry to store Helm Charts. However, due to the way
and stored by Docker, it is not possible for GitLab to parse this data and meet performance standards. and stored by Docker, it is not possible for GitLab to parse this data and meet performance standards.
[This epic](https://gitlab.com/groups/gitlab-org/-/epics/2313) updates the architecture of the Container Registry to support Helm Charts. [This epic](https://gitlab.com/groups/gitlab-org/-/epics/2313) updates the architecture of the Container Registry to support Helm Charts.
You can read more about the above challenges [here](https://gitlab.com/gitlab-org/gitlab/-/issues/38047#note_298842890). [Read more about the above challenges](https://gitlab.com/gitlab-org/gitlab/-/issues/38047#note_298842890).
## Limitations ## Limitations
......
...@@ -131,8 +131,8 @@ There are two main ways of how you can discover snippets in GitLab. ...@@ -131,8 +131,8 @@ There are two main ways of how you can discover snippets in GitLab.
For exploring all snippets that are visible to you, you can go to the Snippets For exploring all snippets that are visible to you, you can go to the Snippets
dashboard of your GitLab instance via the top navigation. For GitLab.com you can dashboard of your GitLab instance via the top navigation. For GitLab.com you can
find it [here](https://gitlab.com/dashboard/snippets). This navigates you to an navigate to an [overview]((https://gitlab.com/dashboard/snippets)) that shows snippets
overview that shows snippets you created and allows you to explore all snippets. you created and allows you to explore all snippets.
If you want to discover snippets that belong to a specific project, you can navigate If you want to discover snippets that belong to a specific project, you can navigate
to the Snippets page via the left side navigation on the project page. to the Snippets page via the left side navigation on the project page.
......
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