docs: fix 112 broken /docs/developer-program/ links across 9 files#58
Draft
bblietz wants to merge 1 commit into
Draft
docs: fix 112 broken /docs/developer-program/ links across 9 files#58bblietz wants to merge 1 commit into
bblietz wants to merge 1 commit into
Conversation
Step 4b of the audit § 16 link sweep. 9 files changed; 107 line edits
covering 112 broken link instances across 41 unique URLs.
Two-pass rewrite:
(1) Bulk prefix lowercase sweep (96 instances, 41-7=34 unique URLs):
/docs/developer-program/ -> /docs/developer/
Lowercase per established repo convention (renderer is
case-insensitive; existing 226 working in-repo absolute links use
lowercase).
(2) Per-link fixes for 16 instances whose target file was renamed,
moved, or restructured (verified individually):
/docs/developer-program/certification/certification.md#4-channel-operation
-> /docs/developer/certification-overview/certification.md#4-app-operation
(file moved to certification-overview/ AND heading renamed from
'4. Channel operation' to '4. App operation' upstream)
/docs/developer-program/debugging/debugging-channels.md{,#anchor} [8 instances]
-> /docs/developer/debugging/index.md{,#anchor}
(content consolidated into debugging/index.md; all three anchors
-- #accessing-the-debug-console, #brightscript-console-port-8085-commands,
#scenegraph-debug-server-port-8080-commands -- exist as headings
in debugging/index.md)
/docs/developer-program/dev-tools/resource-monitor.md [6 instances]
-> /docs/developer/dev-tools/resource-monitor/index.md
(single file promoted to a subdir with index.md + rrm-* sub-docs)
/docs/developer-program/roku-pay/implementation/channel-store.md#getuserdata
-> /docs/developer/roku-pay/implementation/channel-store-1.md#getuserdata
(file kept its '-1' Confluence-debris suffix; FEATURES/engagement/
channel-store.md is a different doc)
## Scope notes
- No lint rule in this PR. A broken-absolute-link-prefix rule covering
the legacy prefixes (/docs/developer-program/, /docs/specs/,
/dev/docs/) will land after all link-sweep sub-PRs clear the
offending paths.
- Lint clean on all 9 changed files.
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
Fixes 112 broken
/docs/developer-program/link instances across 9 files. Step 4b of the audit § 16 link sweep (step 4a was #57).Two-pass rewrite covering BOTH the bulk prefix-lowercase pattern AND the 16 cases where the target file was renamed/moved/restructured upstream.
Bulk pass (96 instances, 34 unique URLs)
Flat prefix rewrite:
/docs/developer-program/→/docs/developer/(lowercase per repo convention; renderer is case-insensitive; existing 226 working in-repo absolute links use lowercase).Per-link pass (16 instances, 7 unique URLs)
Each target verified individually:
/docs/developer-program/certification/certification.md#4-channel-operation/docs/developer/certification-overview/certification.md#4-app-operationcertification-overview/; heading renamedchannel→appupstream/docs/developer-program/debugging/debugging-channels.md(+ 3 anchors, 8 instances total)/docs/developer/debugging/index.md(anchors preserved)debugging/index.md; all 3 anchors confirmed present as headings/docs/developer-program/dev-tools/resource-monitor.md(6 instances)/docs/developer/dev-tools/resource-monitor/index.mdindex.md+rrm-*sub-docs/docs/developer-program/roku-pay/implementation/channel-store.md#getuserdata/docs/developer/roku-pay/implementation/channel-store-1.md#getuserdata-1Confluence-debris suffix;FEATURES/engagement/channel-store.mdis a different docAnchors verified
#4-app-operation-- present as### 4. App operationincertification-overview/certification.md#accessing-the-debug-console-- present as## Accessing the debug consoleindebugging/index.md#brightscript-console-port-8085-commands-- present as## BrightScript console (port 8085) commandsindebugging/index.md#scenegraph-debug-server-port-8080-commands-- present as## SceneGraph debug server (port 8080) commandsindebugging/index.md#getuserdata-- present as### getUserDatainchannel-store-1.mdScope notes
socket-based-debugger.md,continue-watching-cloud.md,continue-watching.md,release-notes/index.md,channel-manifest.md,add-ons-integration.md,web-driver.md,robot-framework-library.md,search-feed.md.broken-absolute-link-prefixrule covering legacy prefixes (/docs/developer-program/,/docs/specs/,/dev/docs/,/docs/references/orphans) will land at the end of the link-sweep series once all sub-PRs have cleared the offending prefixes.Verification
grep -rn "/docs/developer-program/" docs/→ 0node .github/scripts/docs-lint/index.mjs <changed files>→ No issues found.Related PRs (audit § 16 sweep series)
/docs/specs/link cleanup/docs/developer-program/link cleanup🤖 Generated with Claude Code