Skip to content

docs: fix 112 broken /docs/developer-program/ links across 9 files#58

Draft
bblietz wants to merge 1 commit into
rokudev:v2.0from
bblietz:fix/developer-program-prefix-links
Draft

docs: fix 112 broken /docs/developer-program/ links across 9 files#58
bblietz wants to merge 1 commit into
rokudev:v2.0from
bblietz:fix/developer-program-prefix-links

Conversation

@bblietz
Copy link
Copy Markdown

@bblietz bblietz commented May 21, 2026

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:

Original Replacement Reason
/docs/developer-program/certification/certification.md#4-channel-operation /docs/developer/certification-overview/certification.md#4-app-operation File moved to certification-overview/; heading renamed channelapp upstream
/docs/developer-program/debugging/debugging-channels.md (+ 3 anchors, 8 instances total) /docs/developer/debugging/index.md (anchors preserved) Content consolidated into 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.md Single file promoted to 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

Anchors verified

  • #4-app-operation -- present as ### 4. App operation in certification-overview/certification.md
  • #accessing-the-debug-console -- present as ## Accessing the debug console in debugging/index.md
  • #brightscript-console-port-8085-commands -- present as ## BrightScript console (port 8085) commands in debugging/index.md
  • #scenegraph-debug-server-port-8080-commands -- present as ## SceneGraph debug server (port 8080) commands in debugging/index.md
  • #getuserdata -- present as ### getUserData in channel-store-1.md

Scope notes

  • 9 files touched: 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.
  • No lint rule added in this PR. A broken-absolute-link-prefix rule 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/ → 0
  • node .github/scripts/docs-lint/index.mjs <changed files> → No issues found.

Related PRs (audit § 16 sweep series)

🤖 Generated with Claude Code

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.
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

Successfully merging this pull request may close these issues.

1 participant