From cdacf79ec370eea93927fa3c669f522e694481b2 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Wed, 4 Oct 2023 17:56:39 +0200 Subject: [PATCH] Updated a link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b724436..604495e 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) -- GitLab