Merge pull request #27373 from stakiran/patch-1

website: Fix wrong link of operators.
This commit is contained in:
Pam Selle 2021-01-04 14:22:21 -05:00 committed by GitHub
commit e9748574b9
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)