Skip to content

Commit b2d947a

Browse files
chore(adventure): add source links for dynamic replacement examples (#680)
1 parent 78b39bc commit b2d947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/adventure/minimessage/dynamic-replacements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This will format your input based on the provided ChoiceFormat. In this case it
133133

134134
## Complex placeholders
135135

136-
You can simply create your own placeholders. Take a look at the Formatter and Placeholder class from MiniMessage for examples.
136+
You can simply create your own placeholders. Take a look at the [Formatter](https://github.com/PaperMC/adventure/blob/main/5/text-minimessage/src/main/java/net/kyori/adventure/text/minimessage/tag/resolver/Formatter.java) and [Placeholder](https://github.com/PaperMC/adventure/blob/main/5/text-minimessage/src/main/java/net/kyori/adventure/text/minimessage/tag/resolver/Placeholder.java) class from MiniMessage for examples.
137137

138138
### Examples
139139

0 commit comments

Comments
 (0)