Skip to content

Commit 1589dd5

Browse files
committed
2 parents 1d93be1 + f5a19b3 commit 1589dd5

File tree

11 files changed

+17
-10
lines changed

11 files changed

+17
-10
lines changed

.DS_Store

-6 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
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-
Supports [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).
26+
Supports [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).
2727

2828
### Architecture
2929

@@ -125,7 +125,7 @@ await chatRoom.sendMessage("william", "All the world's a stage.");
125125

126126
Deploy to your platform of choice:
127127

128-
- [**Rivet**](https://actorcore.org/platforms/rivet)
128+
- [**Rivet**](https://rivet.gg/docs/setup)
129129
- [**Cloudflare Workers**](https://actorcore.org/platforms/cloudflare-workers)
130130
- [**Bun**](https://actorcore.org/platforms/bun)
131131
- [**Node.js**](https://actorcore.org/platforms/nodejs)

docs/docs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,11 @@
8181
"apiHost": "https://ph.rivet.gg/",
8282
"apiKey": "phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo"
8383
}
84-
}
84+
},
85+
"redirects": [
86+
{
87+
"source": "/platforms/rivet",
88+
"destination": "https://rivet.gg/docs/setup"
89+
}
90+
]
8591
}

docs/images/hero-dark.gif

-3 Bytes
Loading

docs/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Bun from "/images/platforms/bun.svg";
1414
<p style={{ fontSize: "1.125rem", marginBottom: "1rem" }}>The modern way to build multiplayer, realtime, or AI agent backends.</p>
1515
<p style={{ fontSize: "1.125rem" }}>
1616
Supports
17-
<a class="no-break" href="/platforms/rivet"><img class="inline-icon" src="/images/platforms/rivet-white.svg" /> Rivet</a>,
17+
<a class="no-break" href="https://rivet.gg/docs/setup"><img class="inline-icon" src="/images/platforms/rivet-white.svg" /> Rivet</a>,
1818
<a class="no-break" href="/platforms/cloudflare-workers"><img class="inline-icon" src="/images/platforms/cloudflare-workers.svg" /> Cloudflare Workers</a>,
1919
<a class="no-break" href="/platforms/bun"><img class="inline-icon" src="/images/platforms/bun.svg" /> Bun</a>, and
2020
<a class="no-break" href="/platforms/nodejs"><img class="inline-icon" src="/images/platforms/nodejs.svg" /> Node.js</a>.
@@ -309,7 +309,7 @@ import Bun from "/images/platforms/bun.svg";
309309
<Step title="Deploy">
310310
Deploy to your platform of choice:
311311

312-
- [Rivet](/platforms/rivet)
312+
- [Rivet](https://rivet.gg/docs/setup)
313313
- [Cloudflare Workers](/platforms/cloudflare-workers)
314314
- [Bun](/platforms/bun)
315315
- [Node.js](/platforms/nodejs)

docs/platforms/bun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import MvpWarning from '/snippets/mvp-warning.mdx';
9393

9494
## Available Regions
9595

96-
Bun can only run in one region at the moment. See [Rivet](/platforms/rivet) and [Cloudflare Workers](/platforms/cloudflare-workers) for supporting multiple regions.
96+
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.
9797

9898
## Configuring Redis
9999

docs/platforms/cloudflare-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import MvpWarning from '/snippets/mvp-warning.mdx';
99
<Note>
1010
ActorCore relies on features only available in the Workers Paid plan ([more info](https://developers.cloudflare.com/durable-objects/platform/pricing/)).
1111

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

1515
<MvpWarning />

docs/platforms/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import MvpWarning from '/snippets/mvp-warning.mdx';
117117

118118
## Available Regions
119119

120-
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.
120+
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.
121121

122122
## Configuring Redis
123123

docs/platforms/rivet.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Rivet
3+
url: https://rivet.gg/docs/setup
34
---
45

56
import SetupActor from '/snippets/setup-actor.mdx';

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://actorcore.org/platforms/rivet)
84+
- [Rivet](https://rivet.gg/docs/setup)
8585

8686
## Community & Support
8787

0 commit comments

Comments
 (0)