@@ -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.
6666The recommended way of installing Julia is to use ` juliaup ` which will install
6767the latest stable ` julia ` for you and help keep it up to date. It can also let
6868you 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
7272details 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
7474platform combinations.
7575
7676If everything works correctly, you will get a ` julia ` program and when you run
0 commit comments