Skip to content

Fix #535: setup htmlproofer and fix all broken links #840

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 12 commits into from
Feb 16, 2018
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env: BUNDLE_PATH=bundle-vendor/bundle
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
# declaration in `.bundle/config`
install:
- bundle update jekyll
- bundle update jekyll
- bundle install

script:
Expand All @@ -22,3 +22,4 @@ script:
- ( ! grep -qie Error -e Warn error.log )
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \)
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \) | ( ! read )
- bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'kramdown'
gem 'rack-jekyll'
gem 'rake'
gem 'jekyll-redirect-from'
gem 'html-proofer'

# group :jekyll_plugins do
# gem 'hawkins'
Expand Down
36 changes: 34 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.0.5)
ethon (0.11.0)
ffi (>= 1.3.0)
ffi (1.9.18)
forwardable-extended (2.6.0)
html-proofer (3.8.0)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
colorize (~> 0.8)
mercenary (~> 0.3.2)
nokogiri (~> 1.8.1)
parallel (~> 1.3)
typhoeus (~> 1.3)
yell (~> 2.0)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
jekyll (3.5.2)
addressable (~> 2.4)
colorator (~> 1.0)
Expand All @@ -29,6 +49,11 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.3.0)
minitest (5.11.2)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (3.0.0)
Expand All @@ -48,19 +73,26 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
typhoeus (1.3.0)
ethon (>= 0.9.0)
tzinfo (1.2.4)
thread_safe (~> 0.1)
yell (2.0.7)

PLATFORMS
ruby

DEPENDENCIES
html-proofer
jekyll (= 3.5.2)
jekyll-redirect-from
kramdown
rack-jekyll
rake

RUBY VERSION
ruby 2.3.1p112
ruby 2.3.3p222

BUNDLED WITH
1.15.1
1.16.0
4 changes: 2 additions & 2 deletions _downloads/2007-05-21-2.5.0.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.5.0.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.5.0-final.zip", "/files/archive/scala-2.5.0-final.zip", "Windows", "13 MB"]
["-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"],
["-main-windows", "scala-2.5.0-final.zip", "https://scala-lang.org/files/archive/scala-2.5.0-final.zip", "Windows", "13 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2007-06-13-2.5.1.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.5.1.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.5.1-final.zip", "/files/archive/scala-2.5.1-final.zip", "Windows", "13 MB"]
["-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"],
["-main-windows", "scala-2.5.1-final.zip", "https://scala-lang.org/files/archive/scala-2.5.1-final.zip", "Windows", "13 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2007-09-11-2.6.0.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.6.0.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.6.0-final.zip", "/files/archive/scala-2.6.0-final.zip", "Windows", "15 MB"]
["-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"],
["-main-windows", "scala-2.6.0-final.zip", "https://scala-lang.org/files/archive/scala-2.6.0-final.zip", "Windows", "15 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2007-12-19-2.6.1.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.6.1.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.6.1-final.zip", "/files/archive/scala-2.6.1-final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.6.1-final.zip", "https://scala-lang.org/files/archive/scala-2.6.1-final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2008-03-06-2.7.0.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.0.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.7.0.final.zip", "/files/archive/scala-2.7.0-final.zip", "Windows", "13 MB"]
["-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"],
["-main-windows", "scala-2.7.0.final.zip", "https://scala-lang.org/files/archive/scala-2.7.0-final.zip", "Windows", "13 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2008-05-05-2.7.1.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.1.final.html
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."
resources: [
["-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"],
["-main-windows", "scala-2.7.1.final.zip", "/files/archive/scala-2.7.1.final.zip", "Windows", "13 MB"]
["-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"],
["-main-windows", "scala-2.7.1.final.zip", "https://scala-lang.org/files/archive/scala-2.7.1.final.zip", "Windows", "13 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2008-11-10-2.7.2.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.2.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.2.final.tgz", "/files/archive/scala-2.7.2.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.2.final.zip", "/files/archive/scala-2.7.2.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.2.final.zip", "https://scala-lang.org/files/archive/scala-2.7.2.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2009-01-13-2.7.3.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.3.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.3.final.tgz", "/files/archive/scala-2.7.3.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.3.final.zip", "/files/archive/scala-2.7.3.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.3.final.zip", "https://scala-lang.org/files/archive/scala-2.7.3.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2009-04-24-2.7.4.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.4.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.4.final.tgz", "/files/archive/scala-2.7.4.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.4.final.zip", "/files/archive/scala-2.7.4.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.4.final.zip", "https://scala-lang.org/files/archive/scala-2.7.4.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2009-06-02-2.7.5.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.5.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.5.final.tgz", "/files/archive/scala-2.7.5.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.5.final.zip", "/files/archive/scala-2.7.5.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.5.final.zip", "https://scala-lang.org/files/archive/scala-2.7.5.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2009-09-10-2.7.6.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.6.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.6.final.tgz", "/files/archive/scala-2.7.6.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.6.final.zip", "/files/archive/scala-2.7.6.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.6.final.zip", "https://scala-lang.org/files/archive/scala-2.7.6.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2009-12-28-2.7.7.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.7.7.final.html
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."
resources: [
["-main-unixsys", "scala-2.7.7.final.tgz", "/files/archive/scala-2.7.7.final.tgz", "Mac OS X, Unix, Cygwin", "16 MB"],
["-main-windows", "scala-2.7.7.final.zip", "/files/archive/scala-2.7.7.final.zip", "Windows", "16 MB"]
["-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"],
["-main-windows", "scala-2.7.7.final.zip", "https://scala-lang.org/files/archive/scala-2.7.7.final.zip", "Windows", "16 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2010-07-14-2.8.0.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.8.0.final.html
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."
resources: [
["-main-unixsys", "scala-2.8.0.final.tgz", "/files/archive/scala-2.8.0.final.tgz", "Mac OS X, Unix, Cygwin", "19 MB"],
["-main-windows", "scala-2.8.0.final.zip", "/files/archive/scala-2.8.0.final.zip", "Windows", "19 MB"]
["-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"],
["-main-windows", "scala-2.8.0.final.zip", "https://scala-lang.org/files/archive/scala-2.8.0.final.zip", "Windows", "19 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2010-11-09-2.8.1.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.8.1.final.html
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."
resources: [
["-main-unixsys", "scala-2.8.1.final.tgz", "/files/archive/scala-2.8.1.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
["-main-windows", "scala-2.8.1.final.zip", "/files/archive/scala-2.8.1.final.zip", "Windows", "20 MB"]
["-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"],
["-main-windows", "scala-2.8.1.final.zip", "https://scala-lang.org/files/archive/scala-2.8.1.final.zip", "Windows", "20 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2011-05-12-2.9.0.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.9.0.final.html
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."
resources: [
["-main-unixsys", "scala-2.9.0.final.tgz", "/files/archive/scala-2.9.0.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
["-main-windows", "scala-2.9.0.final.zip", "/files/archive/scala-2.9.0.final.zip", "Windows", "25 MB"]
["-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"],
["-main-windows", "scala-2.9.0.final.zip", "https://scala-lang.org/files/archive/scala-2.9.0.final.zip", "Windows", "25 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2011-05-25-2.9.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.9.0.1.html
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."
resources: [
["-main-unixsys", "scala-2.9.0.1.tgz", "/files/archive/scala-2.9.0.1.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
["-main-windows", "scala-2.9.0.1.zip", "/files/archive/scala-2.9.0.1.zip", "Windows", "25 MB"]
["-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"],
["-main-windows", "scala-2.9.0.1.zip", "https://scala-lang.org/files/archive/scala-2.9.0.1.zip", "Windows", "25 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2011-08-31-2.9.1.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.9.1.final.html
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."
resources: [
["-main-unixsys", "scala-2.9.1.final.tgz", "/files/archive/scala-2.9.1.final.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],
["-main-windows", "scala-2.9.1.final.zip", "/files/archive/scala-2.9.1.final.zip", "Windows", "25 MB"]
["-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"],
["-main-windows", "scala-2.9.1.final.zip", "https://scala-lang.org/files/archive/scala-2.9.1.final.zip", "Windows", "25 MB"]
]
---

Expand Down
6 changes: 3 additions & 3 deletions _downloads/2011-09-27-2.8.2.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ show_resources: "true"
permalink: /download/2.8.2.final.html
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."
resources: [
["-main-one4all", "scala-2.8.2.final-installer.jar", "/files/archive/scala-2.8.2.final-installer.jar", "All platforms", "39 MB"],
["-main-unixsys", "scala-2.8.2.final.tgz", "/files/archive/scala-2.8.2.final.tgz", "Mac OS X, Unix, Cygwin", "20 MB"],
["-non-main-sys", "scala-2.8.2.final.zip", "/files/archive/scala-2.8.2.final.zip", "Windows", "20 MB"]
["-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"],
["-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"],
["-non-main-sys", "scala-2.8.2.final.zip", "https://scala-lang.org/files/archive/scala-2.8.2.final.zip", "Windows", "20 MB"]
]
---

Expand Down
4 changes: 2 additions & 2 deletions _downloads/2012-03-04-2.9.1-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ show_resources: "true"
permalink: /download/2.9.1-1.html
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."
resources: [
["-main-unixsys", "scala-2.9.1-1.tgz", "/files/archive/scala-2.9.1-1.tgz", "Mac OS X, Unix, Cygwin", "43 MB"],
["-main-windows", "scala-2.9.1-1.zip", "/files/archive/scala-2.9.1-1.zip", "Windows", "46 MB"]
["-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"],
["-main-windows", "scala-2.9.1-1.zip", "https://scala-lang.org/files/archive/scala-2.9.1-1.zip", "Windows", "46 MB"]
]
---

Expand Down
Loading