diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2015-11-03 14:01:27 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2015-11-03 14:01:27 +0900 |
commit | f61aa9acdc54306f22bbf4209bdae75b35d7df0c (patch) | |
tree | 60e032820df534664ec50be79fda455c972e1e3e /doc/ci/examples/test-clojure-application.md | |
parent | 5782217bfce973b0a654e32b6318cb82d0b4e066 (diff) | |
download | gitlab-ce-f61aa9acdc54306f22bbf4209bdae75b35d7df0c.tar.gz |
Update links in CI docs after GitLab 8.1
Diffstat (limited to 'doc/ci/examples/test-clojure-application.md')
-rw-r--r-- | doc/ci/examples/test-clojure-application.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/test-clojure-application.md b/doc/ci/examples/test-clojure-application.md index eaee94a10f1..56b746ce025 100644 --- a/doc/ci/examples/test-clojure-application.md +++ b/doc/ci/examples/test-clojure-application.md @@ -1,8 +1,8 @@ -## Test Clojure applications +## Test a Clojure application This example will guide you how to run tests in your Clojure application. -You can checkout the example [source](https://gitlab.com/dzaporozhets/clojure-web-application) and check [CI status](https://ci.gitlab.com/projects/6306). +You can checkout the example [source](https://gitlab.com/dzaporozhets/clojure-web-application) and check [CI status](https://gitlab.com/dzaporozhets/clojure-web-application/builds?scope=all). ### Configure project |