Skip to content

Commit 49bbe4e

Browse files
committed
chore: fix repo references
1 parent c99f4ad commit 49bbe4e

File tree

14 files changed

+40
-3279
lines changed

14 files changed

+40
-3279
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 2737 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The fastest way to deploy Rivet is to use [**Rivet Cloud**](https://dashboard.ri
8383

8484
### Self-Hosting
8585

86-
**You do not need Rivet Engine to get started with Rivet.**
86+
_You do not need Rivet Engine to get started with Rivet._
8787

8888
View more options & deployment guides in the [**self-hosting documentation**](https://www.rivet.dev/docs/self-hosting/).
8989

@@ -101,14 +101,13 @@ curl -o rivet-engine "https://releases.rivet.gg/engine/latest/rivet-engine-x86_6
101101
curl -o rivet-engine "https://releases.rivet.gg/engine/latest/rivet-engine-x86_64-unknown-linux-musl" && chmod +x rivet-engine && ./rivet-engine start
102102

103103
# Windows (x86_64)
104-
```powershell
105104
curl.exe -o rivet-engine.exe "https://releases.rivet.gg/engine/latest/rivet-engine-x86_64-pc-windows-gnu.exe"
106105
.\rivet-engine.exe start
107106
```
108107

109108
## Runs Anywhere
110109

111-
Deploy Rivet Actors anywhere - from serverless platforms to your own infrastructure with Rivet's flexible runtime options. Don't see what you need? [Add your own](https://www.rivet.dev/docs/cloud).
110+
Deploy Rivet Actors anywhere - from serverless platforms to your own infrastructure with Rivet's flexible runtime options.
112111

113112
### Storage
114113
- [Rivet Cloud](https://www.rivet.dev/docs/cloud) *(1-Click Deploy)*

README.rivet.tpl.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

README.rivetkit.tpl.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

frontend/src/app/help-dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const HelpDropdown = ({ children }: { children: ReactNode }) => {
2525
indicator={<Icon icon={faGithub} />}
2626
onSelect={() => {
2727
window.open(
28-
"https://github.com/rivet-dev/engine/issues",
28+
"https://github.com/rivet-dev/rivet/issues",
2929
"_blank",
3030
);
3131
}}

website/public/llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ https://rivet.dev/blog/2025-10-05-weekly-updates
2525
https://rivet.dev/blog/2025-10-09-rivet-cloud-launch
2626
https://rivet.dev/blog/2025-10-17-rivet-actors-vercel
2727
https://rivet.dev/blog/2025-10-20-how-we-built-websocket-servers-for-vercel-functions
28+
https://rivet.dev/blog/2025-10-20-weekly-updates
2829
https://rivet.dev/blog/godot-multiplayer-compared-to-unity
2930
https://rivet.dev/changelog
3031
https://rivet.dev/changelog.json
@@ -50,6 +51,7 @@ https://rivet.dev/changelog/2025-10-05-weekly-updates
5051
https://rivet.dev/changelog/2025-10-09-rivet-cloud-launch
5152
https://rivet.dev/changelog/2025-10-17-rivet-actors-vercel
5253
https://rivet.dev/changelog/2025-10-20-how-we-built-websocket-servers-for-vercel-functions
54+
https://rivet.dev/changelog/2025-10-20-weekly-updates
5355
https://rivet.dev/changelog/godot-multiplayer-compared-to-unity
5456
https://rivet.dev/cloud
5557
https://rivet.dev/docs/actors

website/src/app/(v2)/(marketing)/(index)/sections/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export function HeroSection() {
4545
<span className="ttext-white/90">long-lived processes</span>.
4646
<br />
4747
Like Lambda — but with{" "}
48-
<span className="text-white/90">persistence</span>,{" "}
49-
<span className="text-white/90">realtime</span>, and{" "}
48+
<span className="text-white/90">realtime</span>,{" "}
49+
<span className="text-white/90">persistence</span>, and{" "}
5050
<span className="text-white/90">hibernation</span>.
5151
<br />
5252
Easily{" "}

website/src/app/(v2)/(marketing)/rivet-vs-cloudflare-workers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ const ComparisonTable = () => {
407407
text: "Durable Objects for stateful workloads",
408408
},
409409
importance:
410-
"Actor model enables scalable stateful applications with state persistence, hibernation, and realtime",
410+
"Actor model enables scalable stateful applications with state realtime, persistence, and realtime",
411411
},
412412
{
413413
feature: "KV Persistence",

0 commit comments

Comments
 (0)