File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1010 - title : Macro Tutorial
1111 url : " /scala3/guides/macros/index.html"
1212- title : Migrate
13- url : " https://scalacenter.github.io/scala-3- migration-guide "
13+ url : " /scala3/guides/ migration/compatibility-intro.html "
1414- title : Reference
1515 url : " https://dotty.epfl.ch/docs/reference/overview.html"
1616- title : API
Original file line number Diff line number Diff line change @@ -42,9 +42,8 @@ Scala 3 の高品質なドキュメンテーションを作るためのいくつ
4242## Migration Guide
4343[ Scala 3 Migration Guide] ( /scala3/guides/migration/compatibility-intro.html ) は Scala 2 と Scala 3 の互換性、移行に役立つツールの紹介、そして詳しい移行のガイドを含んだ包括的なドキュメントである。
4444
45- - [ Contribution Overview] ( https://scalacenter.github.io/scala-3-migration-guide/docs/contributing.html )
46- - [ Source] ( https://github.com/scalacenter/scala-3-migration-guide )
47- - [ Issues] ( https://github.com/scalacenter/scala-3-migration-guide/issues )
45+ - [ Source] ( https://github.com/scala/docs.scala-lang/tree/master/_overviews/scala3-migration )
46+ - [ Issues] ( https://github.com/scalacenter/docs.scala-lang/issues )
4847
4948
5049## Scala 3 Language Reference
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scala3: true
88guides :
99 - title : " Scala 2 から Scala 3 への移行"
1010 icon : suitcase
11- url : " https://scalacenter.github.io/scala-3- migration-guide "
11+ url : " /scala3/guides/ migration/compatibility-intro.html "
1212 description : " Scala 3 との互換性と移行について知っておくべきことすべて"
1313 - title : マクロ
1414 by : Nicolas Stucki
Original file line number Diff line number Diff line change @@ -42,10 +42,8 @@ The [Scala 3 Migration Guide](/scala3/guides/migration/compatibility-intro.html)
4242contains an comprehensive overview over compatibility between Scala 2 and Scala 3,
4343a tour presenting the migration tools, and detailed migration guides.
4444
45- - [ Contribution Overview] ( https://scalacenter.github.io/scala-3-migration-guide/docs/contributing.html )
46- - [ Source] ( https://github.com/scalacenter/scala-3-migration-guide )
47- - [ Issues] ( https://github.com/scalacenter/scala-3-migration-guide/issues )
48-
45+ - [ Source] ( https://github.com/scala/docs.scala-lang/tree/master/_overviews/scala3-migration )
46+ - [ Issues] ( https://github.com/scalacenter/docs.scala-lang/issues )
4947
5048## Scala 3 Language Reference
5149The [ Dotty reference] ( https://dotty.epfl.ch/docs/reference/overview.html ) will evolve into the Scala 3 language, containing a formal presentation and detailed technical information about the various features of the language.
You can’t perform that action at this time.
0 commit comments