From 94e9031ab5535b0665772c9308e74f94b3a775d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20L=C3=A4hteenm=C3=A4ki?= Date: Fri, 8 Mar 2024 14:43:21 +0200 Subject: [PATCH] metainfo: fix rest of URLs Fixes URL's which were not replaced in !786 --- .gitlab/issue_templates/Bug.md | 2 +- doc/help/contributing/index.rst | 1 - doc/help/contributing/writingdocs.rst | 2 +- doc/help/installation.rst | 9 +++++---- src/plugins/newcomers/gbp-newcomers-section.ui | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 3fcabe559..aee4552e9 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -36,7 +36,7 @@ Provide more information that could be relevant. If the issue is a crash, provide a stack trace following the steps in: - https://wiki.gnome.org/action/show/GettingInTouch/Bugzilla/GettingTraces + https://handbook.gnome.org/issues/stack-traces.html --> diff --git a/doc/help/contributing/index.rst b/doc/help/contributing/index.rst index 5030b05ad..2d719b287 100644 --- a/doc/help/contributing/index.rst +++ b/doc/help/contributing/index.rst @@ -46,5 +46,4 @@ We do expect this to change very soon in that you'll be able to easily contribut .. _`Builder IRC channel`: irc://irc.gnome.org/#gnome-builder .. _`Builder Bug Tracker`: https://gitlab.gnome.org/GNOME/gnome-builder/-/issues .. _`newcomer bugs`: https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/?label_name%5B%5D=4.%20Newcomers -.. _`GNOME Newcomers Tutorial`: https://wiki.gnome.org/action/show/Newcomers .. _`git repository`: https://gitlab.gnome.org/GNOME/gnome-builder diff --git a/doc/help/contributing/writingdocs.rst b/doc/help/contributing/writingdocs.rst index df866709a..acb6da88f 100644 --- a/doc/help/contributing/writingdocs.rst +++ b/doc/help/contributing/writingdocs.rst @@ -1,4 +1,4 @@ -.. _`merge request`: https://wiki.gnome.org/Newcomers/SubmitContribution +.. _`merge request`: https://welcome.gnome.org/app/Builder/#submitting-your-work .. _`Gitlab`: https://gitlab.gnome.org/GNOME/gnome-builder diff --git a/doc/help/installation.rst b/doc/help/installation.rst index 8c66b3528..4e6dde52e 100644 --- a/doc/help/installation.rst +++ b/doc/help/installation.rst @@ -5,8 +5,9 @@ .. _Nightly: https://nightly.gnome.org/repo/appstream/org.gnome.Builder.Devel.flatpakref .. _Software: https://apps.gnome.org/Software .. _GNOME: https://gnome.org/ -.. _JHBuild: https://wiki.gnome.org/Newcomers/BuildGnome -.. _`Newcomers Tutorial`: https://wiki.gnome.org/Newcomers +.. _JHBuild: https://handbook.gnome.org/development/building.html#jhbuild-legacy +.. _`JHBuild manual`: https://gnome.pages.gitlab.gnome.org/jhbuild +.. _`Welcome to GNOME`: https://welcome.gnome.org .. _`filing a bug`: https://gitlab.gnome.org/GNOME/gnome-builder/issues ############ @@ -55,14 +56,14 @@ via JHBuild ----------- If you plan on contributing to the GNOME desktop and application suite, you may want to install Builder via JHBuild_. -See the `Newcomers Tutorial`_ for more information on joining the community and installing JHBuild_. +See the `Welcome to GNOME`_ for more information on joining the community and `JHBuild manual`_ for building GNOME application. We are aggressively moving towards using Flatpak for contributing to Builder, but we aren't quite there yet. Command Line ^^^^^^^^^^^^ -.. note:: Please review the GNOME `Newcomers Tutorial`_ on how to build a GNOME application before proceeding. +.. note:: Please review the `JHBuild manual`_ on how to build a GNOME application before proceeding. .. code-block:: sh diff --git a/src/plugins/newcomers/gbp-newcomers-section.ui b/src/plugins/newcomers/gbp-newcomers-section.ui index 77fe9b249..b42150e81 100644 --- a/src/plugins/newcomers/gbp-newcomers-section.ui +++ b/src/plugins/newcomers/gbp-newcomers-section.ui @@ -15,7 +15,7 @@ Suggested GNOME Projects - <a href="https://wiki.gnome.org/Newcomers/">Learn More…</a> + <a href="https://welcome.gnome.org/">Learn More…</a> true 1.0 -- GitLab