Skip to content

so long, Bintray #1988

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
Apr 19, 2021
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 _overviews/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For reference, here is our complete
## Publish a Release

Most build tools resolve third-party dependencies by looking them up on public repositories such as
[Maven Central](https://search.maven.org/) or [Bintray](https://bintray.com/). These repositories host
[Maven Central](https://search.maven.org/). These repositories host
the library binaries as well as additional information such as the library authors, the open source
license, and the dependencies of the library itself. Each release of a library is identified by
a `groupId`, an `artifactId`, and a `version` number. For instance, consider the following dependency
Expand Down
2 changes: 1 addition & 1 deletion _sips/sips/2011-10-12-implicit-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redirect_from: /sips/pending/implicit-classes.html

This SIP is based on [this pre-draft](https://docs.google.com/document/d/1k-aGAGmbrDB-2pJ3uDPpHVKno6p-XbnkVHDc07zPrzQ/edit?hl=en_US).

Material adapted from [https://jorgeortiz85.github.com/ImplicitClassSIP.xhtml](https://jorgeortiz85.github.com/ImplicitClassSIP.xhtml) which is Copyright © 2009, Jorge Ortiz and David Hall
Material adapted from [https://jorgeortiz85.github.io/ImplicitClassSIP.xhtml](https://jorgeortiz85.github.io/ImplicitClassSIP.xhtml) which is Copyright © 2009, Jorge Ortiz and David Hall

## Abstract ##

Expand Down
2 changes: 1 addition & 1 deletion _sips/sips/2012-01-21-futures-promises.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ Examples:
5. [Scalaz Futures][5]

[1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync"
[2]: https://twitter.github.com/scala_school/finagle.html "Finagle"
[2]: https://twitter.github.io/scala_school/finagle.html "Finagle"
[3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures"
[4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"
[5]: https://code.google.com/p/scalaz/ "Scalaz"
Expand Down
2 changes: 1 addition & 1 deletion learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ You can visit his [YouTube channel](https://www.youtube.com/user/DrMarkCLewis/fe
[DevInsideYou](https://youtube.com/devinsideyou) is a YouTube channel with hundreds of hours of free Scala content.

## Visual Scala Reference
[Visual Scala Reference](https://superruzafa.github.com/visual-scala-reference/), a guide to visually learn about Scala concepts and functions.
[Visual Scala Reference](https://superruzafa.github.io/visual-scala-reference/), a guide to visually learn about Scala concepts and functions.