Skip to content

Commit 5f1f316

Browse files
committed
Fix internal links
1 parent a68113d commit 5f1f316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/reference/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ title: "Overview"
66
This section gives an overview of the most important language additions in Scala 3.
77
The new features address four major concerns:
88

9-
- [Consistency](consistency) - improve orthogonality and eliminate restrictions.
10-
- [Safety](safety) - enable precise domain modeling and safe refactoring.
11-
- [Ergonomics](ergonomics) - support readable and concise code.
12-
- [Performance](performance) - remove performance penalties for high-level code.
9+
- [Consistency](http://dotty.epfl.ch/docs/reference/overview.html#consistency) - improve orthogonality and eliminate restrictions.
10+
- [Safety](http://dotty.epfl.ch/docs/reference/overview.html#safety) - enable precise domain modeling and safe refactoring.
11+
- [Ergonomics](http://dotty.epfl.ch/docs/reference/overview.html#ergonomics) - support readable and concise code.
12+
- [Performance](http://dotty.epfl.ch/docs/reference/overview.html#performance) - remove performance penalties for high-level code.
1313

1414
Scala 3 also drops a number of features that were used rarely, or where experience showed
1515
that they tended to cause problems. These are listed separately in the [Dropped Features](http://dotty.epfl.ch/docs) section.

0 commit comments

Comments
 (0)