Bug 1648959 - Done internal linking in docs in Browser Directory.r=championshuttler

Differential Revision: https://phabricator.services.mozilla.com/D81475
This commit is contained in:
chocos 2020-06-28 20:49:34 +00:00
Родитель 3ece3e66ca
Коммит 1f1b95669d
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -66,13 +66,11 @@ API
itself. Until someone makes a tool for converting schema to HTML, you can read
the documentation in urlbar.json_.
For help on understanding the schema, see `API Schemas`_ in the WebExtensions
For help on understanding the schema, see :ref:`API Schemas <API Schemas>` in the WebExtensions
API Developers Guide.
For examples on using the API, see the `browser.urlbar Cookbook`_ section below.
.. _API Schemas: https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/schema.html
Workflow
~~~~~~~~
@ -231,7 +229,7 @@ example.
Further Reading
~~~~~~~~~~~~~~~
`WebExtensions API Developers Guide <https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html>`__
:ref:`WebExtensions API Developers Guide <WebExtensions API Development>`
Detailed info on implementing a WebExtensions API.
Running Address Bar Extensions