diff options
author | Evan Read <eread@gitlab.com> | 2019-07-01 09:40:12 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-02 08:55:34 +1000 |
commit | b156e7e7391f356e51d18c2b4b3a7d23b687c971 (patch) | |
tree | b84bee66e6b798f7e6232b3b36c0571a7a9fd284 /doc/development/elasticsearch.md | |
parent | 5e10faa3450a28e24b17d7f81a53d686328fd50d (diff) | |
download | gitlab-ce-fix-bare-urls-in-projects.tar.gz |
Fix most bare URLs in projectfix-bare-urls-in-projects
Linting rule not enabled for now
because tooling produces false
positives.
Diffstat (limited to 'doc/development/elasticsearch.md')
-rw-r--r-- | doc/development/elasticsearch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/elasticsearch.md b/doc/development/elasticsearch.md index 05e64b33eec..603a756ff56 100644 --- a/doc/development/elasticsearch.md +++ b/doc/development/elasticsearch.md @@ -65,7 +65,7 @@ Search queries are generated by the concerns found in [ee/app/models/concerns/el ## Existing Analyzers/Tokenizers/Filters -These are all defined in https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/elasticsearch/git/model.rb +These are all defined in <https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/lib/elasticsearch/git/model.rb> ### Analyzers |