Skip to content

Commit d861d70

Browse files
committed
fix: fixed the wrong links of the Go Platform
1 parent c215558 commit d861d70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Python 3.9+
77
- Git
88
- A modern web browser
9-
- An [IFRC GO Platform](https://goadmin-stage.ifrc.org/) account for API access
9+
- An [IFRC GO Platform](https://go.ifrc.org/) account for API access
1010
:::
1111

1212
---
@@ -46,7 +46,7 @@ You must have a valid token before any data can be retrieved.
4646

4747
### How to Get Your Token
4848

49-
1. Navigate to [goadmin-stage.ifrc.org](https://goadmin-stage.ifrc.org/) and
49+
1. Navigate to [GO platform](https://go.ifrc.org/) and
5050
click **Sign In**.
5151
2. Go to **Account Settings****API Tokens**.
5252
3. Click **Generate New Token**, name it (e.g., *Montandon Cookbook*),
@@ -143,7 +143,7 @@ Run `uv sync` from the repository root to install all pinned dependencies.
143143
Your token may be missing, invalid, or expired.
144144

145145
* Verify the variable is set: `echo $MONTANDON_API_TOKEN`
146-
* Re-generate a token at [goadmin-stage.ifrc.org](https://goadmin-stage.ifrc.org/)
146+
* Re-generate a token at [Go Platform](https://go.ifrc.org/)
147147
:::
148148

149149
:::{dropdown} Folium maps not rendering in JupyterLab

0 commit comments

Comments
 (0)