aboutsummaryrefslogtreecommitdiff
path: root/help/string.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/string.md')
-rw-r--r--help/string.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/string.md b/help/string.md
index a8a4741f..94c0a81d 100644
--- a/help/string.md
+++ b/help/string.md
@@ -3,7 +3,7 @@
# Double Quote (`"`)
## `"str"`: String
-[→full documentation](../doc/syntax.md#constants)
+[→full documentation](../doc/token.md#characters-and-strings)
Literal notation for a string, or list of characters. Double quotes must be escaped by writing them twice. Any other characters can be included directly.