diff --git a/README.md b/README.md index b724436a6e5723fb1a12103ec7b886829badb9ca..604495e3b3e75c8c0b6fa7893f724b9a193bbbbe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ copy and paste the following: ```julia import Downloads -script = Downloads.download("https://raw.githubusercontent.com/mfherbst/2022-rwth-julia-workshop/master/install.jl") +script = Downloads.download("https://gitlab.mathematik.uni-stuttgart.de/stammbn/julia-seminar/-/raw/main/install.jl?ref_type=heads") include(script) ``` This [downloads the install.jl script](https://raw.githubusercontent.com/mfherbst/2022-rwth-julia-workshop/master/install.jl)