diff --git a/mission-control/docs/config-db/concepts/transform.md b/mission-control/docs/config-db/concepts/transform.md index ee2f13f9..c4335c3c 100644 --- a/mission-control/docs/config-db/concepts/transform.md +++ b/mission-control/docs/config-db/concepts/transform.md @@ -76,7 +76,7 @@ spec: | Field | Description | Scheme | | ---------- | ------------------------------------------- | ---------------------------------------------------------------------------------------- | -| `selector` | Filter which config items to apply masks on | `CEL` with [Config Item](/reference/config-db) context | +| `selector` | Filter which config items to apply masks on | `CEL` with [ScrapeResult](/reference/config-db/scrape-result) context | | `jsonpath` | Values to mask | `JSONPath` | | `value` | The replacement value of matched elements | `md5` or any static string e.g. `***` |