diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-31 11:29:58 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-31 11:29:58 +0000 |
commit | cab0c20c149f9bfec9d7a08723841495e2d9dfa5 (patch) | |
tree | 064c8d92ffcd3b42ea0ed2067dd1efeff829d428 /doc/integration/elasticsearch.md | |
parent | 8736165742ba09287f35d5199fbd9b25caa557de (diff) | |
download | gitlab-ce-cab0c20c149f9bfec9d7a08723841495e2d9dfa5.tar.gz |
Docs: Convert links in various docs to relative
Diffstat (limited to 'doc/integration/elasticsearch.md')
-rw-r--r-- | doc/integration/elasticsearch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md index 15176ede733..0a037b3876b 100644 --- a/doc/integration/elasticsearch.md +++ b/doc/integration/elasticsearch.md @@ -8,8 +8,8 @@ This document describes how to set up Elasticsearch with GitLab. Once enabled, you'll have the benefit of fast search response times and the advantage of two special searches: -- [Advanced Global Search](https://docs.gitlab.com/ee/user/search/advanced_global_search.html) -- [Advanced Syntax Search](https://docs.gitlab.com/ee/user/search/advanced_search_syntax.html) +- [Advanced Global Search](../user/search/advanced_global_search.md) +- [Advanced Syntax Search](../user/search/advanced_search_syntax.md) ## Version Requirements <!-- Please remember to update ee/lib/system_check/app/elasticsearch_check.rb if this changes --> |