Bug 1526650 - Fix broken links in Marionette Intro docs r=ato

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dhyey Thakore 2019-02-10 17:54:15 +00:00
Родитель 8685ac8fc6
Коммит 8bb76c4883
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -63,13 +63,13 @@ need to download a Marionette client or use the in-tree client.
* [Download and setup the Marionette JS client][6]
* [Protocol definition][7]
[1]: http://marionette-client.readthedocs.io/en/latest/
[2]: http://marionette-client.readthedocs.io/en/latest/interactive.html
[3]: ./PythonTests.md
[4]: ./Debugging.md
[1]: ../../python/marionette_driver.html
[2]: ../../python/marionette_driver.html
[3]: ./PythonTests.html
[4]: ./Debugging.html
[5]: https://developer.mozilla.org/en-US/docs/Marionette/Builds
[6]: https://github.com/mozilla-b2g/marionette_js_client
[7]: ./Protocol.md
[7]: ./Protocol.html
Bugs