Skip to content

Commit 4382930

Browse files
Merge pull request #13805 from danicheg/fix-links
Fix links to the migration guide
2 parents 034b0a0 + caf9abd commit 4382930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/scala/runtime/stdLibPatches/language.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,28 +136,28 @@ object language:
136136

137137
/** Set source version to 3.0-migration.
138138
*
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]]
140140
*/
141141
@compileTimeOnly("`3.0-migration` can only be used at compile time in import statements")
142142
object `3.0-migration`
143143

144144
/** Set source version to 3.0.
145145
*
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]]
147147
*/
148148
@compileTimeOnly("`3.0` can only be used at compile time in import statements")
149149
object `3.0`
150150

151151
/* This can be added when we go to 3.1
152152
/** Set source version to 3.1-migration.
153153
*
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]]
155155
*/
156156
object `3.1-migration`
157157
158158
/** Set source version to 3.1
159159
*
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]]
161161
*/
162162
object `3.1`
163163
*/

0 commit comments

Comments
 (0)