Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 404 error #6378

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading