Skip to content

Commit 8a2ea75

Browse files
authored
Merge pull request #840 from OlivierBlanvillain/cleanup-links
Fix #535: setup htmlproofer and fix all broken links
2 parents c5783db + 55bcc32 commit 8a2ea75

File tree

57 files changed

+276
-256
lines changed

Some content is hidden

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

57 files changed

+276
-256
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env: BUNDLE_PATH=bundle-vendor/bundle
1313
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
1414
# declaration in `.bundle/config`
1515
install:
16-
- bundle update jekyll
16+
- bundle update jekyll
1717
- bundle install
1818

1919
script:
@@ -22,3 +22,4 @@ script:
2222
- ( ! grep -qie Error -e Warn error.log )
2323
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \)
2424
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \) | ( ! read )
25+
- bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gem 'kramdown'
55
gem 'rack-jekyll'
66
gem 'rake'
77
gem 'jekyll-redirect-from'
8+
gem 'html-proofer'
89

910
# group :jekyll_plugins do
1011
# gem 'hawkins'

Gemfile.lock

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (5.1.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
49
addressable (2.5.2)
510
public_suffix (>= 2.0.2, < 4.0)
611
colorator (1.1.0)
12+
colorize (0.8.1)
13+
concurrent-ruby (1.0.5)
14+
ethon (0.11.0)
15+
ffi (>= 1.3.0)
716
ffi (1.9.18)
817
forwardable-extended (2.6.0)
18+
html-proofer (3.8.0)
19+
activesupport (>= 4.2, < 6.0)
20+
addressable (~> 2.3)
21+
colorize (~> 0.8)
22+
mercenary (~> 0.3.2)
23+
nokogiri (~> 1.8.1)
24+
parallel (~> 1.3)
25+
typhoeus (~> 1.3)
26+
yell (~> 2.0)
27+
i18n (0.9.3)
28+
concurrent-ruby (~> 1.0)
929
jekyll (3.5.2)
1030
addressable (~> 2.4)
1131
colorator (~> 1.0)
@@ -29,6 +49,11 @@ GEM
2949
rb-fsevent (~> 0.9, >= 0.9.4)
3050
rb-inotify (~> 0.9, >= 0.9.7)
3151
mercenary (0.3.6)
52+
mini_portile2 (2.3.0)
53+
minitest (5.11.2)
54+
nokogiri (1.8.1)
55+
mini_portile2 (~> 2.3.0)
56+
parallel (1.12.1)
3257
pathutil (0.14.0)
3358
forwardable-extended (~> 2.6)
3459
public_suffix (3.0.0)
@@ -48,19 +73,26 @@ GEM
4873
sass-listen (4.0.0)
4974
rb-fsevent (~> 0.9, >= 0.9.4)
5075
rb-inotify (~> 0.9, >= 0.9.7)
76+
thread_safe (0.3.6)
77+
typhoeus (1.3.0)
78+
ethon (>= 0.9.0)
79+
tzinfo (1.2.4)
80+
thread_safe (~> 0.1)
81+
yell (2.0.7)
5182

5283
PLATFORMS
5384
ruby
5485

5586
DEPENDENCIES
87+
html-proofer
5688
jekyll (= 3.5.2)
5789
jekyll-redirect-from
5890
kramdown
5991
rack-jekyll
6092
rake
6193

6294
RUBY VERSION
63-
ruby 2.3.1p112
95+
ruby 2.3.3p222
6496

6597
BUNDLED WITH
66-
1.15.1
98+
1.16.0

_downloads/2007-05-21-2.5.0.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.5.0.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.5.0-final.tar.gz", "/files/archive/scala-2.5.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "12 MB"],
12-
["-main-windows", "scala-2.5.0-final.zip", "/files/archive/scala-2.5.0-final.zip", "Windows", "13 MB"]
11+
["-main-unixsys", "scala-2.5.0-final.tar.gz", "https://scala-lang.org/files/archive/scala-2.5.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "12 MB"],
12+
["-main-windows", "scala-2.5.0-final.zip", "https://scala-lang.org/files/archive/scala-2.5.0-final.zip", "Windows", "13 MB"]
1313
]
1414
---
1515

_downloads/2007-06-13-2.5.1.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.5.1.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.5.1-final.tar.gz", "/files/archive/scala-2.5.1-final.tar.gz", "Mac OS X, Unix, Cygwin", "12 MB"],
12-
["-main-windows", "scala-2.5.1-final.zip", "/files/archive/scala-2.5.1-final.zip", "Windows", "13 MB"]
11+
["-main-unixsys", "scala-2.5.1-final.tar.gz", "https://scala-lang.org/files/archive/scala-2.5.1-final.tar.gz", "Mac OS X, Unix, Cygwin", "12 MB"],
12+
["-main-windows", "scala-2.5.1-final.zip", "https://scala-lang.org/files/archive/scala-2.5.1-final.zip", "Windows", "13 MB"]
1313
]
1414
---
1515

_downloads/2007-09-11-2.6.0.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.6.0.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.6.0-final.tar.gz", "/files/archive/scala-2.6.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12-
["-main-windows", "scala-2.6.0-final.zip", "/files/archive/scala-2.6.0-final.zip", "Windows", "15 MB"]
11+
["-main-unixsys", "scala-2.6.0-final.tar.gz", "https://scala-lang.org/files/archive/scala-2.6.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12+
["-main-windows", "scala-2.6.0-final.zip", "https://scala-lang.org/files/archive/scala-2.6.0-final.zip", "Windows", "15 MB"]
1313
]
1414
---
1515

_downloads/2007-12-19-2.6.1.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.6.1.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.6.1-final.tar.gz", "/files/archive/scala-2.6.1-final.tar.gz", "Mac OS X, Unix, Cygwin", "14 MB"],
12-
["-main-windows", "scala-2.6.1-final.zip", "/files/archive/scala-2.6.1-final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.6.1-final.tar.gz", "https://scala-lang.org/files/archive/scala-2.6.1-final.tar.gz", "Mac OS X, Unix, Cygwin", "14 MB"],
12+
["-main-windows", "scala-2.6.1-final.zip", "https://scala-lang.org/files/archive/scala-2.6.1-final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2008-03-06-2.7.0.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.0.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.0.final.tar.gz", "/files/archive/scala-2.7.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12-
["-main-windows", "scala-2.7.0.final.zip", "/files/archive/scala-2.7.0-final.zip", "Windows", "13 MB"]
11+
["-main-unixsys", "scala-2.7.0.final.tar.gz", "https://scala-lang.org/files/archive/scala-2.7.0-final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12+
["-main-windows", "scala-2.7.0.final.zip", "https://scala-lang.org/files/archive/scala-2.7.0-final.zip", "Windows", "13 MB"]
1313
]
1414
---
1515

_downloads/2008-05-05-2.7.1.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.1.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.1.final.tar.gz", "/files/archive/scala-2.7.1.final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12-
["-main-windows", "scala-2.7.1.final.zip", "/files/archive/scala-2.7.1.final.zip", "Windows", "13 MB"]
11+
["-main-unixsys", "scala-2.7.1.final.tar.gz", "https://scala-lang.org/files/archive/scala-2.7.1.final.tar.gz", "Mac OS X, Unix, Cygwin", "13 MB"],
12+
["-main-windows", "scala-2.7.1.final.zip", "https://scala-lang.org/files/archive/scala-2.7.1.final.zip", "Windows", "13 MB"]
1313
]
1414
---
1515

_downloads/2008-11-10-2.7.2.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.2.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.2.final.tgz", "/files/archive/scala-2.7.2.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.2.final.zip", "/files/archive/scala-2.7.2.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.2.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.2.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.2.final.zip", "https://scala-lang.org/files/archive/scala-2.7.2.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2009-01-13-2.7.3.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.3.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.3.final.tgz", "/files/archive/scala-2.7.3.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.3.final.zip", "/files/archive/scala-2.7.3.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.3.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.3.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.3.final.zip", "https://scala-lang.org/files/archive/scala-2.7.3.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2009-04-24-2.7.4.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.4.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.4.final.tgz", "/files/archive/scala-2.7.4.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.4.final.zip", "/files/archive/scala-2.7.4.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.4.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.4.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.4.final.zip", "https://scala-lang.org/files/archive/scala-2.7.4.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2009-06-02-2.7.5.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.5.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.5.final.tgz", "/files/archive/scala-2.7.5.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.5.final.zip", "/files/archive/scala-2.7.5.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.5.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.5.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.5.final.zip", "https://scala-lang.org/files/archive/scala-2.7.5.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2009-09-10-2.7.6.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.6.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.6.final.tgz", "/files/archive/scala-2.7.6.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.6.final.zip", "/files/archive/scala-2.7.6.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.6.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.6.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.6.final.zip", "https://scala-lang.org/files/archive/scala-2.7.6.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2009-12-28-2.7.7.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.7.7.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.7.final.tgz", "/files/archive/scala-2.7.7.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12-
["-main-windows", "scala-2.7.7.final.zip", "/files/archive/scala-2.7.7.final.zip", "Windows", "16 MB"]
11+
["-main-unixsys", "scala-2.7.7.final.tgz", "https://scala-lang.org/files/archive/scala-2.7.7.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
12+
["-main-windows", "scala-2.7.7.final.zip", "https://scala-lang.org/files/archive/scala-2.7.7.final.zip", "Windows", "16 MB"]
1313
]
1414
---
1515

_downloads/2010-07-14-2.8.0.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.8.0.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.8.0.final.tgz", "/files/archive/scala-2.8.0.final.tgz", "Mac OS X, Unix, Cygwin", "19 MB"],
12-
["-main-windows", "scala-2.8.0.final.zip", "/files/archive/scala-2.8.0.final.zip", "Windows", "19 MB"]
11+
["-main-unixsys", "scala-2.8.0.final.tgz", "https://scala-lang.org/files/archive/scala-2.8.0.final.tgz", "Mac OS X, Unix, Cygwin", "19 MB"],
12+
["-main-windows", "scala-2.8.0.final.zip", "https://scala-lang.org/files/archive/scala-2.8.0.final.zip", "Windows", "19 MB"]
1313
]
1414
---
1515

_downloads/2010-11-09-2.8.1.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.8.1.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.8.1.final.tgz", "/files/archive/scala-2.8.1.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
12-
["-main-windows", "scala-2.8.1.final.zip", "/files/archive/scala-2.8.1.final.zip", "Windows", "20 MB"]
11+
["-main-unixsys", "scala-2.8.1.final.tgz", "https://scala-lang.org/files/archive/scala-2.8.1.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
12+
["-main-windows", "scala-2.8.1.final.zip", "https://scala-lang.org/files/archive/scala-2.8.1.final.zip", "Windows", "20 MB"]
1313
]
1414
---
1515

_downloads/2011-05-12-2.9.0.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.9.0.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.9.0.final.tgz", "/files/archive/scala-2.9.0.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12-
["-main-windows", "scala-2.9.0.final.zip", "/files/archive/scala-2.9.0.final.zip", "Windows", "25 MB"]
11+
["-main-unixsys", "scala-2.9.0.final.tgz", "https://scala-lang.org/files/archive/scala-2.9.0.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12+
["-main-windows", "scala-2.9.0.final.zip", "https://scala-lang.org/files/archive/scala-2.9.0.final.zip", "Windows", "25 MB"]
1313
]
1414
---
1515

_downloads/2011-05-25-2.9.0.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.9.0.1.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.9.0.1.tgz", "/files/archive/scala-2.9.0.1.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12-
["-main-windows", "scala-2.9.0.1.zip", "/files/archive/scala-2.9.0.1.zip", "Windows", "25 MB"]
11+
["-main-unixsys", "scala-2.9.0.1.tgz", "https://scala-lang.org/files/archive/scala-2.9.0.1.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12+
["-main-windows", "scala-2.9.0.1.zip", "https://scala-lang.org/files/archive/scala-2.9.0.1.zip", "Windows", "25 MB"]
1313
]
1414
---
1515

_downloads/2011-08-31-2.9.1.final.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.9.1.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.9.1.final.tgz", "/files/archive/scala-2.9.1.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12-
["-main-windows", "scala-2.9.1.final.zip", "/files/archive/scala-2.9.1.final.zip", "Windows", "25 MB"]
11+
["-main-unixsys", "scala-2.9.1.final.tgz", "https://scala-lang.org/files/archive/scala-2.9.1.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
12+
["-main-windows", "scala-2.9.1.final.zip", "https://scala-lang.org/files/archive/scala-2.9.1.final.zip", "Windows", "25 MB"]
1313
]
1414
---
1515

_downloads/2011-09-27-2.8.2.final.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ show_resources: "true"
88
permalink: /download/2.8.2.final.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-one4all", "scala-2.8.2.final-installer.jar", "/files/archive/scala-2.8.2.final-installer.jar", "All platforms", "39 MB"],
12-
["-main-unixsys", "scala-2.8.2.final.tgz", "/files/archive/scala-2.8.2.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
13-
["-non-main-sys", "scala-2.8.2.final.zip", "/files/archive/scala-2.8.2.final.zip", "Windows", "20 MB"]
11+
["-main-one4all", "scala-2.8.2.final-installer.jar", "https://scala-lang.org/files/archive/scala-2.8.2.final-installer.jar", "All platforms", "39 MB"],
12+
["-main-unixsys", "scala-2.8.2.final.tgz", "https://scala-lang.org/files/archive/scala-2.8.2.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
13+
["-non-main-sys", "scala-2.8.2.final.zip", "https://scala-lang.org/files/archive/scala-2.8.2.final.zip", "Windows", "20 MB"]
1414
]
1515
---
1616

_downloads/2012-03-04-2.9.1-1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ show_resources: "true"
88
permalink: /download/2.9.1-1.html
99
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or 1.7."
1010
resources: [
11-
["-main-unixsys", "scala-2.9.1-1.tgz", "/files/archive/scala-2.9.1-1.tgz", "Mac OS X, Unix, Cygwin", "43 MB"],
12-
["-main-windows", "scala-2.9.1-1.zip", "/files/archive/scala-2.9.1-1.zip", "Windows", "46 MB"]
11+
["-main-unixsys", "scala-2.9.1-1.tgz", "https://scala-lang.org/files/archive/scala-2.9.1-1.tgz", "Mac OS X, Unix, Cygwin", "43 MB"],
12+
["-main-windows", "scala-2.9.1-1.zip", "https://scala-lang.org/files/archive/scala-2.9.1-1.zip", "Windows", "46 MB"]
1313
]
1414
---
1515

0 commit comments

Comments
 (0)