Bug 1536103 - Fix Sphinx Warning for not referenced hyperlinks. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D39057

--HG--
extra : moz-landing-system : lando
This commit is contained in:
championshuttler 2019-07-28 12:08:11 +00:00
parent 284468ad93
commit ca9164e8bd
3 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,6 @@ These checks and actions are done in several components. Here's how they interac
For more information about the context, please see this `blog post`_.
.. _l10n website: https://l10n.mozilla-community.org/stores_l10n/
.. _pushapkscript: https://github.com/mozilla-releng/pushapkscript
.. _MozApkPublisher: https://github.com/mozilla-releng/mozapkpublisher
.. _blog post: https://johanlorenzo.github.io/blog/2017/06/07/part-2-how-mozilla-publishes-apks-onto-google-play-store-in-a-reasonably-secure-and-automated-way.html

View File

@ -2,7 +2,7 @@
Marionette
==========
Marionette is a remote protocol that lets out-of-process programs
Marionette is a remote `protocol`_ that lets out-of-process programs
communicate with, instrument, and control Gecko-based browsers.
It provides interfaces for interacting with both the internal JavaScript

View File

@ -39,7 +39,7 @@ This is only necessary if not using ``firefoxtree``.
Configuring Try with Git Cinnabar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The recommended way to use try with git is with `git cinnabar`, which can be
The recommended way to use try with git is with `git cinnabar`_, which can be
installed by running:
.. code-block:: shell