Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken link in README #2148

Open
shailshouryya opened this issue Jan 3, 2024 · 1 comment
Open

Update broken link in README #2148

shailshouryya opened this issue Jan 3, 2024 · 1 comment

Comments

@shailshouryya
Copy link

The

* [Selenium](https://seleniumhq.github.io/docs/) (work in progress)

link under the Documentation section from the README points to https://seleniumhq.github.io/docs/, which redirects to https://www.selenium.dev/docs/, which is currently a 404. However, https://www.selenium.dev/documentation/ does work, so I think README.md should be updated to

--- a/README.md
+++ b/README.md

@@ -33, +33

- [Selenium](https://seleniumhq.github.io/docs/) (work in progress)
+ [Selenium](https://www.selenium.dev/documentation/) (work in progress)
  * [C# API](https://seleniumhq.github.io/selenium/docs/api/dotnet/)

I also noticed the base domain seleniumhq.github.io redirects to www.selenium.dev - so should all other https://seleniumhq.github.io/RESOURCE links be updated to https://www.selenium.dev/RESOURCE as well?

I can also make a pull request here, but looking at this comment from a recent pull request, I'm not sure if that change would go here (on GitHub), or somewhere else?

@whimboo
Copy link
Collaborator

whimboo commented Jan 3, 2024

Thank you @shailshouryya! We might certainly update the readme regarding your proposals. If you want to make a contribution you are welcome and I can help to guide you through the process.

As you noticed we do not accept PRs on the GitHub repository because it's not the canonical one. Documentation in how to get started you can find at https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html. Feel free to also join our Matrix channel for a direct communication. Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants