Skip to content

Commit 964e4e5

Browse files
committed
remove link to outdated documentation
1 parent e650c82 commit 964e4e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ refactoring efforts, including carving a monolithic codebase into
88
independent subprojects.
99

1010
The plugin analyzes source code, not generated bytecode. The analysis
11-
code is the same code used by the incremental compiler in sbt and zinc
12-
([reference](https://github.com/gkossakowski/sbt/wiki/Incremental-compiler-notes#dependency-extraction)).
11+
code is based on code from the incremental compiler in sbt and zinc.
1312
Therefore, the plugin should be an accurate source of information for
1413
developers looking to reduce dependencies in order to reduce their
1514
incremental recompile times.

0 commit comments

Comments
 (0)