From c7b500052d332afa1b70079f266d16f1c18ff7fe Mon Sep 17 00:00:00 2001 From: chocos Date: Tue, 30 Jun 2020 11:00:57 +0000 Subject: [PATCH] Bug 1648959 - Done internal linking in docs in testing Directory.r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D81466 --- testing/geckodriver/doc/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/geckodriver/doc/index.rst b/testing/geckodriver/doc/index.rst index 441c7868a293..be9fc880049b 100644 --- a/testing/geckodriver/doc/index.rst +++ b/testing/geckodriver/doc/index.rst @@ -7,14 +7,13 @@ Gecko-based browsers. This program provides the HTTP API described by the `WebDriver protocol`_. to communicate with Gecko browsers, such as Firefox. It translates calls -into the `Firefox remote protocol`_ by acting as a proxy between the local- +into the :ref:`Firefox remote protocol ` by acting as a proxy between the local- and remote ends. You can consult the `change log`_ for a record of all notable changes to the program. Releases_ are made available on GitHub. .. _WebDriver protocol: https://w3c.github.io/webdriver/#protocol -.. _Firefox remote protocol: https://firefox-source-docs.mozilla.org/testing/marionette/Protocol.html .. _change log: https://github.com/mozilla/geckodriver/releases .. _Releases: https://github.com/mozilla/geckodriver/releases