From fc38bf8cc624dccb0a06d0649a69ea832a10c189 Mon Sep 17 00:00:00 2001 From: codyshoffner Date: Mon, 30 Mar 2026 13:57:26 -0500 Subject: [PATCH] chore: update references to the new doc site --- README.md | 2 +- docs/configuration.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa23e1f..a24c573 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository serves as a practical, working example of a well-structured UDS Package. -Inside the `.github` directory, you will find a fully runnable Go-based web application that reads and writes to a Postgres database. This repository can be referenced alongside the [UDS Documentation](https://uds.defenseunicorns.com/), as a reference guide for building, configuring, and testing own UDS packages. +Inside the `.github` directory, you will find a fully runnable Go-based web application that reads and writes to a Postgres database. This repository can be referenced alongside the [UDS Documentation](https://docs.defenseunicorns.com/), as a reference guide for building, configuring, and testing own UDS packages. > [!NOTE] > **The primary purpose of this repository is to demonstrate UDS Package architecture, layout, and best practices. The application's specific features are secondary.** diff --git a/docs/configuration.md b/docs/configuration.md index e0c55f5..12e8f13 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -58,12 +58,12 @@ postgres: Setting `sso.enabled: true` in the UDS config chart overrides tells the package to generate an SSO secret. -This relies on the UDS Operator's built-in secret templating. You can read more about how this works in the [UDS SSO Templating Documentation](https://uds.defenseunicorns.com/reference/configuration/single-sign-on/sso-templating/). +This relies on the UDS Operator's built-in secret templating. You can read more about how this works in the [Register and customize SSO clients](https://docs.defenseunicorns.com/core/how-to-guides/identity--authorization/register-and-customize-sso-clients/) guide. ### Monitoring -Setting `monitoring.enabled: true` configures the package to expose metrics to Prometheus. More information can be found here: [Monitoring and Metrics](https://uds.defenseunicorns.com/reference/configuration/observability/monitoring-metrics/) +Setting `monitoring.enabled: true` configures the package to expose metrics to Prometheus. More information can be found in the [Capture application metrics](https://docs.defenseunicorns.com/core/how-to-guides/monitoring--observability/capture-application-metrics/) guide. ## Package Custom Resources (CR) -For further information regarding the UDS Package Custom Resource (CR), defined in the `chart/templates/uds-package.yaml`, the full specification can be found in the [UDS Package CR Documentation](https://uds.defenseunicorns.com/reference/configuration/custom-resources/exemptions-v1alpha1-cr/). +For further information regarding the UDS Package Custom Resource (CR), defined in the `chart/templates/uds-package.yaml`, the full specification can be found in the [Packages CR](https://docs.defenseunicorns.com/core/reference/operator--crds/packages-v1alpha1-cr/).