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/ci
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-10-30 20:27:44 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-10-30 20:27:44 +0300
commit31ea88cfed2580975f621a6aa992ac58405cb275 (patch)
treef5d6b8aa84fb2f7ec0801f19e9daa274cc489fd2 /doc/ci
parent49a73b6e70e740c0f9a336fb5f0ec0154f5a4168 (diff)
Fix deadlink in docs for ci/examples
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/examples/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index e0b9fa0e25d..c8122fc63b3 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -1,5 +1,5 @@
# Build script examples
-+ [Test and deploy Ruby Application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
-+ [Test and deploy Python Application to Heroku](test-and-deploy-python-application-to-heroku.md)
-+ [Test Clojure applications](examples/test-clojure-application.md)
++ [Test and deploy Ruby applications to Heroku](test-and-deploy-ruby-application-to-heroku.md)
++ [Test and deploy Python applications to Heroku](test-and-deploy-python-application-to-heroku.md)
++ [Test Clojure applications](test-clojure-application.md)