docs: update getting started link to current docs path#61
Merged
Conversation
The old devtools-mobile-analyzer docs section is being retired as part of the analyzer decommission (AttestIOS#2527). Point readers at the current devtools-mobile iOS setup page instead. Refs: dequelabs/AttestIOS#2527
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the in-file “Getting Started” documentation link in the UI test sample so it points at the current Deque docs location, avoiding a dead link as older analyzer docs are retired.
Changes:
- Replaced the deprecated
devtools-mobile-analyzer/2023.8.16/...URL withdevtools-mobile/2025.7.2/en/ios-setupin theSampleUITests.swiftheader comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Per Copilot review: the file was mixing doc versions (2025.7.2 and 2023.8.16). Drop the version + locale segments so each link points at the latest published version of the page — the docs site redirects /devtools-mobile/<slug> to the current version. Also remaps two dead anchors from the retired /xcui page: - xcui#capture-a-scan -> xcui-setup#automated-testing - xcui#send-results-to-the-dashboard -> ios-upload
kateowens12
approved these changes
Jun 10, 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
devtools-mobile-analyzer/2023.8.16docs path is being retired as part of the iOS Analyzer decommissionSampleUITests.swiftgetting-started comment at the currentdevtools-mobile/2025.7.2/en/ios-setuppage so the link doesn't go dead.Test plan