From 7677f999ecaea0a60fabfa7e2c1782381a37b793 Mon Sep 17 00:00:00 2001 From: alexandr-vladimirov Date: Fri, 18 Feb 2022 00:09:04 +0530 Subject: [PATCH] Fix cura-build-environment link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f58dc09a1..1090d13aa7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Build scripts ------------- Please check out [cura-build](https://github.com/Ultimaker/cura-build) for detailed building instructions. -If you want to build the entire environment from scratch before building Cura as well, [cura-build-environment](https://github.com/Ultimaker/cura-build) might be a starting point before cura-build. (Again, see cura-build for more details.) +If you want to build the entire environment from scratch before building Cura as well, [cura-build-environment](https://github.com/Ultimaker/cura-build-environment) might be a starting point before cura-build. (Again, see cura-build for more details.) Running from Source -------------