[websites/rkward-kde-org] content: Fix links

Thomas Friedrichsmeier null at kde.org
Mon Apr 21 12:44:18 BST 2025


Git commit 9e7cbc2e54fa74b8480c49127980ad94cde7089a by Thomas Friedrichsmeier.
Committed on 21/04/2025 at 10:01.
Pushed by tfry into branch 'master'.

Fix links

M  +1    -1    content/contact.md
M  +1    -1    content/feature-plan-archive.md
M  +2    -2    content/news/2015-12-21-usability-improvements.md
M  +2    -2    content/news/rkward-0.6.4.md
M  +1    -1    content/patches.md

https://invent.kde.org/websites/rkward-kde-org/-/commit/9e7cbc2e54fa74b8480c49127980ad94cde7089a

diff --git a/content/contact.md b/content/contact.md
index ac3605b..df9dda4 100644
--- a/content/contact.md
+++ b/content/contact.md
@@ -8,7 +8,7 @@ menu:
 
 ## Reporting issues
 
-* [Reporting Bugs and issues(/bugs)
+* [Reporting Bugs and issues](/bugs)
 
 ## Generic questions, feedback and discussion
 
diff --git a/content/feature-plan-archive.md b/content/feature-plan-archive.md
index cf1fba4..b7df08c 100644
--- a/content/feature-plan-archive.md
+++ b/content/feature-plan-archive.md
@@ -548,7 +548,7 @@ for the GUI logic, and the ability to script custom widgets.
 
   - <http://www.mail-archive.com/rkward-devel@lists.sourceforge.net/msg00405.html>
   - Depends on [Automated Plugin Testing](/automated-plugin-testing)
-  - [Converting Plugins from PHP to JS(/converting_plugin_from_php_to_js)
+  - [Converting Plugins from PHP to JS](/converting_plugin_from_php_to_js)
 
 **Development status**: <span style="color:green">QtScript backend
 implemented, all official plugins ported</span>.
diff --git a/content/news/2015-12-21-usability-improvements.md b/content/news/2015-12-21-usability-improvements.md
index 42db53f..500087b 100644
--- a/content/news/2015-12-21-usability-improvements.md
+++ b/content/news/2015-12-21-usability-improvements.md
@@ -14,7 +14,7 @@ Among the changes that do not quite show in our ChangeLog, we continue
 receiving more and more translations from the [KDE language
 teams](http://l10n.kde.org). Also we are working to finish our move to
 KDE.org. Importantly, we now track new issues on the KDE bugtracking
-system (see [Bugs](Bugs.html))). A [lot of
+system (see [Bugs](/bugs))). A [lot of
 work](https://files.kde.org/rkward/R/pckg/rkwarddev/NEWS.html) went into
 the [rkwarddev package](https://github.com/rkward-community/rkwarddev)
 to make the plugin generating code much more intuitive. In particular,
@@ -27,7 +27,7 @@ progress](https://mail.kde.org/pipermail/rkward-devel/2015-November/004338.html)
 on porting RKWard to the more modular, more modern version 5 of the KDE
 libraries (aka KF5).
 
-As usual, please don't be shy of [contacting](Contact.html) us
+As usual, please don't be shy of [contacting](/contact) us
 with your feedback, suggestions, and contributions\!
 
 ## The changes in detail:
diff --git a/content/news/rkward-0.6.4.md b/content/news/rkward-0.6.4.md
index ae69fe9..74be651 100644
--- a/content/news/rkward-0.6.4.md
+++ b/content/news/rkward-0.6.4.md
@@ -14,7 +14,7 @@ Among the changes that do not quite show in our ChangeLog, we continue
 receiving more and more translations from the [KDE language
 teams](http://l10n.kde.org). Also we are working to finish our move to
 KDE.org. Importantly, we now track new issues on the KDE bugtracking
-system (see [Bugs](Bugs.html))). A [lot of
+system (see [Bugs](/bugs))). A [lot of
 work](https://files.kde.org/rkward/R/pckg/rkwarddev/NEWS.html) went into
 the [rkwarddev package](https://github.com/rkward-community/rkwarddev)
 to make the plugin generating code much more intuitive. In particular,
@@ -26,7 +26,7 @@ progress](https://mail.kde.org/pipermail/rkward-devel/2015-November/004338.html)
 on porting RKWard to the more modular, more modern version 5 of the KDE
 libraries (aka KF5).
 
-As usual, please don't be shy of [contacting](Contact.html) us
+As usual, please don't be shy of [contacting](/contact) us
 with your feedback, suggestions, and contributions\!
 
 #### The changes in detail:
diff --git a/content/patches.md b/content/patches.md
index 688bfcb..6b2bce4 100644
--- a/content/patches.md
+++ b/content/patches.md
@@ -10,7 +10,7 @@ You're trying to help? Great! And if you don't feel like reading / following the
 
 However one piece of advise: Please try to be as specific as possible. Importantly:
   - When sending us a patch, please create it using ```git diff > mypatch.diff```.
-  - If the underlying issue is not yet reported, please take some time to describe it in detail. Follow the same guidlines as for [creating a bug report(/bugs).
+  - If the underlying issue is not yet reported, please take some time to describe it in detail. Follow the same guidlines as for [creating a bug report](/bugs).
   - If you are unsure about parts of your patch (or you have not really tested it): That's nothing to be ashamed of, but please let us know!
 
 ## The expert way to contributing patches: Gitlab merge requests



More information about the rkward-tracker mailing list