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
|
Versia Server, which uses Versia for federation. This
|
||||||
community could include you! Check out our{" "}
|
community could include you! Check out our{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/lysand-org/server"
|
href="https://github.com/versia-pub/server"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ function SmallPrint() {
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<SocialLink
|
<SocialLink
|
||||||
href="https://github.com/lysand-org"
|
href="https://github.com/versia-pub"
|
||||||
icon="mdi:github"
|
icon="mdi:github"
|
||||||
>
|
>
|
||||||
Find us on GitHub
|
Find us on GitHub
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ import { Heading } from "./Heading";
|
||||||
|
|
||||||
const libraries = [
|
const libraries = [
|
||||||
{
|
{
|
||||||
href: "https://github.com/lysand-org/api/tree/main/federation",
|
href: "https://github.com/versia-pub/api/tree/main/federation",
|
||||||
name: "@lysand-org/federation",
|
name: "@versia/federation",
|
||||||
description:
|
description:
|
||||||
"Fully-featured federation toolkit with validation, signatures, parsing, and more.",
|
"Fully-featured federation toolkit with validation, signatures, parsing, and more.",
|
||||||
logo: logoTypescript,
|
logo: logoTypescript,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue