summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-12-14 15:16:15 +0000
committerJames Lopez <james@gitlab.com>2018-12-14 15:16:15 +0000
commitfa1cfad8575524c37eb3c80031821209178d0fcf (patch)
tree34071da4b178cd876d511825ba81b584eec0a247
parentceef199230685caf79a0eddca772bb49a5536d22 (diff)
downloadgitlab-ce-import-export-dev-doc.tar.gz
-rw-r--r--lib/gitlab/import_export/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/gitlab/import_export/index.md b/lib/gitlab/import_export/index.md
index 8125d67368c..c318c363085 100644
--- a/lib/gitlab/import_export/index.md
+++ b/lib/gitlab/import_export/index.md
@@ -3,7 +3,7 @@
Based on the [Import/Export 201 presentation available on YouTube](https://www.youtube.com/watch?v=V3i1OfExotE)
- [Troubleshooting commands](#troubleshooting-commands)
-- [Troubleshooting - performance](#troubleshooting---performance)
+- [Troubleshooting - performance](#troubleshooting-performance-issues)
- [Security](#security)
- [Versioning](#versioning)
- [Version history](#version-history)
@@ -24,7 +24,7 @@ grep "Import/Export error" /var/log/gitlab/sidekiq/current
grep "Import/Export backtrace" /var/log/gitlab/sidekiq/current
```
-## Troubleshooting - performance
+## Troubleshooting performance issues
### OOM errors
@@ -350,6 +350,7 @@ module Projects
```
# Links
+
[Import/Export documentation](https://docs.gitlab.com/ee/user/project/settings/import_export.html)
[Import/Export admin documentation](https://docs.gitlab.com/ee/administration/raketasks/project_import_export.html)