Skip to content

Commit 4910aae

Browse files
committed
Update some link redirects
1 parent c45208f commit 4910aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ convenience functions for accessing XDG base directories. These include:
366366
the ``g_get_user_cache_dir ()``, ``g_get_user_data_dir ()``,
367367
``g_get_user_config_dir ()`` functions.
368368
- Qt: XDG base directories can be accessed with the `QStandardPaths
369-
Class <https://doc.qt.io/qt-5/qstandardpaths.html>`_.
369+
Class <https://doc.qt.io/archives/qt-5.15/qstandardpaths.html>`_.
370370

371371
However, applications that aren't using one of these toolkits can expect to
372372
find their XDG base directories in the following locations:

docs/manifests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Modules can be built with a variety of build systems, including:
261261
- `cmake <https://cmake.org/>`_
262262
- `cmake-ninja <https://cmake.org/cmake/help/v3.0/generator/Ninja.html>`_
263263
- `meson <https://mesonbuild.com/>`_
264-
- `qmake <https://doc.qt.io/qt-5/qmake-overview.html>`_
264+
- `qmake <https://doc.qt.io/archives/qt-5.15/qmake-overview.html>`_
265265

266266
A "simple" build method is also available, which allows a series of
267267
commands to be specified.

0 commit comments

Comments
 (0)