Skip to content

fix or remove links to wiki #711

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 1 commit into from
Jul 24, 2017
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
1 change: 0 additions & 1 deletion community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contribute/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down