Skip to content

Commit a3e2628

Browse files
committed
Fix invalid links
1 parent 967f296 commit a3e2628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_overviews/scaladoc/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ which covers the steps and workflow necessary work on the Scaladoc tool.
2525
As of Scala 2.13, the Scaladoc tool is maintained but not actively
2626
developed. Major development of Scaladoc will progress as a part of
2727
Dotty for Scala 3 in the
28-
[Dottydoc](https://dotty.epfl.ch/docs/usage/dottydoc.html) tool.
28+
[Dottydoc](https://dotty.epfl.ch/3.0.0/docs/usage/dottydoc.html) tool.

_scala3-reference/other-new-features/explicit-nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,4 @@ Our strategy for binary compatibility with Scala binaries that predate explicit
537537
and new libraries compiled without `-Yexplicit-nulls` is to leave the types unchanged
538538
and be compatible but unsound.
539539

540-
[More details](https://dotty.epfl.ch/docs/internals/explicit-nulls.html)
540+
[More details](https://docs.scala-lang.org/scala3/reference/other-new-features/explicit-nulls.html)

scala3/scaladoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ If you encounter a bug or have an idea for improvement, don't hesitate to create
8181

8282
[scaladoc-docstrings]: https://dotty.epfl.ch/docs/usage/scaladoc/docstrings.html
8383
[static-documentation]: https://dotty.epfl.ch/docs/usage/scaladoc/static-site.html
84-
[built-in-blog]: https://dotty.epfl.ch/docs/usage/scaladoc/blog.html
84+
[built-in-blog]: https://dotty.epfl.ch/3.0.0/docs/usage/scaladoc/blog.html
8585
[social-links]: https://dotty.epfl.ch/docs/usage/scaladoc/settings.html#-social-links

0 commit comments

Comments
 (0)