Fix the links to the relevant Scala files#905
Fix the links to the relevant Scala files#905fthomas merged 2 commits intofthomas:masterfrom kyusu:patch-1
Conversation
The links in the provided predicates section were partly broken
Codecov Report
@@ Coverage Diff @@
## master #905 +/- ##
==========================================
+ Coverage 91.52% 91.63% +0.11%
==========================================
Files 48 49 +1
Lines 531 538 +7
Branches 8 8
==========================================
+ Hits 486 493 +7
Misses 45 45
Continue to review full report at Codecov.
|
|
Thanks for the PR, @kyusu. I broke the links while adding support for Scala 3 where I moved the source files to Scala version specific directories, e.g: https://github.com/fthomas/refined/blob/master/modules/core/shared/src/main/scala-3.0+/eu/timepit/refined/boolean.scala |
|
@fthomas |
|
I've changed the links to |
While browsing the README.md I noticed that the links to the Scala files in the "Provided Predicates" section are broken.