Skip to content

Commit a1de2e0

Browse files
committed
chore(adventure): organization move
1 parent edca2e3 commit a1de2e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default defineConfig({
5757
href: `https://jd.papermc.io/folia/${LATEST_FOLIA_RELEASE.split(".").slice(0, 2).join(".")}`,
5858
},
5959

60-
{ icon: "github", label: "adventure:GitHub", href: "https://github.com/KyoriPowered/adventure" },
60+
{ icon: "github", label: "adventure:GitHub", href: "https://github.com/PaperMC/adventure" },
6161
{ icon: "seti:java", label: "adventure:Javadoc", href: "https://jd.advntr.dev" },
6262

6363
{ icon: "github", label: "waterfall:GitHub", href: "https://github.com/PaperMC/Waterfall" },

src/content.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ export const collections = {
1919
}),
2020
"adventure-releases": defineCollection({
2121
loader: feedLoader({
22-
url: "https://github.com/KyoriPowered/adventure/releases.atom",
22+
url: "https://github.com/PaperMC/adventure/releases.atom",
2323
}),
2424
}),
2525
"adventure-platform-releases": defineCollection({
2626
loader: feedLoader({
27-
url: "https://github.com/KyoriPowered/adventure-platform/releases.atom",
27+
url: "https://github.com/PaperMC/adventure-platform/releases.atom",
2828
}),
2929
}),
3030
"adventure-platform-mod-releases": defineCollection({
3131
loader: feedLoader({
32-
url: "https://github.com/KyoriPowered/adventure-platform-mod/releases.atom",
32+
url: "https://github.com/PaperMC/adventure-platform-mod/releases.atom",
3333
}),
3434
}),
3535
};

src/content/docs/velocity/admin/getting-started/why-velocity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ hostile to them), Velocity embraces the richness of the platform Minecraft provi
8484
example, we have a Fabric mod that
8585
[helps bridge the gap between Velocity itself and mods that extend the Minecraft protocol](https://www.curseforge.com/minecraft/mc-mods/crossstitch)
8686
and feature full Forge support for 1.7 through 1.12.2 and 1.20.2 or higher. Velocity also supports emerging
87-
standard libraries in the community such as Kyori's [Adventure](https://github.com/KyoriPowered/adventure) library.
87+
standard libraries in the community such as the [Adventure](https://github.com/PaperMC/adventure) library.
8888
We collaborate with the Minecraft modding community.

src/content/docs/velocity/admin/reference/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Velocity uses a number of open-source libraries:
1212
| [Gson](https://github.com/google/gson) | [Google](https://github.com/google) | [Apache License 2.0](https://github.com/google/gson/blob/master/LICENSE) |
1313
| [Netty](https://github.com/netty/netty) | [Netty Project](https://netty.io) | [Apache License 2.0](https://github.com/netty/netty/blob/4.1/LICENSE.txt) |
1414
| [libdeflate](https://github.com/ebiggers/libdeflate) | [Eric Biggers](https://github.com/ebiggers) | [MIT License](https://github.com/ebiggers/libdeflate/blob/master/COPYING) |
15-
| [adventure](https://github.com/KyoriPowered/adventure) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/adventure/blob/main/4/license.txt) |
15+
| [adventure](https://github.com/PaperMC/adventure) | [PaperMC](https://github.com/PaperMC) | [MIT License](https://github.com/PaperMC/adventure/blob/main/4/license.txt) |
1616
| [Brigadier](https://github.com/Mojang/brigadier) | [Mojang](https://www.minecraft.net) | [MIT License](https://github.com/Mojang/brigadier/blob/master/LICENSE) |
1717
| [event](https://github.com/KyoriPowered/event) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/event/blob/master/license.txt) |
1818
| [ASM](https://asm.ow2.io/) | [OW2](https://asm.ow2.io/) | [BSD 3-Clause License](https://asm.ow2.io/license.html) |

0 commit comments

Comments
 (0)