summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-09 11:17:35 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-12 15:50:13 +0900
commit034ac46d1fb1543a299bac70a87f70a3469e48c8 (patch)
treead86877798a2b0f8a898191a6a248b6cb3b03e45
parentf098133c9b523b202175e56225a8754d3dfcf43e (diff)
downloadgitlab-ce-docs-debug-dstanley.tar.gz
Move support troubleshooting links to indexdocs-debug-dstanley
-rw-r--r--doc/administration/index.md6
-rw-r--r--doc/administration/troubleshooting/links.md12
2 files changed, 5 insertions, 13 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md
index bd743845d0f..e2f7ad6e530 100644
--- a/doc/administration/index.md
+++ b/doc/administration/index.md
@@ -190,4 +190,8 @@ Learn how to install, configure, update, and maintain your GitLab instance.
- [Troubleshooting ElasticSearch](troubleshooting/elasticsearch.md): Tips to troubleshoot ElasticSearch.
- [Kubernetes troubleshooting](troubleshooting/kubernetes_cheat_sheet.md): Commands and tips useful
for troubleshooting Kubernetes-related issues.
-- [Useful links from the Support Team](troubleshooting/links.md).
+- Useful links from the Support Team:
+ - [GitLab Developer Docs](https://docs.gitlab.com/ee/development/README.html).
+ - [Repairing and recovering broken git repositories](https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html).
+ - [Testing with OpenSSL](https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html).
+ - [Strace zine](https://wizardzines.com/zines/strace/).
diff --git a/doc/administration/troubleshooting/links.md b/doc/administration/troubleshooting/links.md
deleted file mode 100644
index b7c833f4c28..00000000000
--- a/doc/administration/troubleshooting/links.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-type: reference
----
-
-# Useful Links from the Support team
-
-Links the GitLab support team has found useful:
-
-- [GitLab Developer Docs](https://docs.gitlab.com/ee/development/README.html).
-- [Repairing and recovering broken git repositories](https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html).
-- [Testing with OpenSSL](https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html).
-- [Strace zine](https://wizardzines.com/zines/strace/).