summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/test_environments.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-11 11:13:26 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-11 11:13:26 +0000
commit71cc59e5bcedaa6ffff17c1f335ecb5ec57956eb (patch)
tree689287d36de2e6cf4a6e42c2b875c2e5122e45fb /doc/administration/troubleshooting/test_environments.md
parent2cb7463a3f4d60bd95c0ee9a362fb184e377c03d (diff)
downloadgitlab-ce-71cc59e5bcedaa6ffff17c1f335ecb5ec57956eb.tar.gz
Change links to relative
Make several links, mostly in admin troubleshooting, relative, as is the standard
Diffstat (limited to 'doc/administration/troubleshooting/test_environments.md')
-rw-r--r--doc/administration/troubleshooting/test_environments.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/troubleshooting/test_environments.md b/doc/administration/troubleshooting/test_environments.md
index 075effc5dc3..f1cdaf580a3 100644
--- a/doc/administration/troubleshooting/test_environments.md
+++ b/doc/administration/troubleshooting/test_environments.md
@@ -23,7 +23,7 @@ but contributions are welcome.
### GitLab
-Please see [our Docker test environment docs](https://docs.gitlab.com/ee/install/digitaloceandocker.html#create-new-gitlab-container)
+Please see [our Docker test environment docs](../../install/digitaloceandocker.md#create-new-gitlab-container)
for how to run GitLab on Docker. When spinning this up with `docker-machine`, ensure
you change a few things:
@@ -59,7 +59,7 @@ docker run --name gitlab_saml -p 8080:8080 -p 8443:8443 \
-d jamedjo/test-saml-idp
```
-The following will also need to go in your `/etc/gitlab/gitlab.rb`. See [our SAML docs](https://docs.gitlab.com/ee/integration/saml.html)
+The following will also need to go in your `/etc/gitlab/gitlab.rb`. See [our SAML docs](../../integration/saml.md)
for more, as well as the list of [default usernames, passwords, and emails](https://hub.docker.com/r/jamedjo/test-saml-idp/#usage).
```ruby