From 6abe1c6703ed2bad08898fc64dc3631484c8e15a Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Tue, 6 Mar 2018 13:02:05 +0000 Subject: [PATCH] Bug 1443466 - Link to firefox-source-docs.m.o in geckodriver README. r=me MozReview-Commit-ID: CONSsWFMQiI --- testing/geckodriver/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/geckodriver/README.md b/testing/geckodriver/README.md index 91f09ea79134..4d11b5195784 100644 --- a/testing/geckodriver/README.md +++ b/testing/geckodriver/README.md @@ -620,10 +620,10 @@ the built executable with `./mach geckodriver -- --other --flags`. [commands]: https://docs.rs/webdriver/newest/webdriver/command/index.html [responses]: https://docs.rs/webdriver/newest/webdriver/response/index.html [errors]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html -[Marionette protocol]: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Protocol +[Marionette protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/marionette/Protocol.html [WebDriver]: https://w3c.github.io/webdriver/webdriver-spec.html [FirefoxDriver]: https://github.com/SeleniumHQ/selenium/wiki/FirefoxDriver -[Marionette]: http://searchfox.org/mozilla-central/source/testing/marionette/README +[Marionette]: https://firefox-source-docs.mozilla.org/testing/marionette/marionette/ [Firefox CI]: https://treeherder.mozilla.org/ [mozconfig]: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Configuring_Build_Options