You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
@@ -35,7 +35,7 @@ const actor = await client.example.get({
35
35
});
36
36
```
37
37
38
-
See [Create & Manage Actors](/docs/manage) for more information.
38
+
See [Create & Manage Workers](/docs/manage) for more information.
39
39
40
40
## Available regions
41
41
@@ -45,6 +45,6 @@ See available regions [here](/docs/regions).
45
45
46
46
It's common to need to display a list of available regions in your application.
47
47
48
-
To fetch a full list of regions, you can use the `GET https://api.rivet.gg/regions` HTTP endpoint. See API documentation [here](/docs/api/actor/regions/list).
48
+
To fetch a full list of regions, you can use the `GET https://api.rivet.gg/regions` HTTP endpoint. See API documentation [here](/docs/api/worker/regions/list).
49
49
50
50
We don't recommend hard-coding the region list. This allows you to develop your application with a local development cluster.
0 commit comments