Skip to content

Commit b817730

Browse files
committed
Merge pull request #244 from gourlaysama/fix/old-download
fix two download links that returned 404
2 parents 19dfd2f + 8b137a7 commit b817730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download/_posts/2008-03-06-2.7.0.final.md

Lines changed: 2 additions & 2 deletions
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 later, which can be downloaded <a href='http://www.java.com/'>here</a>."
1010
resources: [
11-
["-main-unixsys", "scala-2.7.0.final.tar.gz", "/files/archive/scala-2.7.0.final.tar.gz", "Max 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", "/files/archive/scala-2.7.0-final.tar.gz", "Max 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"]
1313
]
1414
---
1515

0 commit comments

Comments
 (0)