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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-10-31 18:38:57 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-10-31 18:38:57 +0300
commit1f8689693a9a850519821ec970b4810607004ea1 (patch)
treecfbb51d04e618c334c4f5ef3f9f5cf191d34ab76 /doc
parent7335395916b7da508abc3880ccb98435c3d50311 (diff)
parent31ea88cfed2580975f621a6aa992ac58405cb275 (diff)
Merge branch 'fix-deadlink-in-docs-ci-examples' into 'master'
Fix deadlink in docs for ci/examples Just fix a deadlink in docs for ci/examples. See merge request !1710
Diffstat (limited to 'doc')
-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)