diff --git a/pkg/yqlib/doc/operators/compare.md b/pkg/yqlib/doc/operators/compare.md index 577e6692..e096930f 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.