diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml
index b6453b68f5..c11d82f010 100644
--- a/docs/reference/gtk/question_index.sgml
+++ b/docs/reference/gtk/question_index.sgml
@@ -36,7 +36,7 @@ How do I get started with GTK+?
The GTK+ website offers some
-tutorials and other
+tutorials and other
documentation (most of it about GTK+ 2.x, but mostly still applicable).
More documentation ranging from whitepapers to online books can be found at
the GNOME developer's site.
@@ -77,7 +77,7 @@ specific widgets and functions.
If you have a question not covered in the manual, feel free to
ask on the mailing lists and please file a bug report against the
+url="https://gitlab.gnome.org/GNOME/gtk/issues/new">file a bug report against the
documentation.
@@ -105,8 +105,8 @@ state (explained in its documentation).
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 report a bug to https://bugzilla.gnome.org.
+undocumented exception to the rules, please report a bug on GitLab.
@@ -415,7 +415,7 @@ How do I use GTK+ with other non-C languages?
-See the list of language
+See the list of language
bindings on https://www.gtk.org.