summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-13 07:31:34 +0000
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2019-06-13 19:46:18 +0200
commit5dda0b0060d31fd5c5313e15406d71ae0c298085 (patch)
tree57136cb4f28d00c77a23d135ea35fdc2dcfc224e
parent847eac5d0b31e9095fcd3aae3c32587e5e9a4f82 (diff)
downloadgitlab-ce-5dda0b0060d31fd5c5313e15406d71ae0c298085.tar.gz
Add quotes to redirect value
-rw-r--r--doc/ci/examples/code_climate.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/code_climate.md b/doc/ci/examples/code_climate.md
index dc5a8ae119b..0aa108a2e73 100644
--- a/doc/ci/examples/code_climate.md
+++ b/doc/ci/examples/code_climate.md
@@ -1,5 +1,5 @@
---
-redirect_to: code_quality.md
+redirect_to: 'code_quality.md'
---
This document was moved to [another location](code_quality.md).