From d829f23178c6d2e8b42d27d994ebd84d49a485fa Mon Sep 17 00:00:00 2001 From: Kim Schaefer Date: Thu, 2 May 2024 13:27:46 -0600 Subject: [PATCH] updated sdk.md and mutate.md with minor fixes --- docs/030_user-guide/015_sdk.md | 3 ++- docs/030_user-guide/030_actions/010_mutate.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/030_user-guide/015_sdk.md b/docs/030_user-guide/015_sdk.md index 3e200a4b2..3f72a6131 100644 --- a/docs/030_user-guide/015_sdk.md +++ b/docs/030_user-guide/015_sdk.md @@ -45,6 +45,7 @@ Returns the owner reference for a Kubernetes resource. Accepts the following par ```typescript const ownerRef = getOwnerRefFrom(kubernetesResource); +``` --- @@ -90,4 +91,4 @@ const sanitizedResourceName = sanitizeResourceName(resourceName) ## See Also -Looking for information on the Pepr mutate helpers? See [Helpers](./030_actions/010_mutate.md) for information on helpers for mutate actions. +Looking for information on the Pepr mutate helpers? See [Mutate Helpers](./030_actions/010_mutate.md#mutate-helpers) for information on those. diff --git a/docs/030_user-guide/030_actions/010_mutate.md b/docs/030_user-guide/030_actions/010_mutate.md index 14e5ec3aa..8121e0790 100644 --- a/docs/030_user-guide/030_actions/010_mutate.md +++ b/docs/030_user-guide/030_actions/010_mutate.md @@ -80,4 +80,4 @@ When(a.ConfigMap) ## See Also -See also [SDK](../130_sdk.md) for information on the Pepr SDK. +Looking for some more generic helpers? Check out the [Module Author SDK](../130_sdk.md) for information on other things that Pepr can help with.