From a9ed08a5f8af4a29518c19695f7a034ee3184aa0 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 29 Mar 2022 11:01:02 +1100 Subject: [PATCH] Fixed compare docs --- pkg/yqlib/doc/operators/compare.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/yqlib/doc/operators/compare.md b/pkg/yqlib/doc/operators/compare.md index e096930f..577e6692 100644 --- a/pkg/yqlib/doc/operators/compare.md +++ b/pkg/yqlib/doc/operators/compare.md @@ -10,9 +10,9 @@ The following types are currently supported: ## Related Operators -- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) -- boolean operators (`and`, `or`, `any` etc) [here](https://mikefarah.gitbook.io/yq/operators/boolean-operators) -- select operator [here](https://mikefarah.gitbook.io/yq/operators/select) +- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] +- boolean operators (`and`, `or`, `any` etc) (here)[https://mikefarah.gitbook.io/yq/operators/boolean-operators] +- select operator (here)[https://mikefarah.gitbook.io/yq/operators/select] {% hint style="warning" %} Note that versions prior to 4.18 require the 'eval/e' command to be specified.