diff --git a/community/index.md b/community/index.md index 918bf805b..96ea37ee2 100644 --- a/community/index.md +++ b/community/index.md @@ -116,7 +116,6 @@ Finding libraries: * [Scaladex](https://index.scala-lang.org), maintained by the Scala Center, is "an index of the known Scala ecosystem" * [Awesome Scala](https://github.com/lauris/awesome-scala) is "a community driven list of useful Scala libraries, frameworks and software" -* [Tools and Libraries](https://wiki.scala-lang.org/display/SW/Tools+and+Libraries), a page on the (now mostly retired) Scala wiki, also lists and categorizes Scala libraries * [Typelevel.org](http://typelevel.org) provides an assortment of popular libraries and extensions to Scala. * [Trending Scala repositories](https://github.com/trending?l=scala&since=monthly) on GitHub diff --git a/contribute/documentation.md b/contribute/documentation.md index 0111c5c15..a329f6736 100644 --- a/contribute/documentation.md +++ b/contribute/documentation.md @@ -31,7 +31,7 @@ without creating an issue, but please look to see if there is an issue already s ### The Main Scala Documentation Site -[docs.scala-lang.org](https://wiki.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a github project that you can fork and submit pull requests from. It includes: +[docs.scala-lang.org](https://docs.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a github project that you can fork and submit pull requests from. It includes: * Overviews * Tutorials