summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-10-31 02:27:44 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-10-31 02:27:44 +0900
commit31ea88cfed2580975f621a6aa992ac58405cb275 (patch)
treef5d6b8aa84fb2f7ec0801f19e9daa274cc489fd2
parent49a73b6e70e740c0f9a336fb5f0ec0154f5a4168 (diff)
downloadgitlab-ce-31ea88cfed2580975f621a6aa992ac58405cb275.tar.gz
Fix deadlink in docs for ci/examples
-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)