Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Skupin <mail@hskupin.info>2019-03-05 16:18:07 +0300
committerHenrik Skupin <mail@hskupin.info>2019-03-05 16:18:07 +0300
commitcd8f8a78420fa4ee315052513ef926c81c6ae74d (patch)
tree273ed4a56ad9a5f1a0a17f0ef14121a40fabcdaf
parent17945ac838449dda1defc8cda0c6dadb042519b2 (diff)
Fix links to the Marionette and geckodriver source docs.v0.25.0
https://hg.mozilla.org/mozilla-central/rev/c54ee394e03c
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md18
2 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fa205c4..9f3e5df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,2 +1,2 @@
Please see our contributor documentation at
-https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers.
+https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers.
diff --git a/README.md b/README.md
index e7bdc13..078fac0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ geckodriver’s [source code] is made available under the [Mozilla
Public License].
[WebDriver protocol]: https://w3c.github.io/webdriver/#protocol
-[Firefox remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/marionette/Protocol.html
+[Firefox remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/Protocol.html
[source code]: https://hg.mozilla.org/mozilla-unified/file/tip/testing/geckodriver
[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
[WebDriver]: https://developer.mozilla.org/en-US/docs/Web/WebDriver
@@ -44,14 +44,14 @@ Documentation
* [Python API](https://seleniumhq.github.io/selenium/docs/api/py/)
* [Ruby API](https://seleniumhq.github.io/selenium/docs/api/rb/)
-* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Usage.html)
- * [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Support.html)
- * [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Capabilities.html)
- * [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/Capabilities.html#capabilities-example)
- * [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/TraceLogs.html)
- * [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/CrashReports.html)
+* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
+ * [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
+ * [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html)
+ * [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html#capabilities-example)
+ * [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/TraceLogs.html)
+ * [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)
-* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers)
+* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers)
Source code
@@ -62,7 +62,7 @@ We only use this GitHub repository for issue tracking and making releases.
See our [contribution documentation] for more information.
[mozilla-central]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
-[contribution documentation]: https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/#for-developers
+[contribution documentation]: https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers
Contact