docs: drop appiumpro.com references - #1098
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates inline documentation in the .NET client to remove an external appiumpro.com reference and keep the DirectConnect property docs self-contained.
Changes:
- Remove the
https://appiumpro.com/...URL from theDirectConnectXML documentation and replace it with a plain description. - Normalize the file header’s first line (removes the stray leading character/formatting artifact).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
We need to have alternative documentation for them instead of simple drop for individual pages |
alaahong
force-pushed
the
chore/drop-appiumpro
branch
from
July 26, 2026 04:36
f032e85 to
a2b0e49
Compare
Member
Author
Get the point. Caused that's the legacy link, seems no need to create new doc file into Appium docs? just replace with new link for same content reference. |
KazuCocoa
approved these changes
Jul 26, 2026
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.
Summary
Removes
appiumpro.comreferences from this repository, since the domain is no longer maintained by the Appium team (see appium/appium#22499).Follows the same approach as appium/appium#22500 — links are removed rather than replaced, unless removal would break surrounding prose, in which case the URL is inlined as plain text.
Closes appium/appium#22499
Checklist