Skip to content

Commit 48354bd

Browse files
authored
Update mima#sbt link for binary-compatibility-for-library-authors.md
1 parent 9eda4b8 commit 48354bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/tutorials/binary-compatibility-for-library-authors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ How can we, as library authors, spare our users of runtime errors and dependency
147147
It works by comparing the class files of two provided JARs and report any binary incompatibilities found.
148148
Both backwards and forwards binary incompatibility can be detected by swapping input order of the JARs.
149149

150-
By incorporating MiMa's [sbt plugin](https://github.com/lightbend/mima/wiki/sbt-plugin) into your sbt build, you can easily check whether
150+
By incorporating MiMa's [sbt plugin](https://github.com/lightbend/mima#sbt) into your sbt build, you can easily check whether
151151
you have accidentally introduced binary incompatible changes. Detailed instruction on how to use the sbt plugin can be found in the link.
152152

153153
We strongly encourage every library author to incorporate MiMa into their continuous integration and release workflow.

0 commit comments

Comments
 (0)