@@ -109,7 +109,7 @@ class Driver {
109
109
* The trade-off is that you can only pass a SimpleReporter to this method
110
110
* and not a normal Reporter which is more powerful.
111
111
*
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 ]]
113
113
*
114
114
* @param args Arguments to pass to the compiler.
115
115
* @param simple Used to log errors, warnings, and info messages.
@@ -126,7 +126,7 @@ class Driver {
126
126
127
127
/** Principal entry point to the compiler.
128
128
*
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 ]]
130
130
* in method `runCompiler`
131
131
*
132
132
* @param args Arguments to pass to the compiler.
@@ -165,7 +165,7 @@ class Driver {
165
165
* the other overloads cannot be overridden, instead you
166
166
* should override this one which they call internally.
167
167
*
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 ]]
169
169
* in method `runCompilerWithContext`
170
170
*
171
171
* @param args Arguments to pass to the compiler.
0 commit comments