diff --git a/app/page.tsx b/app/page.tsx index 1132da0..6ac0fe4 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -83,7 +83,7 @@ const Page: FC = () => { Versia Server, which uses Versia for federation. This community could include you! Check out our{" "} diff --git a/components/Footer.tsx b/components/Footer.tsx index 1bf9679..15d58a2 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -118,7 +118,7 @@ function SmallPrint() {

Find us on GitHub diff --git a/components/Libraries.tsx b/components/Libraries.tsx index 22900ab..c82f751 100644 --- a/components/Libraries.tsx +++ b/components/Libraries.tsx @@ -6,8 +6,8 @@ import { Heading } from "./Heading"; const libraries = [ { - href: "https://github.com/lysand-org/api/tree/main/federation", - name: "@lysand-org/federation", + href: "https://github.com/versia-pub/api/tree/main/federation", + name: "@versia/federation", description: "Fully-featured federation toolkit with validation, signatures, parsing, and more.", logo: logoTypescript,