Skip to content

Commit b0b46fc

Browse files
authored
Merge pull request #1988 from SethTisue/bye-bye-bintray
2 parents d943d98 + ccf3bfe commit b0b46fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_overviews/contributors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For reference, here is our complete
106106
## Publish a Release
107107

108108
Most build tools resolve third-party dependencies by looking them up on public repositories such as
109-
[Maven Central](https://search.maven.org/) or [Bintray](https://bintray.com/). These repositories host
109+
[Maven Central](https://search.maven.org/). These repositories host
110110
the library binaries as well as additional information such as the library authors, the open source
111111
license, and the dependencies of the library itself. Each release of a library is identified by
112112
a `groupId`, an `artifactId`, and a `version` number. For instance, consider the following dependency

_sips/sips/2011-10-12-implicit-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from: /sips/pending/implicit-classes.html
1111

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

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

1616
## Abstract ##
1717

_sips/sips/2012-01-21-futures-promises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ Examples:
721721
5. [Scalaz Futures][5]
722722

723723
[1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync"
724-
[2]: https://twitter.github.com/scala_school/finagle.html "Finagle"
724+
[2]: https://twitter.github.io/scala_school/finagle.html "Finagle"
725725
[3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures"
726726
[4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"
727727
[5]: https://code.google.com/p/scalaz/ "Scalaz"

learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ You can visit his [YouTube channel](https://www.youtube.com/user/DrMarkCLewis/fe
5858
[DevInsideYou](https://youtube.com/devinsideyou) is a YouTube channel with hundreds of hours of free Scala content.
5959

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

0 commit comments

Comments
 (0)