From 2a04ee0a1057fb3412eb1e64332d7c59f2161f69 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Wed, 4 Oct 2023 18:36:11 +0200 Subject: [PATCH] Replaced wrong links. --- 0_Installation.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/0_Installation.ipynb b/0_Installation.ipynb index 4eee3a9..2a66323 100644 --- a/0_Installation.ipynb +++ b/0_Installation.ipynb @@ -27,13 +27,13 @@ "\n", "### Getting all the rest\n", "The easiest way to get the remaining files and dependencies\n", - "is to [download the install.jl script](https://github.com/mfherbst/2022-rwth-julia-workshop/blob/master/install.jl) and run it from julia. See the instructions [on the github repository](https://github.com/mfherbst/2022-rwth-julia-workshop).\n", + "is to [download the install.jl script](https://gitlab.mathematik.uni-stuttgart.de/stammbn/julia-seminar/-/blob/main/install.jl?ref_type=heads) and run it from julia. See the instructions [on the github repository](https://gitlab.mathematik.uni-stuttgart.de/stammbn/julia-seminar/).\n", "\n", "As an alternative you can also also run the following commands manually\n", "(this requires to have `git` and `julia` available from the commandline):\n", "```\n", - "git clone https://github.com/mfherbst/2022-rwth-julia-workshop\n", - "cd 2022-rwth-julia-workshop\n", + "git clone https://gitlab.mathematik.uni-stuttgart.de/stammbn/Julia-seminar/\n", + "cd Julia-seminar\n", "julia install-manual.jl\n", "```\n", "\n", -- GitLab