refactor: 🚚 Use new GitHub org (versia-pub)

This commit is contained in:
Jesse Wierzbinski 2024-08-27 21:46:21 +02:00
parent 471cc14d9a
commit 7c86130304
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,7 @@ const Page: FC = () => {
Versia Server, which uses Versia for federation. This
community could include you! Check out our{" "}
<a
href="https://github.com/lysand-org/server"
href="https://github.com/versia-pub/server"
target="_blank"
rel="noopener noreferrer"
>

View file

@ -118,7 +118,7 @@ function SmallPrint() {
</p>
<div className="flex gap-4">
<SocialLink
href="https://github.com/lysand-org"
href="https://github.com/versia-pub"
icon="mdi:github"
>
Find us on GitHub

View file

@ -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,