From d97b1ea4f6c400d3cd5d8e7d5ae06f592ad3edab Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 24 Jul 2023 12:28:49 +0000 Subject: [PATCH] Bug 1844802 - Restore links to GeckoView Contributor Guide r=firefox-source-docs-reviewers,sylvestre,geckoview-reviewers,m_kato DONTBUILD D150200 broke this when changing the title and missed it, probably because breaking links only emits warnings instead of errors. Differential Revision: https://phabricator.services.mozilla.com/D184245 --- docs/setup/linux_build.rst | 2 +- docs/setup/macos_build.rst | 2 +- docs/setup/windows_build.rst | 2 +- .../docs/geckoview/contributor/geckoview-quick-start.rst | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/setup/linux_build.rst b/docs/setup/linux_build.rst index 8582a52be6f9..feec9c76a222 100644 --- a/docs/setup/linux_build.rst +++ b/docs/setup/linux_build.rst @@ -113,7 +113,7 @@ Choosing a build type If you aren't modifying the Firefox backend, then select one of the :ref:`Artifact Mode ` options. If you are -building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`. +building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide `. 3. Build -------- diff --git a/docs/setup/macos_build.rst b/docs/setup/macos_build.rst index 3d32b8aed052..5a2317f8f835 100644 --- a/docs/setup/macos_build.rst +++ b/docs/setup/macos_build.rst @@ -95,7 +95,7 @@ Choosing a build type If you aren't modifying the Firefox backend, then select one of the :ref:`Artifact Mode ` options. If you are -building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`. +building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide `. 3. Build -------- diff --git a/docs/setup/windows_build.rst b/docs/setup/windows_build.rst index b489c8cad23e..92c36df810ae 100644 --- a/docs/setup/windows_build.rst +++ b/docs/setup/windows_build.rst @@ -78,7 +78,7 @@ Choosing a build type If you aren't modifying the Firefox backend, then select one of the :ref:`Artifact Mode ` options. If you are -building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`. +building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide `. .. _Ensure antivirus exclusions: diff --git a/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst b/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst index 2954ea2b1011..2b51d4b8274a 100644 --- a/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst +++ b/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst @@ -1,5 +1,7 @@ .. -*- Mode: rst; fill-column: 80; -*- +.. _geckoview-contributor-guide: + ================= Contributor Guide =================