From 89fca57e68c9e9a25d93ca21ee9ce7bb56ac5c8e Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 2 Apr 2024 10:10:11 +0200 Subject: [PATCH] Docs / README: Fix issue tracker URL Link to public Issues overview page instead of a 404 New Issue page when you are not already logged into GNOME GitLab. --- README.md | 2 +- docs/reference/gtk/question_index.md | 4 ++-- docs/reference/gtk/resources.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9eb082aeb9..1bfd5c6e6f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ version, for example `gtk-4-10`. How to report bugs ------------------ -Bugs should be reported on the [issues page](https://gitlab.gnome.org/GNOME/gtk/issues/new). +Bugs should be reported on the [issues page](https://gitlab.gnome.org/GNOME/gtk/issues/). In the bug report please include: diff --git a/docs/reference/gtk/question_index.md b/docs/reference/gtk/question_index.md index 8355613780..7ace7c8d0d 100644 --- a/docs/reference/gtk/question_index.md +++ b/docs/reference/gtk/question_index.md @@ -27,7 +27,7 @@ the question you have, this list is a good place to start. Every major version of GTK comes with a [migration guide](#migrating). You may also find useful information in the documentation for specific widgets and functions. If you have a question not covered in the manual, feel free to ask, and please - [file a bug report](https://gitlab.gnome.org/GNOME/gtk/issues/new) against the + [file a bug report](https://gitlab.gnome.org/GNOME/gtk/issues/) against the documentation. * Should I maintain parallel versions of my UI in GTK x and GTK y? @@ -54,7 +54,7 @@ the question you have, this list is a good place to start. For strings returned from functions, they will be declared "const" if they should not be freed. Non-const strings should be freed with `g_free()`. Arrays follow the same rule. If you find an undocumented exception to the rules, please - [file a bug report.](https://gitlab.gnome.org/GNOME/gtk/issues/new). + [file a bug report.](https://gitlab.gnome.org/GNOME/gtk/issues/). The transfer annotations for gobject-introspection that are part of the documentation can provide useful hints for memory handling semantics as well. diff --git a/docs/reference/gtk/resources.md b/docs/reference/gtk/resources.md index 1658963cdb..d82b82c6f5 100644 --- a/docs/reference/gtk/resources.md +++ b/docs/reference/gtk/resources.md @@ -4,7 +4,7 @@ Slug: gtk-resources ## Opening a bug or feature request If you encounter a bug, misfeature, or missing feature in GTK, please -file a bug report on our [GitLab project](https://gitlab.gnome.org/GNOME/gtk/issues/new). +file a bug report on our [GitLab project](https://gitlab.gnome.org/GNOME/gtk/issues/). You should also file issues if the documentation is out of date with the existing API, or unclear.