From 707ca4bb91a29baf43908d025be356b6e00353fe Mon Sep 17 00:00:00 2001 From: Jasper Denkers Date: Thu, 10 Mar 2016 17:06:20 +0100 Subject: [PATCH] Refer to example project in gitlab-examples group --- doc/ci/examples/test-scala-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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