diff options
author | Patrick Lehner <lehner.pa@gmail.com> | 2018-09-16 16:00:08 +0000 |
---|---|---|
committer | Patrick Lehner <lehner.pa@gmail.com> | 2018-09-16 16:00:08 +0000 |
commit | 5231a29fc6c0725df5e19aaee7f4bcf7180ff497 (patch) | |
tree | 74f4ec13a891089d3e93d8d60d885d1133159047 | |
parent | fef2a8926b162bff1dd832a60adaf89c84a3cdd1 (diff) | |
download | gitlab-ce-5231a29fc6c0725df5e19aaee7f4bcf7180ff497.tar.gz |
MR feedback: Remove now-redundant link
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 3296368d2dd..d5dbcdb9120 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1229,7 +1229,7 @@ rspec: ``` The collected JUnit reports will be uploaded to GitLab as an artifact and will -be automatically [shown in merge requests](../junit_test_reports.md). +be automatically shown in merge requests. For more examples, see [JUnit test reports](../junit_test_reports.md). |