summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-10-31 15:38:57 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-10-31 15:38:57 +0000
commit1f8689693a9a850519821ec970b4810607004ea1 (patch)
treecfbb51d04e618c334c4f5ef3f9f5cf191d34ab76
parent7335395916b7da508abc3880ccb98435c3d50311 (diff)
parent31ea88cfed2580975f621a6aa992ac58405cb275 (diff)
downloadgitlab-ce-1f8689693a9a850519821ec970b4810607004ea1.tar.gz
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
-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)