-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15349 from dotty-staging/fix-stable-links-docs
fix nightlyOf links in docs
- Loading branch information
Showing
5 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: index | ||
title: "Enums" | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/enums.html | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/enums/index.html | ||
--- | ||
|
||
This chapter documents enums in Scala 3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
layout: index | ||
title: "Language Versions" | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/language-versions/index.html | ||
--- | ||
|
||
Additional information on interoperability and migration between Scala 2 and 3 can be found [here](https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: index | ||
title: "New Types" | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/new-types.html | ||
nightlyOf: https://docs.scala-lang.org/scala3/reference/new-types/index.html | ||
--- | ||
|
||
This chapter documents the new types introduced in Scala 3. |