Fixed compare docs

This commit is contained in:
Mike Farah 2022-03-29 11:01:02 +11:00
parent ae71824adc
commit a9ed08a5f8

View File

@ -10,9 +10,9 @@ The following types are currently supported:
## Related Operators ## Related Operators
- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) - 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) - 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) - select operator (here)[https://mikefarah.gitbook.io/yq/operators/select]
{% hint style="warning" %} {% hint style="warning" %}
Note that versions prior to 4.18 require the 'eval/e' command to be specified.  Note that versions prior to 4.18 require the 'eval/e' command to be specified.