From 269338cf349ea9815b55b2082e72aa692b6e138e Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 3 Dec 2024 08:59:19 -0800 Subject: [PATCH] Fix broken anchor link --- .../moderne-dx/how-to-guides/devcenter-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator-documentation/moderne-dx/how-to-guides/devcenter-yaml.md b/docs/administrator-documentation/moderne-dx/how-to-guides/devcenter-yaml.md index 8fe9f682..6f9b523f 100644 --- a/docs/administrator-documentation/moderne-dx/how-to-guides/devcenter-yaml.md +++ b/docs/administrator-documentation/moderne-dx/how-to-guides/devcenter-yaml.md @@ -129,7 +129,7 @@ devCenterConfiguration: #### Fields 1. **name**: The name of your Organization. (String) -2. [devCenterConfiguration](#devcenterconfiguration): Contains the configuration options for the DevCenter. +2. **devCenterConfiguration**: Contains the configuration options for the DevCenter. * [upgradesAndMigrations](#upgradesandmigations): A list that defines what update and migration cards should exist for this DevCenter (e.g., Spring Boot 3 upgrade or Java 21 upgrade). * [security](#security): If provided, will add a security section to the DevCenter that allows you to track security issues that haven't been resolved (e.g., remediating OWASP failures).