summaryrefslogtreecommitdiff
path: root/doc/ci/examples/test-scala-application.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/examples/test-scala-application.md')
-rw-r--r--doc/ci/examples/test-scala-application.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/examples/test-scala-application.md b/doc/ci/examples/test-scala-application.md
index 0e33a1ba060..7d039ab1aeb 100644
--- a/doc/ci/examples/test-scala-application.md
+++ b/doc/ci/examples/test-scala-application.md
@@ -46,11 +46,11 @@ deploy:
In the above configuration:
-- The `before_script` installs [SBT](http://www.scala-sbt.org/) and
-displays the version that is being used.
+- The `before_script` installs [SBT](https://www.scala-sbt.org/) and
+ displays the version that is being used.
- The `test` stage executes SBT to compile and test the project.
- - [sbt-scoverage](https://github.com/scoverage/sbt-scoverage) is used as an SBT
-plugin to measure test coverage.
+ - [sbt-scoverage](https://github.com/scoverage/sbt-scoverage) is used as an SBT
+ plugin to measure test coverage.
- The `deploy` stage automatically deploys the project to Heroku using dpl.
You can use other versions of Scala and SBT by defining them in