File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
library/src/scala/runtime/stdLibPatches Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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*/
You can’t perform that action at this time.
0 commit comments