Skip to content

Commit 05cace2

Browse files
committed
linkcheck: Fix broken and redirected links
1 parent 0102db8 commit 05cace2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/builder.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The final code of the example
124124
Gtk.Template
125125
------------
126126
:class:`Gtk.WidgetClass` allows UI definition files to be used to extend a widget,
127-
PyGObject provides :doc:`guide/gtk_template` as a way of accessing this from Python.
127+
PyGObject provides :doc:`pygobject:guide/gtk_template` as a way of accessing this from Python.
128128

129129
The UI definition file used in the example needs a small change to include a *<template>* element:
130130

@@ -136,4 +136,4 @@ Then it can be used to implement the example with a :class:`Gtk.Window` subclass
136136
.. literalinclude:: ../examples/template_example.py
137137
:linenos:
138138

139-
More information can be found at the `PyGObject <https://pygobject.readthedocs.io/en/latest/guide/gtk_template.html>`_ website.
139+
More information can be found at the `PyGObject <https://pygobject.gnome.org/guide/gtk_template.html>`_ website.

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lists and tuples will be needed.
2424

2525
Although this tutorial describes the most important classes and methods within
2626
GTK+ 3, it is not supposed to serve as an API reference. Please refer to the
27-
`GTK+ 3 Reference Manual <https://developer.gnome.org/gtk3/stable/>`_ for a
27+
`GTK+ 3 Reference Manual <https://docs.gtk.org/gtk3/>`_ for a
2828
detailed description of the API. Also there's a `Python-specific reference
2929
<https://lazka.github.io/pgi-docs/>`_ available.
3030

source/menus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ UI Manager
5959
----------
6060

6161
:class:`Gtk.UIManager` provides an easy way of creating menus and toolbars using
62-
an `XML-like description <https://developer.gnome.org/gtk3/stable/GtkUIManager.html#XML-UI>`_.
62+
an `XML-like description <https://docs.gtk.org/gtk3/class.UIManager.html#ui-definitions-xml-ui>`_.
6363

6464
First of all, you should add the :class:`Gtk.ActionGroup` to the UI Manager with
6565
:meth:`Gtk.UIManager.insert_action_group`. At this point is also a good idea to

0 commit comments

Comments
 (0)