diff --git a/debug/animation/README.md b/debug/animation/README.md index 1f2dd5cf..cfe3211f 100644 --- a/debug/animation/README.md +++ b/debug/animation/README.md @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/debug/b3dtile/README.md b/debug/b3dtile/README.md index d5089db1..05cf7884 100644 --- a/debug/b3dtile/README.md +++ b/debug/b3dtile/README.md @@ -16,7 +16,7 @@ brew install yarn ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/debug/dataset-view/README.md b/debug/dataset-view/README.md index fee0248c..a6cd39fd 100644 --- a/debug/dataset-view/README.md +++ b/debug/dataset-view/README.md @@ -22,7 +22,7 @@ See the debug/debug-common README and build it. ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= @@ -45,7 +45,7 @@ Or set token to `process.env.BINGMAP_ACCESS_TOKEN` directly in `DatasetViewer.ts **To set api key:** -To access the cloud data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable: +To access the cloud data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_API_KEY= @@ -56,7 +56,7 @@ Or set api key to `process.env.MAPRAY_API_KEY` directly in `DatasetViewer.ts`. **To set user id:** -To use the dataset, you need a [Mapray API user id ](/doc/developer-guide/Account/index.md). You can either set an environment variable: +To use the dataset, you need a [Mapray API user id ](https://mapray.com/documents/overview/account/index.html). You can either set an environment variable: ```bash export MAPRAY_API_USER_ID= @@ -71,7 +71,7 @@ Or set user id to `process.env.MAPRAY_API_USER_ID` directly in `DatasetViewer.ts **To set user dataset id:** -To use the dataset, you need a [Dataset id ](/doc/developer-guide/ConnectMaprayCloud-2D/index.md). You can either set an environment variable: +To use the dataset, you need a [Dataset id ](https://mapray.com/documents/overview/connectmapraycloud-2d/index.html). You can either set an environment variable: ```bash export DATASET_2D_ID = <2d dataset id>; diff --git a/debug/picking/README.md b/debug/picking/README.md index 72e32a6b..af7d9777 100644 --- a/debug/picking/README.md +++ b/debug/picking/README.md @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/debug/point-cloud/README.md b/debug/point-cloud/README.md index 001ffe3a..1888cf60 100644 --- a/debug/point-cloud/README.md +++ b/debug/point-cloud/README.md @@ -16,7 +16,7 @@ brew install yarn ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= @@ -39,7 +39,7 @@ Or set token to `process.env.BINGMAP_ACCESS_TOKEN` directly in `PointCloudViewer **To set api key:** -To access the cloud data, you need a [Mapray access token](/doc/developer-guide/GettingStarted/index.md). You can either set an environment variable: +To access the cloud data, you need a [Mapray access token](https://mapray.com/documents/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_API_KEY= @@ -50,7 +50,7 @@ Or set api key to `process.env.MAPRAY_API_KEY` directly in `PointCloudViewer.ts` **To set user id:** -To use the dataset, you need a [Mapray API user id ](/doc/developer-guide/Account/index.md). You can either set an environment variable: +To use the dataset, you need a [Mapray API user id ](https://mapray.com/documents/overview/account/index.html). You can either set an environment variable: ```bash export MAPRAY_API_USER_ID= @@ -61,7 +61,7 @@ Or set user id to `process.env.MAPRAY_API_USER_ID` directly in `PointCloudViewer **To set user dataset id:** -To use the dataset, you need a [Point Cloud Dataset id](/doc/developer-guide/ConnectMaprayCloud-PC/index.md). You can either set an environment variable: +To use the dataset, you need a [Point Cloud Dataset id](https://mapray.com/documents/overview/connectmapraycloud-pc/index.html). You can either set an environment variable: ```bash export DATASET_POINT_CLOUD_ID = ; diff --git a/debug/render-phase/README.md b/debug/render-phase/README.md index 8eb2f910..fb0fa6d8 100644 --- a/debug/render-phase/README.md +++ b/debug/render-phase/README.md @@ -9,7 +9,7 @@ mapray access token(`MAPRAY_ACCESS_TOKEN`) and bing map access token(`BINGMAP_AC **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/debug/space/README.md b/debug/space/README.md index a868e381..e344fd56 100644 --- a/debug/space/README.md +++ b/debug/space/README.md @@ -18,7 +18,7 @@ brew install yarn ## Usage ### 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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/examples/b3dtiles/README.md b/examples/b3dtiles/README.md index 4816a502..232dd206 100644 --- a/examples/b3dtiles/README.md +++ b/examples/b3dtiles/README.md @@ -16,7 +16,7 @@ brew install yarn ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/examples/pointcloud/README.md b/examples/pointcloud/README.md index f3f99009..63b157b5 100644 --- a/examples/pointcloud/README.md +++ b/examples/pointcloud/README.md @@ -16,7 +16,7 @@ brew install yarn ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN= diff --git a/examples/terrain/README.md b/examples/terrain/README.md index dea20d5e..cf430bdf 100644 --- a/examples/terrain/README.md +++ b/examples/terrain/README.md @@ -16,7 +16,7 @@ brew install yarn ## Usage **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/overview/token/index.html). You can either set an environment variable: ```bash export MAPRAY_ACCESS_TOKEN=