diff --git a/browser/components/urlbar/docs/experiments.rst b/browser/components/urlbar/docs/experiments.rst index 7cde6db9776e..496951f75bec 100644 --- a/browser/components/urlbar/docs/experiments.rst +++ b/browser/components/urlbar/docs/experiments.rst @@ -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 ` 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 `__ +:ref:`WebExtensions API Developers Guide ` Detailed info on implementing a WebExtensions API. Running Address Bar Extensions