Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Lehner <lehner.pa@gmail.com>2018-09-16 19:00:08 +0300
committerPatrick Lehner <lehner.pa@gmail.com>2018-09-16 19:00:08 +0300
commit5231a29fc6c0725df5e19aaee7f4bcf7180ff497 (patch)
tree74f4ec13a891089d3e93d8d60d885d1133159047 /doc
parentfef2a8926b162bff1dd832a60adaf89c84a3cdd1 (diff)
MR feedback: Remove now-redundant link
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md2
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).