@@ -109,7 +109,7 @@ class Driver {
109109 * The trade-off is that you can only pass a SimpleReporter to this method
110110 * and not a normal Reporter which is more powerful.
111111 *
112- * Usage example: [[https://github.com/lampepfl/dotty/tree/master/test /test/InterfaceEntryPointTest.scala ]]
112+ * Usage example: [[https://github.com/lampepfl/dotty/tree/master/compiler /test/dotty/tools/dotc /InterfaceEntryPointTest.scala ]]
113113 *
114114 * @param args Arguments to pass to the compiler.
115115 * @param simple Used to log errors, warnings, and info messages.
@@ -126,7 +126,7 @@ class Driver {
126126
127127 /** Principal entry point to the compiler.
128128 *
129- * Usage example: [[https://github.com/lampepfl/dotty/tree/master/test /test/OtherEntryPointsTest .scala ]]
129+ * Usage example: [[https://github.com/lampepfl/dotty/tree/master/compiler /test/dotty/tools/dotc/EntryPointsTest .scala.disabled ]]
130130 * in method `runCompiler`
131131 *
132132 * @param args Arguments to pass to the compiler.
@@ -165,7 +165,7 @@ class Driver {
165165 * the other overloads cannot be overridden, instead you
166166 * should override this one which they call internally.
167167 *
168- * Usage example: [[https://github.com/lampepfl/dotty/tree/master/test /test/OtherEntryPointsTest .scala ]]
168+ * Usage example: [[https://github.com/lampepfl/dotty/tree/master/compiler /test/dotty/tools/dotc/EntryPointsTest .scala.disabled ]]
169169 * in method `runCompilerWithContext`
170170 *
171171 * @param args Arguments to pass to the compiler.
0 commit comments