Skip to content

Commit 9006bf5

Browse files
committed
chore(docs): Replace outdated links to discord/docs
Signed-off-by: Kieran Wallbanks <kieran.wallbanks@gmail.com>
1 parent 9af992b commit 9006bf5

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# adventure-platform-mod
22

3-
![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/PaperMC/adventure-platform-mod/ci.yaml?branch=mc/1.21) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/net.kyori/adventure-platform-mod-shared?label=stable)](https://search.maven.org/search?q=g:net.kyori%20AND%20a:adventure*) ![Maven snapshots](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fnet%2Fkyori%2Fadventure-platform-mod-shared%2Fmaven-metadata.xml&strategy=highestVersion&label=dev)
3+
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/net.kyori/adventure-platform-mod-shared?label=stable)](https://search.maven.org/search?q=g:net.kyori%20AND%20a:adventure*) ![Maven snapshots](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fnet%2Fkyori%2Fadventure-platform-mod-shared%2Fmaven-metadata.xml&strategy=highestVersion&label=dev)
44

5-
Integration between the [adventure](https://github.com/KyoriPowered/adventure) library and *Minecraft: Java Edition* for the [Fabric](https://fabricmc.net) and [NeoForge](https://neoforged.net) modding systems.
5+
Integration between the [adventure](https://github.com/PaperMC/adventure) library and *Minecraft: Java Edition* for the [Fabric](https://fabricmc.net) and [NeoForge](https://neoforged.net) modding systems.
66

7-
See the [documentation](https://docs.adventure.kyori.net/platform/modded.html) for usage and dependency information for this project and the main `adventure` library.
7+
See the [documentation] for usage and dependency information for this project and the main `adventure` library.
88

99
### Versions
1010

1111
`adventure-platform-mod` tends to not work on more than one major version of Minecraft at a time. See the docs for the latest tested versions on each Minecraft release.
1212

1313
### Contributing
1414

15-
We appreciate contributions of any type. For any new features or typo-fix/style changes, please open an issue or come talk to us in our [Discord] first, so we make sure you're going in the right direction for the project.
15+
We appreciate contributions of any type.
16+
For any new features or typo-fix/style changes, please open an issue or come talk to us in the [#adventure-contrib] channel on the [PaperMC Discord] first so we make sure you're going in the right direction for the project.
1617

1718
All the adventure projects are built with Gradle and use a common checkstyle configuration. `adventure-platform-mod` requires the same Java version that Minecraft itself does in the target version. Please make sure all tests pass, license headers are updated, and checkstyle passes to help us review your contribution.
1819

@@ -29,4 +30,6 @@ To have browsable game source in your IDE, run `./gradlew genSources` before imp
2930

3031
`adventure-platform-mod` is released under the terms of the [MIT License](LICENSE).
3132

32-
[Discord]: https://discord.gg/MMfhJ8F
33+
[documentation]: https://docs.papermc.io/adventure/
34+
[#adventure-contrib]: https://discord.com/channels/289587909051416579/1342377788266512415
35+
[PaperMC Discord]: https://discord.gg/PaperMC

fabric/src/main/java/net/kyori/adventure/platform/fabric/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424
/**
25-
* Implementation of <a href="https://docs.adventure.kyori.net">Adventure</a>
25+
* Implementation of <a href="https://docs.papermc.io/adventure/">Adventure</a>
2626
* on Minecraft using the Fabric mod loader.
2727
*
2828
* <p>There are both server- and clientside entry points for Adventure,

mod-shared/src/main/java/net/kyori/adventure/platform/modcommon/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Implementation of <a href="https://docs.adventure.kyori.net">Adventure</a>
2+
* Implementation of <a href="https://docs.papermc.io/adventure/">Adventure</a>
33
* on Minecraft using various mod loaders.
44
*
55
* <p>There are both server- and clientside entry points for Adventure,

neoforge/src/main/java/net/kyori/adventure/platform/neoforge/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424
/**
25-
* Implementation of <a href="https://docs.adventure.kyori.net">Adventure</a>
25+
* Implementation of <a href="https://docs.papermc.io/adventure/">Adventure</a>
2626
* on Minecraft using the NeoForge mod loader.
2727
*
2828
* <p>There are both server- and clientside entry points for Adventure,

0 commit comments

Comments
 (0)