diff --git a/0_Installation.ipynb b/0_Installation.ipynb index 4eee3a9c97a03ecd15b0134576345afc5bcb973e..2a66323901cf7da8954e09b8a86939c3194a00ea 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",