Skip to content

Fix remaining dead links #1346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/_posts/2017-10-16-fourth-dotty-milestone-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can learn more about Dotty on our [website](https://dotty.epfl.ch).

<!--more-->

This is our fourth scheduled release according to our [6-week release schedule](https://dotty.epfl.ch/docs/usage/version-numbers.html).
This is our fourth scheduled release according to our 6-week release schedule.
The [previous technology preview](/blog/2017/09/07/third-dotty-milestone-release.html) improved
stability and reliability.

Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2018-10-04-scaladoc-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ For a smorgasbord of examples take a look at [examples](https://janekdb.github.i

### Dotty and Scala 3

With `dotty` now boosting its share of the development horizon it's important to place GFM into a [dottydoc](https://dotty.epfl.ch/docs/usage/dottydoc.html) and hence Scaladoc 3 context.
With `dotty` now boosting its share of the development horizon it's important to place GFM into a [dottydoc](https://docs.scala-lang.org/scala3/guides/scaladoc/) and hence Scaladoc 3 context.

In overview `dottydoc` supports the current Scaladoc 2.12 MediaWiki flavored markdown, but it also supports more contemporary flavors of markdown.

Expand Down
2 changes: 1 addition & 1 deletion community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ items and opinions. Ask your Scala friends who they follow on Twitter

## Community-Powered Learning Resources

* [Scala Exercises](http://scala-exercises.47deg.com/)
* [Scala Exercises](http://scala-exercises.org/)
* [Scala School](https://twitter.github.io/scala_school/)
* [Scala Puzzlers](https://scalapuzzlers.com/)
* [Scala Cookbook](http://www.scalacookbook.com/)
Expand Down