diff options
author | khm <khm@sciops.net> | 2019-04-29 11:31:28 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-04-29 11:31:28 +0000 |
commit | 2f36efa0871b61df2aa5f8c7546ac95148ecf4de (patch) | |
tree | f99cb9317506812f4ccbd9a4ffa4a023c2505137 /changelogs | |
parent | 33d5ec5b56b680f299ddd2b2f5bd666141eafefc (diff) | |
download | gitlab-ce-2f36efa0871b61df2aa5f8c7546ac95148ecf4de.tar.gz |
Fix links to wiki pages with subdirectories
This commit contains the patch suggested by @fjsanpedro in the issue
covering broken links in wiki search results.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56234
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/wiki-search-results-fix.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/wiki-search-results-fix.yml b/changelogs/unreleased/wiki-search-results-fix.yml new file mode 100644 index 00000000000..693867eb385 --- /dev/null +++ b/changelogs/unreleased/wiki-search-results-fix.yml @@ -0,0 +1,5 @@ +--- +title: fix wiki search result links in titles +merge_request: 27400 +author: khm +type: fixed |