Skip to content
Snippets Groups Projects
Commit ccdbf9bb authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'selhorn-broken-links-2' into 'master'

Fixed broken external links

See merge request gitlab-org/omnibus-gitlab!5679
parents 993147d9 fa75cfeb
No related branches found
No related tags found
2 merge requests!55Intermediate build after shift of stable series,!54GitLab 14.4
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
## Invoking Rake tasks ## Invoking Rake tasks
See [doc/maintenance/README.md](doc/maintenance/README.md#invoking-rake-tasks). See [doc/maintenance/index.md](doc/maintenance/index.md#invoking-rake-tasks).
## Directory structure ## Directory structure
...@@ -315,10 +315,10 @@ ...@@ -315,10 +315,10 @@
## Building your own package ## Building your own package
See [the separate build documentation](doc/build/README.md). See [the separate build documentation](doc/build/index.md).
## Running a custom GitLab version ## Running a custom GitLab version
It is not recommended to make changes to any of the files in `/opt/gitlab` It is not recommended to make changes to any of the files in `/opt/gitlab`
after installing omnibus-gitlab: they will either conflict with or be after installing omnibus-gitlab: they will either conflict with or be
overwritten by future updates. If you want to run a custom version of GitLab overwritten by future updates. If you want to run a custom version of GitLab
...@@ -319,10 +319,10 @@ ...@@ -319,10 +319,10 @@
## Running a custom GitLab version ## Running a custom GitLab version
It is not recommended to make changes to any of the files in `/opt/gitlab` It is not recommended to make changes to any of the files in `/opt/gitlab`
after installing omnibus-gitlab: they will either conflict with or be after installing omnibus-gitlab: they will either conflict with or be
overwritten by future updates. If you want to run a custom version of GitLab overwritten by future updates. If you want to run a custom version of GitLab
you can [build your own package](doc/build/README.md) or use [another installation you can [build your own package](doc/build/index.md) or use [another installation
method][CE README]. method][CE README].
## Acknowledgments ## Acknowledgments
......
...@@ -603,7 +603,7 @@ ...@@ -603,7 +603,7 @@
## Disable impersonation ## Disable impersonation
Disabling impersonation is documented in Disabling impersonation is documented in
[the API docs](https://docs.gitlab.com/ee/api/README.html#disable-impersonation). [the API docs](https://docs.gitlab.com/ee/api/index.html#disable-impersonation).
## Error Reporting and Logging with Sentry ## Error Reporting and Logging with Sentry
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
These systems provide adequate performance to run a small installations of GitLab: These systems provide adequate performance to run a small installations of GitLab:
- [Raspberry PI 4 2GB](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/). - [Raspberry PI 4 2GB](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/).
- [DigitalOcean Basic 2GB with SSD](https://www.digitalocean.com/pricing/). - [DigitalOcean Basic 2GB with SSD](https://www.digitalocean.com/pricing/).
- [Scaleway DEV1-S 2GB/20GB](https://www.scaleway.com/en/pricing/). - [Scaleway DEV1-S 2GB/20GB](https://www.scaleway.com/en/pricing/).
- [GCS e2-small](https://cloud.google.com/compute/docs/machine-types). - [GCS e2-small](https://cloud.google.com/compute/docs/machine-types).
......
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
you forget this step. For more information, see: you forget this step. For more information, see:
- <https://stackoverflow.com/questions/16042647/whats-the-de-facto-standard-for-a-reverse-proxy-to-tell-the-backend-ssl-is-used> - <https://stackoverflow.com/questions/16042647/whats-the-de-facto-standard-for-a-reverse-proxy-to-tell-the-backend-ssl-is-used>
- <https://websiteforstudents.com/setup-apache2-reverse-proxy-nginx-ubuntu-17-04-17-10/> - <https://websiteforstudents.com/how-to-setup-apache-reverse-proxy/'>
Some cloud provider services, such as AWS Certificate Manager (ACM), do not allow the download of certificates. This prevents them from being used to terminate on the GitLab instance. If SSL is desired between such a cloud service and the GitLab instance, another certificate must be used on the GitLab instance. Some cloud provider services, such as AWS Certificate Manager (ACM), do not allow the download of certificates. This prevents them from being used to terminate on the GitLab instance. If SSL is desired between such a cloud service and the GitLab instance, another certificate must be used on the GitLab instance.
## Setting HTTP Strict Transport Security ## Setting HTTP Strict Transport Security
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment