Skip to content

Commit 1ab1947

Browse files
committed
docs: update Rivet documentation links (#664)
1 parent 572a6ef commit 1ab1947

File tree

9 files changed

+9
-13
lines changed

9 files changed

+9
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
The modern way to build multiplayer, realtime, or AI agent backends.
2525

26-
Runs on [Rivet](https://rivet.gg/docs/setup), [Cloudflare Workers](https://actorcore.org/platforms/cloudflare-workers), [Bun](https://actorcore.org/platforms/bun), and [Node.js](https://actorcore.org/platforms/nodejs). Integrates with [Hono](https://actorcore.org/integrations/hono) and [Redis](https://actorcore.org/drivers/redis).
26+
Runs on [Rivet](https://actorcore.org/platforms/rivet), [Cloudflare Workers](https://actorcore.org/platforms/cloudflare-workers), [Bun](https://actorcore.org/platforms/bun), and [Node.js](https://actorcore.org/platforms/nodejs). Integrates with [Hono](https://actorcore.org/integrations/hono) and [Redis](https://actorcore.org/drivers/redis).
2727

2828
### Architecture
2929

docs/docs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@
148148
}
149149
},
150150
"redirects": [
151-
{
152-
"source": "/platforms/rivet",
153-
"destination": "https://rivet.gg/docs/setup"
154-
},
155151
{
156152
"source": "/concepts/manage",
157153
"destination": "/concepts/interacting-with-actors"

docs/experimental/frameworks/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npx jsr add @rivet-gg/actor-client
3131
```
3232
</CodeGroup>
3333

34-
[Generate a Actor Manager endpoint by using the `rivet` CLI and guide here](https://rivet.gg/docs/setup). Then add the generated URL to your env file.
34+
[Generate a Actor Manager endpoint by using the `rivet` CLI and guide here](/platforms/rivet). Then add the generated URL to your env file.
3535

3636
### Create React App / Vite
3737

docs/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mode: wide
1212
<p style={{ fontSize: "1.125rem", marginBottom: "1rem" }}>The modern way to build multiplayer, realtime, or AI agent backends.</p>
1313
<p style={{ fontSize: "1.125rem" }}>
1414
Runs on
15-
<a class="no-break" href="https://rivet.gg/docs/setup"><img class="inline-icon" src="/images/platforms/rivet-white.svg" /> Rivet</a>,
15+
<a class="no-break" href="/platforms/rivet"><img class="inline-icon" src="/images/platforms/rivet-white.svg" /> Rivet</a>,
1616
<a class="no-break" href="/platforms/cloudflare-workers"><img class="inline-icon" src="/images/platforms/cloudflare-workers.svg" /> Cloudflare Workers</a>,
1717
<a class="no-break" href="/platforms/bun"><img class="inline-icon" src="/images/platforms/bun.svg" /> Bun</a>, and
1818
<a class="no-break" href="/platforms/nodejs"><img class="inline-icon" src="/images/platforms/nodejs.svg" /> Node.js</a>.
@@ -358,7 +358,7 @@ Resources to help you use LLMs with ActorCore to build AI agents and tools. The
358358
## Get Started With Your Framework
359359

360360
<CardGroup cols={4}>
361-
<Card title="Rivet" href="https://rivet.gg/docs/setup" horizontal={true} />
361+
<Card title="Rivet" href="/platforms/rivet" horizontal={true} />
362362
<Card title="Cloudflare Workers" href="/platforms/cloudflare-workers" horizontal={true} />
363363
<Card title="Bun" href="/platforms/bun" horizontal={true} />
364364
<Card title="Node.js" href="/platforms/nodejs" horizontal={true} />

docs/platforms/bun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If you already have a Bun project and want to add ActorCore, you can follow thes
141141

142142
## Available Regions
143143

144-
Bun can only run in one region at the moment. See [Rivet](https://rivet.gg/docs/setup) and [Cloudflare Workers](/platforms/cloudflare-workers) for supporting multiple regions.
144+
Bun can only run in one region at the moment. See [Rivet](/platforms/rivet) and [Cloudflare Workers](/platforms/cloudflare-workers) for supporting multiple regions.
145145

146146
## Next Steps
147147

docs/platforms/cloudflare-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CloudflareDeploy from "/snippets/cloudflare-deploy.mdx";
1212
<Note>
1313
ActorCore relies on features only available in the Workers Paid plan ([more info](https://developers.cloudflare.com/durable-objects/platform/pricing/)).
1414

15-
To deploy hobby projects with ActorCore for free, try deploying to [Rivet](https://rivet.gg/docs/setup).
15+
To deploy hobby projects with ActorCore for free, try deploying to [Rivet](/platforms/rivet).
1616
</Note>
1717

1818
<MvpWarning />

docs/platforms/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ If you already have a Node.js project and want to add ActorCore, you can follow
146146

147147
## Available Regions
148148

149-
Node.js can only run in one region at the moment. See [Rivet](https://rivet.gg/docs/setup) and [Cloudflare Workers](/platforms/cloudflare-workers) for supporting multiple regions.
149+
Node.js can only run in one region at the moment. See [Rivet](/platforms/rivet) and [Cloudflare Workers](/platforms/cloudflare-workers) for supporting multiple regions.
150150

151151
## Next Steps
152152

packages/actor-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ await chatRoom.sendMessage("william", "All the world's a stage.");
8181
Deploy to your platform of choice:
8282

8383
- [Cloudflare Workers](https://actorcore.org/platforms/cloudflare-workers)
84-
- [Rivet](https://rivet.gg/docs/setup)
84+
- [Rivet](https://actorcore.org/platforms/rivet)
8585

8686
## Community & Support
8787

packages/platforms/rivet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _The Stateful Serverless Framework_
44

55
## Resources
66

7-
- [Rivet Quickstart](https://rivet.gg/docs/setup)
7+
- [Rivet Quickstart](https://actorcore.org/platforms/rivet)
88
- [ActorCore Package](http://npmjs.com/actor-core)
99

1010
## License

0 commit comments

Comments
 (0)