Skip to content

Commit 9669f01

Browse files
author
Luc Bourlier
committed
Adds helium/lithium prefix for site locations
1 parent 8c5348d commit 9669f01

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: download/current.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for Scala 2.10, on Eclipse 3.8/4.2/4.3 (Juno & Kepler).
2626
#### For Scala 2.10.x
2727

2828
{% assign divId = 'download-210-juno' %}
29-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala210/stable' %}
29+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/helium/e38/scala210/stable' %}
3030

3131
{% include download-box.txt %}
3232

@@ -42,7 +42,7 @@ compatible with Eclipse 3.7.
4242

4343
#### For Scala 2.10.x
4444
{% assign divId = 'download-210-indigo' %}
45-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e37/scala210/stable' %}
45+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/helium/e37/scala210/stable' %}
4646

4747
{% include download-box.txt %}
4848

@@ -62,7 +62,7 @@ and both *Eclipse 3.7 (Indigo) and Eclipse 3.8/4.2 (Juno)*, through different up
6262
#### For Scala 2.9.x
6363

6464
{% assign divId = 'download-29-indigo' %}
65-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e37/scala29/stable' %}
65+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/helium/e37/scala29/stable' %}
6666

6767
{% include download-box.txt %}
6868

@@ -76,7 +76,7 @@ and both *Eclipse 3.7 (Indigo) and Eclipse 3.8/4.2 (Juno)*, through different up
7676
#### For Scala 2.9.x
7777

7878
{% assign divId = 'download-29-juno' %}
79-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala29/stable' %}
79+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/helium/e38/scala29/stable' %}
8080

8181
{% include download-box.txt %}
8282

Diff for: download/milestone.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ up to date with the latest developments in the Scala compiler and the Scala IDE
1313

1414
### For Scala 2.10.4-RC1
1515

16-
{% assign divId = 'download-210-juno' %}
17-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala210/dev' %}
16+
{% assign divId = 'download-helium-210-juno' %}
17+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/helium/e38/scala210/dev' %}
1818

1919
{% include download-box.txt %}
2020

@@ -29,15 +29,15 @@ The first milestone has a few improvements and new features, but this is mainly
2929

3030
### For Scala 2.10.3
3131

32-
{% assign divId = 'download-210-juno' %}
33-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala210/dev' %}
32+
{% assign divId = 'download-lithium-210-juno' %}
33+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/lithium/e38/scala210/dev' %}
3434

3535
{% include download-box.txt %}
3636

3737
### For Scala 2.11.0-M7
3838

39-
{% assign divId = 'download-211-juno' %}
40-
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala211/dev' %}
39+
{% assign divId = 'download-lithium-211-juno' %}
40+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/lithium/e38/scala211/dev' %}
4141

4242
{% include download-box.txt %}
4343

0 commit comments

Comments
 (0)