Fix parens

This commit is contained in:
Benjamin Wuethrich 2022-03-28 10:30:47 -04:00 committed by GitHub
parent 2fb3eb296d
commit bb3318da33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ The following types are currently supported:
## 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)
- select operator [here](https://mikefarah.gitbook.io/yq/operators/select)