fix Incremental.scala link, thanks to @fernandezpablo85

This commit is contained in:
Mark Harrah 2013-01-05 10:12:50 -05:00
parent ce439efab3
commit c82bcb30d8
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ Further references
------------------
The incremental compilation logic is implemented in
https://github.com/sbt/sbt/blob/0.13/compile/inc/Incremental.scala.
https://github.com/sbt/sbt/blob/0.13/compile/inc/src/main/scala/inc/Incremental.scala.
Some related documentation for SBT 0.7 is available at:
https://code.google.com/p/simple-build-tool/wiki/ChangeDetectionAndTesting.
Some discussion on the incremental recompilation policies is available