summaryrefslogtreecommitdiff
path: root/doc/ci/examples/test-scala-application.md
diff options
context:
space:
mode:
authorJasper Denkers <git@jasperdenkers.com>2016-03-10 17:06:20 +0100
committerJasper Denkers <git@jasperdenkers.com>2016-03-18 09:52:56 +0100
commit707ca4bb91a29baf43908d025be356b6e00353fe (patch)
treece35ac208bb81ee70d681c8312bfc99915df712f /doc/ci/examples/test-scala-application.md
parentac4d753863e32a3f1da2d073983e418d88401e67 (diff)
downloadgitlab-ce-707ca4bb91a29baf43908d025be356b6e00353fe.tar.gz
Refer to example project in gitlab-examples group
Diffstat (limited to 'doc/ci/examples/test-scala-application.md')
-rw-r--r--doc/ci/examples/test-scala-application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-scala-application.md b/doc/ci/examples/test-scala-application.md
index 2df60321cfe..f1753157e9b 100644
--- a/doc/ci/examples/test-scala-application.md
+++ b/doc/ci/examples/test-scala-application.md
@@ -1,6 +1,6 @@
## Test a Scala application
-This example demonstrates the integration of Gitlab CI with Scala applications using SBT. Checkout the example [project](https://gitlab.com/jasperdenkers/scala-sbt-sample-app) and [build status](https://gitlab.com/jasperdenkers/scala-sbt-sample-app/builds).
+This example demonstrates the integration of Gitlab CI with Scala applications using SBT. Checkout the example [project](https://gitlab.com/gitlab-examples/scala-sbt) and [build status](https://gitlab.com/gitlab-examples/scala-sbt/builds).
### Add `.gitlab-ci.yml` file to project