mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
refactor: 🚚 Use new GitHub org (versia-pub)
This commit is contained in:
parent
471cc14d9a
commit
7c86130304
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue