Skip to content

Commit bc0180c

Browse files
committed
Repair broken links
1 parent ec65af2 commit bc0180c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/_docs/reference/experimental/explicit-nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ val c = new C()
8686
```
8787

8888
The unsoundness above can be caught by the compiler with the option `-Ysafe-init`.
89-
More details can be found in [safe initialization](./safe-initialization.md).
89+
More details can be found in [safe initialization](../other-new-features/safe-initialization.md).
9090

9191
## Equality
9292

docs/_docs/release-notes-0.1.2.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ This release ships with the following features:
7777

7878
[1]: https://docs.google.com/document/d/1h3KUMxsSSjyze05VecJGQ5H2yh7fNADtIf3chD3_wr0/edit
7979
[2]: https://infoscience.epfl.ch/record/222780?ln=en
80-
[3]: ../reference/new-types/intersection-types.html
81-
[4]: ../reference/new-types/union-types.html
82-
[5]: ../reference/enums/adts.html
83-
[6]: ../reference/enums/desugarEnums.html
84-
[7]: ../reference/contextual/by-name-context-parameters.html
80+
[3]: reference/new-types/intersection-types.html
81+
[4]: reference/new-types/union-types.html
82+
[5]: reference/enums/adts.html
83+
[6]: reference/enums/desugarEnums.html
84+
[7]: reference/contextual/by-name-context-parameters.html
8585
[8]: https://infoscience.epfl.ch/record/228518
8686
[9]: http://docs.scala-lang.org/sips/pending/static-members.html
8787
[10]: http://docs.scala-lang.org/sips/pending/improved-lazy-val-initialization.html
8888
[11]: http://magarciaepfl.github.io/scala/
8989
[12]: https://github.com/lampepfl/dotty/commit/b2215ed23311b2c99ea638f9d7fcad9737dba588
9090
[13]: https://github.com/lampepfl/dotty/pull/187
9191
[14]: https://github.com/lampepfl/dotty/pull/217
92-
[15]: ../reference/other-new-features/trait-parameters.html
92+
[15]: reference/other-new-features/trait-parameters.html
9393
[16]: https://github.com/lampepfl/dotty/commit/89540268e6c49fb92b9ca61249e46bb59981bf5a
9494
[17]: https://github.com/lampepfl/dotty/pull/174
9595
[18]: https://github.com/lampepfl/dotty/pull/488
@@ -104,10 +104,10 @@ This release ships with the following features:
104104
[27]: https://github.com/lampepfl/dotty/pull/2513
105105
[28]: https://github.com/lampepfl/dotty/pull/2361
106106
[29]: https://github.com/lampepfl/dotty/pull/1453
107-
[30]: ../reference/contextual/context-functions.html
107+
[30]: reference/contextual/context-functions.html
108108
[31]: https://github.com/lampepfl/dotty/pull/2136
109109
[32]: https://github.com/lampepfl/dotty/pull/1758
110-
[33]: ../reference/metaprogramming/inline.html
110+
[33]: reference/metaprogramming/inline.html
111111

112112
# Contributors
113113
The Dotty team and contributors have closed 750 issues and have merged a total of 1258 pull requests.

0 commit comments

Comments
 (0)