Skip to content

Fix broken documentation links in debug and browser-test READMEs - #321

Open
ZayanKhan-12 wants to merge 1 commit into
sony:mainfrom
ZayanKhan-12:fix-broken-readme-doc-links
Open

Fix broken documentation links in debug and browser-test READMEs#321
ZayanKhan-12 wants to merge 1 commit into
sony:mainfrom
ZayanKhan-12:fix-broken-readme-doc-links

Conversation

@ZayanKhan-12

Copy link
Copy Markdown

Problem

Three READMEs still link to /doc/developer-guide/GettingStarted/index.md, but the doc/developer-guide tree was removed in 4723c81 ("Erase jsdoc and move tutorials to our website"), so the links 404:

  • browser-test/apps/README.md
  • debug/minimum-esm/README.md
  • debug/minimum-iife/README.md

debug/minimum-iife/README.md additionally links the ui package as ../../package.json/ui — a path inside package.json — instead of ../../packages/ui.

Change

  • Point the access-token/getting-started references at the current documentation site, https://mapray.com/documents/index.html (same target the root README uses; verified it resolves with HTTP 200).
  • Fix ../../package.json/ui../../packages/ui (packages/ui exists in the repo).

Docs-only change; no code affected.

🤖 Generated with Claude Code

The doc/developer-guide tree was removed when the tutorials moved to
the mapray website (4723c81), but three READMEs still link to
/doc/developer-guide/GettingStarted/index.md; point them at
https://mapray.com/documents/index.html instead.

Also fix the ui package link in debug/minimum-iife/README.md, which
pointed at ../../package.json/ui instead of ../../packages/ui.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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