Skip to content

Commit 42ae889

Browse files
committed
Fix links to the Marionette and geckodriver source docs
https://hg.mozilla.org/mozilla-central/rev/c54ee394e03c
1 parent fd75e69 commit 42ae889

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Please see our contributor documentation at
2-
https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers.
2+
https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers.

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ geckodriver’s [source code] is made available under the [Mozilla
1313
Public License].
1414

1515
[WebDriver protocol]: https://w3c.github.io/webdriver/#protocol
16-
[Firefox remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/marionette/Protocol.html
16+
[Firefox remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/Protocol.html
1717
[source code]: https://hg.mozilla.org/mozilla-unified/file/tip/testing/geckodriver
1818
[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
1919
[WebDriver]: https://developer.mozilla.org/en-US/docs/Web/WebDriver
@@ -44,14 +44,14 @@ Documentation
4444
* [Python API](https://seleniumhq.github.io/selenium/docs/api/py/)
4545
* [Ruby API](https://seleniumhq.github.io/selenium/docs/api/rb/)
4646

47-
* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Usage.html)
48-
* [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Support.html)
49-
* [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Capabilities.html)
50-
* [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Capabilities.html#capabilities-example)
51-
* [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/TraceLogs.html)
52-
* [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/CrashReports.html)
47+
* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
48+
* [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
49+
* [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html)
50+
* [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html#capabilities-example)
51+
* [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/TraceLogs.html)
52+
* [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)
5353

54-
* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers)
54+
* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers)
5555

5656

5757
Source code
@@ -62,7 +62,7 @@ We only use this GitHub repository for issue tracking and making releases.
6262
See our [contribution documentation] for more information.
6363

6464
[mozilla-central]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
65-
[contribution documentation]: https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers
65+
[contribution documentation]: https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers
6666

6767

6868
Contact

0 commit comments

Comments
 (0)