File tree 1 file changed +4
-4
lines changed
library/src/scala/runtime/stdLibPatches 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,28 +136,28 @@ object language:
136
136
137
137
/** Set source version to 3.0-migration.
138
138
*
139
- * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
139
+ * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
140
140
*/
141
141
@ compileTimeOnly(" `3.0-migration` can only be used at compile time in import statements" )
142
142
object `3.0-migration`
143
143
144
144
/** Set source version to 3.0.
145
145
*
146
- * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
146
+ * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
147
147
*/
148
148
@ compileTimeOnly(" `3.0` can only be used at compile time in import statements" )
149
149
object `3.0`
150
150
151
151
/* This can be added when we go to 3.1
152
152
/** Set source version to 3.1-migration.
153
153
*
154
- * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
154
+ * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
155
155
*/
156
156
object `3.1-migration`
157
157
158
158
/** Set source version to 3.1
159
159
*
160
- * @see [[https://scalacenter.github.io/ scala-3-migration-guide/docs/scala-3- migration-mode ]]
160
+ * @see [[https://docs. scala-lang.org/scala3/guides/ migration/compatibility-intro.html ]]
161
161
*/
162
162
object `3.1`
163
163
*/
You can’t perform that action at this time.
0 commit comments