diff options
author | Evan Read <eread@gitlab.com> | 2019-06-13 07:31:34 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-13 07:31:34 +0000 |
commit | 4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb (patch) | |
tree | 36d620fd5e3f3af3ea2158ff245031e898f0f756 | |
parent | 8bfc3a26a31fd48fd7af7a7ecd67102b04e9d66b (diff) | |
download | gitlab-ce-4eea6dbe5f7bc93a5c7f15a4151654f47ef614eb.tar.gz |
Add quotes to redirect value
-rw-r--r-- | doc/ci/examples/code_climate.md | 2 |
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). |