Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

fix: change docs link #509

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/editor/src/components/module-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function ModuleCard({
asChild
>
<a
href={`https://opengb.dev/modules/${module.name}`}
href={`https://rivet.gg/modules/${module.name}`}
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function IndexRoute() {
<Flex gap="2">
<Button variant="outline" asChild>
<a
href="https://opengb.dev/docs/build/overview"
href="https://rivet.gg/docs/general/modules/build/overview"
target="_blank"
rel="noreferrer"
>
Expand Down
Loading