website: Fix wrong link of operators.

not "references.html" but "operators.html".
This commit is contained in:
stakiran 2020-12-27 21:15:13 +09:00 committed by GitHub
parent c0e37a7ea1
commit 3ce7edc018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ expression syntax.
- [References to Values](/docs/configuration/expressions/references.html)
documents how to refer to named values like variables and resource attributes.
- [Operators](/docs/configuration/expressions/references.html)
- [Operators](/docs/configuration/expressions/operators.html)
documents the arithmetic, comparison, and logical operators.
- [Function Calls](/docs/configuration/expressions/function-calls.html)