From e58a26372dd80b5c0e98d9ae96924ed9f7f6fb1d Mon Sep 17 00:00:00 2001 From: Boris-Chengbiao Zhou Date: Thu, 16 Aug 2018 02:36:35 +0200 Subject: [PATCH] Make absolute path relative --- src/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.md b/src/tokens.md index 0bd8919b2..ef832bcfb 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -586,7 +586,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets [arith]: expressions/operator-expr.html#arithmetic-and-logical-binary-operators [negation]: expressions/operator-expr.html#negation-operators [lazy-bool]: expressions/operator-expr.html#lazy-boolean-operators -[compound]: /expressions/operator-expr.html#compound-assignment-expressions +[compound]: expressions/operator-expr.html#compound-assignment-expressions [comparison]: expressions/operator-expr.html#comparison-operators [match]: expressions/match-expr.html [field]: expressions/field-expr.html