fixed docs api url in README.md for selenium-webdriver npm package#14138
Merged
titusfortner merged 2 commits intoSeleniumHQ:trunkfrom Jun 14, 2024
3dprogramin:fix-npm-docs
Merged
fixed docs api url in README.md for selenium-webdriver npm package#14138titusfortner merged 2 commits intoSeleniumHQ:trunkfrom 3dprogramin:fix-npm-docs
titusfortner merged 2 commits intoSeleniumHQ:trunkfrom
3dprogramin:fix-npm-docs
Conversation
Contributor
PR Reviewer Guide 🔍
|
Contributor
PR Code Suggestions ✨
|
diemol
requested changes
Jun 14, 2024
titusfortner
approved these changes
Jun 14, 2024
Member
|
thanks! |
sandeepsuryaprasad
pushed a commit
to sandeepsuryaprasad/selenium
that referenced
this pull request
Oct 29, 2024
…eleniumHQ#14138) * fixed docs api url in README.md for selenium-webdriver npm package * updated URL to point directly to the JavaScript API documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Description
Inside README.md file for the nodejs library, there is an API URL pointing to an old URL that returns a 404 now.
Replaced the URL with the main documentation URL.
Old URL: https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/
New URL: https://www.selenium.dev/documentation/webdriver/
Motivation and Context
I was checking the selenium-webdriver npm library and came across the invalid API documentation URL inside README.md
Types of changes
Checklist
PR Type
Bug fix, Documentation
Description
README.mdfile for theselenium-webdrivernpm package.Changes walkthrough 📝
README.md
Fix broken API documentation URL in README.mdjavascript/node/selenium-webdriver/README.md