Skip to content

Commit 5501891

Browse files
authored
Update Arm download link
IMPORTANT: The links does not yet work due to issues discussed in eclipse-theia/theia-ide#397.
1 parent c03da3b commit 5501891

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/index/TheiaIDEDownloads.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@ const TheiaIDEDownloads = () => (
9393
<a className="btn btn--cta" href="https://www.eclipse.org/downloads/download.php?file=/theia/ide/latest/macos/TheiaIDE.dmg&r=1" rel="noopener">MacOS (x86)¹</a>
9494
</div>
9595
<div className="header__buttons">
96-
<a className="btn btn--cta" href="https://github.com/eclipse-theia/theia-ide/releases/download/pre-release/TheiaIDE.dmg" rel="noopener">MacOS (ARM, <i>experimental</i></a>
97-
<a className="btn btn--cta" href="https://snapcraft.io/theia-ide" rel="noopener">Linux (Snap)³</a>
96+
<a className="btn btn--cta" href="https://www.eclipse.org/downloads/download.php?file=/theia/ide/latest/macos-arm/TheiaIDE.dmg&r=1" rel="noopener">MacOS (ARM)</a>
97+
<a className="btn btn--cta" href="https://snapcraft.io/theia-ide" rel="noopener">Linux (Snap)²</a>
9898
</div>
9999
<center>
100100
<i>¹ The Mac x86 version might run slow and unstable on recent ARM systems. Please try our new dedicated ARM build.</i>
101101
<br></br>
102-
<i>² The Mac ARM version is new and still experimental. Updates may not work as expected yet.</i>
103-
<br></br>
104-
<i>³ Community-maintained build. Updates from within the IDE don't work, but only via Snap.</i>
102+
<i>² Community-maintained build. Updates from within the IDE don't work, but only via Snap.</i>
105103
<br></br>
106104
<br></br>
107105
You can also <a href="https://try.theia-cloud.io/">try the latest version of the Theia IDE online</a>. The online test version is limited to 30 minutes per session and hosted via <a href="https://github.com/eclipsesource/theia-cloud">Theia.cloud</a>.<br></br>

0 commit comments

Comments
 (0)