Skip to content

Commit

Permalink
Fix invalid docs link (#6378)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonJales committed Feb 1, 2024
1 parent e691a6b commit 3c5b45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/classes/data/JavaClasses.java
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ public boolean mustSyncDeserialization() {
.description("Text is simply text, i.e. a sequence of characters, which can optionally contain expressions which will be replaced with a meaningful representation " +
"(e.g. %player% will be replaced with the player's name).",
"Because scripts are also text, you have to put text into double quotes to tell Skript which part of the line is an effect/expression and which part is the text.",
"Please read the article on <a href='./strings/'>Texts and Variable Names</a> to learn more.")
"Please read the article on <a href='./text.html'>Texts and Variable Names</a> to learn more.")
.usage("simple: \"...\"",
"quotes: \"...\"\"...\"",
"expressions: \"...%expression%...\"",
Expand Down

0 comments on commit 3c5b45c

Please sign in to comment.