From bbeefd4bfa2146cc1c10d0bb0cd50059b392d199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 9 May 2023 15:36:23 +0200 Subject: [PATCH] Website: fix developer 'get started' links Links of the `[text][linkname]` form should not have a space between the two bracketed parts. And I removed the link to projects.blender.org because the other two links also link there (indirectly resp. directly). --- .../content/development/get-involved/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/project-website/content/development/get-involved/_index.md b/web/project-website/content/development/get-involved/_index.md index 0aefc5a4..f10bef2d 100644 --- a/web/project-website/content/development/get-involved/_index.md +++ b/web/project-website/content/development/get-involved/_index.md @@ -20,12 +20,10 @@ the [quickstart guide](/usage/quickstart/). <---> ## Development -You can get started with Flamenco development by following [the documentation] -[dev-get-started], and getting the sources at [projects.blender.org][project]. -If you want to know what kind of work can be done, take a look at the [workboard] -[workboard]. +You can get started with Flamenco development by following [the developer +documentation][dev-get-started]. If you want to know what kind of work can be +done, take a look at the [workboard][workboard]. -[project]: https://projects.blender.org/studio/flamenco [dev-get-started]: /development/getting-started [workboard]: https://projects.blender.org/studio/flamenco/issues @@ -40,4 +38,4 @@ helps Flamenco to get better! <---> -{{}} \ No newline at end of file +{{}}