diff --git a/website/source/api/regions.html.md b/website/source/api/regions.html.md
index 2e2880db7..047d2484c 100644
--- a/website/source/api/regions.html.md
+++ b/website/source/api/regions.html.md
@@ -14,7 +14,7 @@ The `/regions` endpoints list all known regions.
| Method | Path | Produces |
| ------ | ---------------------------- | -------------------------- |
-| `GET` | `/status/regions` | `application/json` |
+| `GET` | `/regions` | `application/json` |
The table below shows this endpoint's support for
[blocking queries](/api/index.html#blocking-queries) and
@@ -28,7 +28,7 @@ The table below shows this endpoint's support for
```text
$ curl \
- https://nomad.rocks/v1/status/regions
+ https://nomad.rocks/v1/regions
```
### Sample Response