summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-30 13:59:32 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-05 16:46:11 +0200
commit0a9eac5942420b075a27f1aaef8c8a77eaff4095 (patch)
tree8f8b2a8c187537b970ea50c5cf8ec24145a3cb53
parent5b53b2837079a4def259df13def5411b115749d4 (diff)
downloadgitlab-ce-0a9eac5942420b075a27f1aaef8c8a77eaff4095.tar.gz
Fix broken link
-rw-r--r--doc/ci/examples/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 76c29b4618a..d6b6993aaa2 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -59,13 +59,13 @@ Apart from those, here is an collection of tutorials and guides on setting up yo
- [Example projects](https://gitlab.com/pages)
- **Articles:**
- - [Creating and Tweaking `.gitlab-ci.yml` for GitLab Pages](../../project/pages/getting_started_part_four.html)
+ - [Creating and Tweaking `.gitlab-ci.yml` for GitLab Pages](../../user/project/pages/getting_started_part_four.md)
- [SSGs Part 3: Build any SSG site with GitLab Pages](https://about.gitlab.com/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/):
examples for Ruby-, NodeJS-, Python-, and GoLang-based SSGs
- [Building a new GitLab docs site with Nanoc, GitLab CI, and GitLab Pages](https://about.gitlab.com/2016/12/07/building-a-new-gitlab-docs-site-with-nanoc-gitlab-ci-and-gitlab-pages/)
- [Publish code coverage reports with GitLab Pages](https://about.gitlab.com/2016/11/03/publish-code-coverage-report-with-gitlab-pages/)
-See the topic [GitLab Pages](../../user/project/pages/index.html) for a complete overview.
+See the topic [GitLab Pages](../../user/project/pages/index.md) for a complete overview.
## More