Skip to content

Commit 4e419a1

Browse files
committed
Update README URLs based on HTTP redirects
1 parent 34cdba5 commit 4e419a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you're running the coverage reports from within an sbt console session (as
4242
opposed to one command per sbt launch), then the `coverage` command is sticky. To
4343
turn it back off when you're done running reports, use the `coverageOff` command or reset `coverageEnabled` with `set coverageEnabled := false`.
4444

45-
Sample project with scoverage in both sbt and maven - [the scoverage samples project](https://github.com/scoverage/scoverage-samples).
45+
Sample project with scoverage in both sbt and maven - [the scoverage samples project](https://github.com/scoverage/sbt-scoverage-samples).
4646

4747
## Notes on upgrading to version 1.3.0
4848

@@ -116,7 +116,7 @@ If you are running into a scenario where your tests normally pass, but fail when
116116

117117
## Coveralls
118118

119-
If you have an open source project then you can add code coverage metrics with the excellent website http://coveralls.io. Scoverage will integrate with coveralls using the [sbt-coveralls](https://github.com/scoverage/sbt-coveralls) plugin.
119+
If you have an open source project then you can add code coverage metrics with the excellent website https://coveralls.io/ Scoverage will integrate with coveralls using the [sbt-coveralls](https://github.com/scoverage/sbt-coveralls) plugin.
120120

121121
## Plugin for SonarQube
122122

0 commit comments

Comments
 (0)