[gimp-web-devel/pat/bootstrap] content: fix some links s/core|resource_developers/core|resource/



commit 691e4a34a9f0e0633267dfbce69edf94fb5d8b32
Author: Jehan <jehan girinstud io>
Date:   Wed Sep 7 00:06:18 2022 +0200

    content: fix some links s/core|resource_developers/core|resource/

 content/_index.md      | 6 +++---
 content/core/_index.md | 2 +-
 content/faq.md         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/content/_index.md b/content/_index.md
index 3303e6a..ac9d424 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -8,10 +8,10 @@ author = "The GIMP Development Team"
 This site tries to provide useful information for developers:
 
 * If you are into resource creation, e.g. plug-in development, you
-  should look at the [Resource Development](/resource_developers/)
+  should look at the [Resource Development](/resource/)
   section.
 * If you wish to contribute to GIMP itself, you should read the [Core
-  Development](/core_developers/) section.
+  Development](/core/) section.
 
 *Note: for the main GIMP website, visit [www.gimp.org](https://www.gimp.org)
 instead; the GIMP manual is at [docs.gimp.org](https://docs.gimp.org/).*
@@ -20,4 +20,4 @@ instead; the GIMP manual is at [docs.gimp.org](https://docs.gimp.org/).*
 
 {{< roadmap "3.0" >}}
 
-*[See more roadmaps](/core_developers/roadmap/)*
+*[See more roadmaps](/core/roadmap/)*
diff --git a/content/core/_index.md b/content/core/_index.md
index 370f1cc..623db94 100644
--- a/content/core/_index.md
+++ b/content/core/_index.md
@@ -9,4 +9,4 @@ weight: 1
 The _section_ "Core Development" contains information about GIMP
 internals. It is targetted at people wishing to contribute to core
 development, additionally to the [contents in "Resource
-Development"](/resource_developers/).
+Development"](/resource/).
diff --git a/content/faq.md b/content/faq.md
index a9be07b..1842488 100644
--- a/content/faq.md
+++ b/content/faq.md
@@ -28,7 +28,7 @@ bugs reported in Gitlab. Pick a bug, perhaps ask the advice of another
 developer as to whether he/she thinks it will be an easy bug or not, and
 then fix it. Sounds easy, doesn't it?
 
-The [Core Development](/core_developers/) section is where you want to
+The [Core Development](/core/) section is where you want to
 start.
 
 #### Where can I discuss GIMP development?
@@ -180,7 +180,7 @@ and make a living by developing GIMP full-time.
 #### Is there a plug-in template available?
 
 Yes. An [official GIMP plug-in template is
-available](/resource_developers/plug-in-template/).
+available](/resource/plug-in-template/).
 
 Note however that this template is old and likely quite outdated,
 regarding modern recommendation. We are planning to improve


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]