Skip to content

Commit fb8f95b

Browse files
authored
Update installation links in README.md
1 parent fff2cfc commit fb8f95b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and installing Julia, below.
4343
## Resources
4444

4545
- **Homepage:** <https://julialang.org>
46-
- **Install:** <https://julialang.org/install/>
46+
- **Install:** <https://julialang.org/downloads/>
4747
- **Source code:** <https://github.com/JuliaLang/julia>
4848
- **Documentation:** <https://docs.julialang.org>
4949
- **Packages:** <https://julialang.org/packages/>
@@ -66,11 +66,11 @@ helpful to start contributing to the Julia codebase.
6666
The recommended way of installing Julia is to use `juliaup` which will install
6767
the latest stable `julia` for you and help keep it up to date. It can also let
6868
you install and run different Julia versions simultaneously. Instructions for
69-
this can be found [here](https://julialang.org/install/). If you want to manually
70-
download specific Julia binaries, you can find those on the [downloads
71-
page](https://julialang.org/downloads/). The downloads page also provides
69+
this can be found [here](https://julialang.org/downloads/). If you want to manually
70+
download specific Julia binaries, you can find those on the [Manual Downloads
71+
page](https://julialang.org/manual-downloads/). The downloads page also provides
7272
details on the [different tiers of
73-
support](https://julialang.org/downloads/#supported_platforms) for OS and
73+
support](https://julialang.org/downloads/support) for OS and
7474
platform combinations.
7575

7676
If everything works correctly, you will get a `julia` program and when you run

0 commit comments

Comments
 (0)