diff --git a/pkg/yqlib/doc/operators/boolean-operators.md b/pkg/yqlib/doc/operators/boolean-operators.md index fb6ae394..a9f5ddab 100644 --- a/pkg/yqlib/doc/operators/boolean-operators.md +++ b/pkg/yqlib/doc/operators/boolean-operators.md @@ -12,9 +12,9 @@ These are most commonly used with the `select` operator to filter particular nod ## Related Operators -- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- select operator (here)[https://mikefarah.gitbook.io/yq/operators/select] +- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- 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. 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. diff --git a/pkg/yqlib/doc/operators/equals.md b/pkg/yqlib/doc/operators/equals.md index 21e0f496..e1686e98 100644 --- a/pkg/yqlib/doc/operators/equals.md +++ b/pkg/yqlib/doc/operators/equals.md @@ -16,9 +16,9 @@ The not equals `!=` operator returns `false` if the LHS is equal to the RHS. ## Related Operators -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- 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] +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- 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" %} diff --git a/pkg/yqlib/doc/operators/headers/boolean-operators.md b/pkg/yqlib/doc/operators/headers/boolean-operators.md index ac3072e1..6d457cb3 100644 --- a/pkg/yqlib/doc/operators/headers/boolean-operators.md +++ b/pkg/yqlib/doc/operators/headers/boolean-operators.md @@ -12,6 +12,6 @@ These are most commonly used with the `select` operator to filter particular nod ## Related Operators -- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- select operator (here)[https://mikefarah.gitbook.io/yq/operators/select] +- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- select operator [here](https://mikefarah.gitbook.io/yq/operators/select) diff --git a/pkg/yqlib/doc/operators/headers/compare.md b/pkg/yqlib/doc/operators/headers/compare.md index a51b5b33..c63f599f 100644 --- a/pkg/yqlib/doc/operators/headers/compare.md +++ b/pkg/yqlib/doc/operators/headers/compare.md @@ -10,6 +10,6 @@ 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) diff --git a/pkg/yqlib/doc/operators/headers/equals.md b/pkg/yqlib/doc/operators/headers/equals.md index ee47f47d..588cf172 100644 --- a/pkg/yqlib/doc/operators/headers/equals.md +++ b/pkg/yqlib/doc/operators/headers/equals.md @@ -16,7 +16,7 @@ The not equals `!=` operator returns `false` if the LHS is equal to the RHS. ## Related Operators -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- 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] +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- 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) diff --git a/pkg/yqlib/doc/operators/headers/select.md b/pkg/yqlib/doc/operators/headers/select.md index dba72f2f..d2205a8f 100644 --- a/pkg/yqlib/doc/operators/headers/select.md +++ b/pkg/yqlib/doc/operators/headers/select.md @@ -4,6 +4,6 @@ Select is used to filter arrays and maps by a boolean expression. ## Related Operators -- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- boolean operators (`and`, `or`, `any` etc) (here)[https://mikefarah.gitbook.io/yq/operators/boolean-operators] +- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- boolean operators (`and`, `or`, `any` etc) [here](https://mikefarah.gitbook.io/yq/operators/boolean-operators) diff --git a/pkg/yqlib/doc/operators/select.md b/pkg/yqlib/doc/operators/select.md index 7912fb11..1f1fdb4f 100644 --- a/pkg/yqlib/doc/operators/select.md +++ b/pkg/yqlib/doc/operators/select.md @@ -4,9 +4,9 @@ Select is used to filter arrays and maps by a boolean expression. ## Related Operators -- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] -- comparison (`>=`, `<` etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] -- boolean operators (`and`, `or`, `any` etc) (here)[https://mikefarah.gitbook.io/yq/operators/boolean-operators] +- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals) +- comparison (`>=`, `<` etc) operators [here](https://mikefarah.gitbook.io/yq/operators/compare) +- boolean operators (`and`, `or`, `any` etc) [here](https://mikefarah.gitbook.io/yq/operators/boolean-operators) {% hint style="warning" %} Note that versions prior to 4.18 require the 'eval/e' command to be specified.