Skip to content

Commit c55b4d4

Browse files
authored
Merge pull request #403 from Bobo1239/master
Make absolute path relative
2 parents 272202b + e58a263 commit c55b4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets
586586
[arith]: expressions/operator-expr.html#arithmetic-and-logical-binary-operators
587587
[negation]: expressions/operator-expr.html#negation-operators
588588
[lazy-bool]: expressions/operator-expr.html#lazy-boolean-operators
589-
[compound]: /expressions/operator-expr.html#compound-assignment-expressions
589+
[compound]: expressions/operator-expr.html#compound-assignment-expressions
590590
[comparison]: expressions/operator-expr.html#comparison-operators
591591
[match]: expressions/match-expr.html
592592
[field]: expressions/field-expr.html

0 commit comments

Comments
 (0)