Skip to content

Commit 80b2437

Browse files
committed
Use HTTPS for links
Does not update links in documentation of third party content in - _sass/vendors - resources/js/vendor
1 parent 681c108 commit 80b2437

File tree

290 files changed

+917
-917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+917
-917
lines changed

_contribute_resources/1-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Documentation
33
link: /contribute/documentation.html
44
icon: fa fa-file-text
55
---
6-
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](http://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).
6+
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](https://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).

_data/downloads.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ intellijUrls:
2020

2121
sbtUrls:
2222
- os: linux
23-
url: http://www.scala-sbt.org/download.html
23+
url: https://www.scala-sbt.org/download.html
2424
- os: unix
25-
url: http://www.scala-sbt.org/download.html
25+
url: https://www.scala-sbt.org/download.html
2626
- os: macos
27-
url: http://www.scala-sbt.org/download.html
27+
url: https://www.scala-sbt.org/download.html
2828
- os: windows
29-
url: http://www.scala-sbt.org/download.html
29+
url: https://www.scala-sbt.org/download.html

_data/scala-supporters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ supporters:
44
url: https://www.epfl.ch
55
- name: Goldman Sachs
66
logo: /resources/img/frontpage/goldman-logo.png
7-
url: http://www.goldmansachs.com
7+
url: https://www.goldmansachs.com
88
- name: 47 Degrees
99
logo: /resources/img/frontpage/47deg-logo.png
10-
url: http://www.47deg.com/
10+
url: https://www.47deg.com/
1111
- name: Twitter
1212
logo: /resources/img/frontpage/twitter-logo.png
13-
url: http://www.twitter.com
13+
url: https://www.twitter.com
1414
- name: Spotify
1515
logo: /resources/img/frontpage/spotify-logo.png
1616
url: https://www.spotify.com/
@@ -29,4 +29,4 @@ maintainers:
2929
url: https://scala.epfl.ch/
3030
- name: Lightbend
3131
logo: /resources/img/frontpage/lightbend-logo.png
32-
url: http://www.lightbend.com/
32+
url: https://www.lightbend.com/

_downloads/2013-03-13-2.10.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.1
66
release_date: "March 13, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.1.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.10.1.tgz", "https://scala-lang.org/files/archive/scala-2.10.1.tgz", "Mac OS X, Unix, Cygwin", "23.9 MB"],

_downloads/2013-03-14-2.11.0-M2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M2
66
release_date: "March 14, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M2.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M2.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M2.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

_downloads/2013-05-29-2.11.0-M3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M3
66
release_date: "May 29, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M3.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M3.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M3.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

_downloads/2013-05-31-2.10.2-RC2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.2-RC2
66
release_date: "May 31, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.2-RC2.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.10.2-RC2.tgz", "https://scala-lang.org/files/archive/scala-2.10.2-RC2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],

_downloads/2013-06-06-2.10.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.2
66
release_date: "June 6, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.2.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.10.2.tgz", "https://scala-lang.org/files/archive/scala-2.10.2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],

_downloads/2013-07-11-2.11.0-M4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M4
66
release_date: "July 11, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M4.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M4.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M4.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

_downloads/2013-09-18-2.10.3-RC2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.3-RC2
66
release_date: "September 18, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.3-RC2.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.10.3-RC2.tgz", "https://scala-lang.org/files/archive/scala-2.10.3-RC2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],

0 commit comments

Comments
 (0)