Skip to content

Commit 6a06e43

Browse files
brandonbyskovslandelle
authored andcommitted
Update documentation references to Zinc homepage
1 parent 57a6376 commit 6a06e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/site/xdoc/example_incremental.xml.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>
1010
Incremental compilation is supported using
11-
<a href="https://github.com/typesafehub/zinc">Zinc</a>,
11+
<a href="https://github.com/sbt/zinc">Zinc</a>,
1212
a stand-alone version of sbt's incremental compiler.
1313
</p>
1414

src/site/xdoc/faq.xml.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<section name="Incremental Compilation (w/ Zinc)">
1313
<dl>
1414
<dt>Why does the maven plugin compile both Java and Scala sources</dt>
15-
<dd>The <a href="https://github.com/typesafehub/zinc">Zinc incremental compilation</a> library needs access to both Java and Scala sources to accurately determine recompilation.
15+
<dd>The <a href="https://github.com/sbt/zinc">Zinc incremental compilation</a> library needs access to both Java and Scala sources to accurately determine recompilation.
1616
</dd>
1717
</dl>
1818
<dl>

0 commit comments

Comments
 (0)