Skip to content

Commit cbfda94

Browse files
authored
chore: replace mentions of docs.advntr.dev to docs.papermc.io (#723)
Took 11 minutes
1 parent bb263a8 commit cbfda94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/adventure/minimessage/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This helper can be used to efficiently apply a collection of styles with one tag
135135

136136
```java
137137
Component aTagExample() {
138-
final String input = "Hello, <a:https://docs.advntr.dev>click me!</a> but not me!";
138+
final String input = "Hello, <a:https://docs.papermc.io>click me!</a> but not me!";
139139
final MiniMessage extendedInstance = MiniMessage.builder()
140140
.editTags(b -> b.tag("a", MiniMessageTest::createA))
141141
.build();

src/content/docs/adventure/minimessage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010
The MiniMessage format is a simple string representation of chat components, designed to be easy for end users to learn, and for developers to extend.
1111

1212
```mm
13-
Hello <rainbow>world</rainbow>, isn't <blue><u><click:open_url:'https://docs.advntr.dev/minimessage'>MiniMessage</click></u></blue> fun?
13+
Hello <rainbow>world</rainbow>, isn't <blue><u><click:open_url:'https://docs.papermc.io/adventure/minimessage/'>MiniMessage</click></u></blue> fun?
1414
```
1515

1616
If you're looking to write messages with MiniMessage, take a look at the [MiniMessage Format](/adventure/minimessage/format), or if you're looking to develop software that uses MiniMessage, take a look at the [API overview](/adventure/minimessage/api).

src/content/docs/paper/dev/api/component-api/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ final Component component = text()
7070
:::note[In-Depth Documentation]
7171

7272
For complete documentation on the Adventure Component API Paper and Velocity use, please look at the
73-
[Adventure documentation](https://docs.advntr.dev).
73+
[Adventure documentation](/adventure).
7474

7575
:::
7676

0 commit comments

Comments
 (0)