From 6a28e731a74c3608e70939df371be5b17adfb39e Mon Sep 17 00:00:00 2001 From: ZayanKhan-12 <108294002+ZayanKhan-12@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:23:39 -0400 Subject: [PATCH] Fix broken documentation links in debug and browser-test READMEs 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 --- browser-test/apps/README.md | 2 +- debug/minimum-esm/README.md | 2 +- debug/minimum-iife/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/browser-test/apps/README.md b/browser-test/apps/README.md index 0b28b91..00ba9dd 100644 --- a/browser-test/apps/README.md +++ b/browser-test/apps/README.md @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_API_KEY`) needs to be defined. **To set access token:** -To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable: +To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/index.html). You can either set an environment variable: ```bash export MAPRAY_API_KEY= diff --git a/debug/minimum-esm/README.md b/debug/minimum-esm/README.md index c5b78f4..192bdb9 100644 --- a/debug/minimum-esm/README.md +++ b/debug/minimum-esm/README.md @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) needs to be defined. **To set access token:** -To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable: +To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/debug/minimum-iife/README.md b/debug/minimum-iife/README.md index e026f3c..33d3542 100644 --- a/debug/minimum-iife/README.md +++ b/debug/minimum-iife/README.md @@ -9,10 +9,10 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) needs to be defined. **To set access token:** -To see the terrian data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md) and replace **``** in DebugViewer.js: +To see the terrian data, you need a [Mapray access token](https://mapray.com/documents/index.html) and replace **``** in DebugViewer.js: ## Copy mapray and ui pacakges -1. building packages of [mapray](../../packages/mapray) and [ui](../../package.json/ui) +1. building packages of [mapray](../../packages/mapray) and [ui](../../packages/ui) 2. copy builded files. Command is as follows. ```angular2html node copy.js