diff options
author | Jasper Denkers <git@jasperdenkers.com> | 2016-03-10 17:06:20 +0100 |
---|---|---|
committer | Jasper Denkers <git@jasperdenkers.com> | 2016-03-18 09:52:56 +0100 |
commit | 707ca4bb91a29baf43908d025be356b6e00353fe (patch) | |
tree | ce35ac208bb81ee70d681c8312bfc99915df712f /doc/ci | |
parent | ac4d753863e32a3f1da2d073983e418d88401e67 (diff) | |
download | gitlab-ce-707ca4bb91a29baf43908d025be356b6e00353fe.tar.gz |
Refer to example project in gitlab-examples group
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/examples/test-scala-application.md | 2 |
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 |