From 3ce7edc0183fac7c6bca40cbe9fe2bd0554f8382 Mon Sep 17 00:00:00 2001 From: stakiran Date: Sun, 27 Dec 2020 21:15:13 +0900 Subject: [PATCH] website: Fix wrong link of operators. not "references.html" but "operators.html". --- website/docs/configuration/expressions/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/expressions/index.html.md b/website/docs/configuration/expressions/index.html.md index d29fb4042..4aee75658 100644 --- a/website/docs/configuration/expressions/index.html.md +++ b/website/docs/configuration/expressions/index.html.md @@ -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)