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 10
10
- title : Macro Tutorial
11
11
url : " /scala3/guides/macros/index.html"
12
12
- title : Migrate
13
- url : " https://scalacenter.github.io/scala-3- migration-guide "
13
+ url : " /scala3/guides/ migration/compatibility-intro.html "
14
14
- title : Reference
15
15
url : " https://dotty.epfl.ch/docs/reference/overview.html"
16
16
- title : API
Original file line number Diff line number Diff line change @@ -42,9 +42,8 @@ Scala 3 の高品質なドキュメンテーションを作るためのいくつ
42
42
## Migration Guide
43
43
[ Scala 3 Migration Guide] ( /scala3/guides/migration/compatibility-intro.html ) は Scala 2 と Scala 3 の互換性、移行に役立つツールの紹介、そして詳しい移行のガイドを含んだ包括的なドキュメントである。
44
44
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 )
48
47
49
48
50
49
## Scala 3 Language Reference
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ scala3: true
8
8
guides :
9
9
- title : " Scala 2 から Scala 3 への移行"
10
10
icon : suitcase
11
- url : " https://scalacenter.github.io/scala-3- migration-guide "
11
+ url : " /scala3/guides/ migration/compatibility-intro.html "
12
12
description : " Scala 3 との互換性と移行について知っておくべきことすべて"
13
13
- title : マクロ
14
14
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)
42
42
contains an comprehensive overview over compatibility between Scala 2 and Scala 3,
43
43
a tour presenting the migration tools, and detailed migration guides.
44
44
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 )
49
47
50
48
## Scala 3 Language Reference
51
49
The [ 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