@@ -6,17 +6,6 @@ i18n: en
6
6
7
7
# Download Mu
8
8
9
- <div class =" panel panel-warning " >
10
- <div class="panel-heading"><h3 class="panel-title">THIS IS BETA SOFTWARE!</h3></div>
11
- <div class="panel-body">
12
- <p>Mu is in the closing stages of a final 1.0 release. As a result it is
13
- still considered BETA software and this reflects how the installer
14
- currently works and you may encounter bugs (<a href="/en/howto/bugs">please report them!</a>).
15
- Please read the instructions for your installer for more information.</p>
16
- </div>
17
- </div >
18
-
19
-
20
9
There are many ways to install Mu. The simplest is to download the official
21
10
installer for Windows or Mac OSX. If you're a more advanced user you can use
22
11
Python's built-in ` pip ` tool. Some Linux distributions come with Mu packaged
@@ -33,8 +22,8 @@ Each option is outlined below:
33
22
<img src="/img/windows_logo.png" alt="Windows Logo">
34
23
<div class="caption">
35
24
<h3>Windows Installer</h3>
36
- <p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1 /mu-editor_rc1_win32 .exe" class="btn btn-primary" role="button">32-bit</a>
37
- <a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1 /mu-editor_rc1_win64 .exe" class="btn btn-primary" role="button">64-bit</a>
25
+ <p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_win32 .exe" class="btn btn-primary" role="button">32-bit</a>
26
+ <a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_win64 .exe" class="btn btn-primary" role="button">64-bit</a>
38
27
<a href="/en/howto/install_windows" class="btn btn-default" role="button">Instructions</a></p>
39
28
</div>
40
29
</div>
@@ -44,7 +33,7 @@ Each option is outlined below:
44
33
<img src="/img/apple_logo.png" alt="Apple Logo">
45
34
<div class="caption">
46
35
<h3>Mac OSX Installer</h3>
47
- <p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0.rc.1 /mu-editor_rc1_osx .dmg" class="btn btn-primary" role="button">Download</a>
36
+ <p><a href="https://github.com/mu-editor/mu/releases/download/v1.0.0/mu-editor_1.0_osx .dmg" class="btn btn-primary" role="button">Download</a>
48
37
<a href="/en/howto/install_macos" class="btn btn-default" role="button">Instructions</a></p>
49
38
</div>
50
39
</div>
0 commit comments