Skip to content

Commit 99bbbf0

Browse files
Merge pull request #7228 from neshkeev/fix-usage-example-links
Fix usage examples links
2 parents 6f6d973 + be031cb commit 99bbbf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/src/dotty/tools/dotc/Driver.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)