From 852a9571f2fe53ea74cac9891a824096b431ebef Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Thu, 2 Jun 2022 09:04:26 +0000 Subject: [PATCH] Fix link to Getting Started in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564953753..049a19c30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ VirtualFluids is mainly supported on these two platforms: - Windows VirtualFluids can also be build and used in a Docker image. An ubuntu development environment is located in the [container registry](https://git.rz.tu-bs.de/irmb/virtualfluids/container_registry). -An extensive guide about the usage and development in VirtualFluids with docker can be found [here](https://git.rz.tu-bs.de/irmb/virtualfluids/-/wikis/Getting-Start-with-the-development-of-VirtualFluids). +An extensive guide about the usage and development in VirtualFluids with docker can be found [here](https://git.rz.tu-bs.de/irmb/virtualfluids/-/wikis/Getting-Started-with-the-Development-of-VirtualFluids). The following is a brief explanation of how to use it without Docker: -- GitLab