From 7f701cb7c89c8a05659104ca2fb932bcc6ea7ed4 Mon Sep 17 00:00:00 2001 From: Eryn Muetzel <137318000+eryn-muetzel@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:38:20 -0800 Subject: [PATCH] Update manage_profiles.md Updated links for examples directory --- docs/docs/how-to/manage_profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-to/manage_profiles.md b/docs/docs/how-to/manage_profiles.md index 99a1c85ebf..ede2dc09d5 100644 --- a/docs/docs/how-to/manage_profiles.md +++ b/docs/docs/how-to/manage_profiles.md @@ -39,7 +39,7 @@ repository: allow_fork_syncing: true ``` -The full example is available in the [examples directory](https://github.com/stacklok/minder/blob/main/examples/github/profiles/profile.yaml). +The full example is available in the [examples directory](https://github.com/stacklok/minder-rules-and-profiles). This profile is checking that secret scanning is enabled for all repositories belonging to the ACME organization, and that the `main` branch is protected, requiring at least one approval from a code owner before landing a pull request. @@ -96,7 +96,7 @@ def: ``` -The full example is available in the [examples directory](https://github.com/stacklok/minder/tree/main/examples/github/rule-types) +The full example is available in the [examples directory](https://github.com/stacklok/minder-rules-and-profiles) This rule type is checking that secret scanning is enabled for all repositories belonging to the ACME organization.