-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed broken links #787
Fixed broken links #787
Conversation
Codecov Report
@@ Coverage Diff @@
## master #787 +/- ##
============================================
+ Coverage 74.36% 74.38% +0.02%
- Complexity 3212 3218 +6
============================================
Files 347 348 +1
Lines 9931 9964 +33
Branches 1233 1236 +3
============================================
+ Hits 7385 7412 +27
- Misses 2103 2107 +4
- Partials 443 445 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, except for the one comment
@@ -17,13 +17,10 @@ https://github.com/spockframework/spock/tree/master/spock-tapestry/src/test/groo | |||
== Unitils Module | |||
|
|||
Integration with the http://www.unitils.org/[Unitils] library. For examples see the specs in the | |||
https://github.com/spockframework/spock/tree/master/spock-unitils/src/test/groovy/org/spockframework/unitils/dbunit[codebase]. | |||
https://github.com/spockframework/spock/tree/master/spock-unitils/src/test/groovy/org/spockframework/unitils[codebase]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is wrong with https://github.com/spockframework/spock/tree/master/spock-unitils/src/test/groovy/org/spockframework/unitils/dbunit
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... Looks like it's fine. I don't remember why I had to change it, but there doesn't seem to be a reason to do so now.
Manually merged, thank you @BurkHufnagel |
Fixed broken links
Several of the hyperlinks in the documentation either went nowhere, or to the wrong location. This has been remedied.