From a19535aa7847b1cb4af6f4f0e588a1f826226ee6 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Tue, 22 Oct 2024 14:42:12 -0400 Subject: [PATCH] Update links --- sites/upsun/src/get-started/here/configure/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/upsun/src/get-started/here/configure/_index.md b/sites/upsun/src/get-started/here/configure/_index.md index b19d016366..66079f5021 100644 --- a/sites/upsun/src/get-started/here/configure/_index.md +++ b/sites/upsun/src/get-started/here/configure/_index.md @@ -33,9 +33,9 @@ The generated configuration varies slightly based on your answers to these promp However, the structure of the configuration file remains similar to the following: ```yaml {location=".upsun/config.yaml"} -{{< code-link destination="/create-apps/app-reference.html" text="applications:" title="Top-level key for all applications" >}} +{{< code-link destination="/create-apps/app-reference/single-runtime-image.html" text="applications:" title="Top-level key for all applications" >}} # Configuration for all applications within an environment. - {{< code-link destination="/create-apps/app-reference.html" text="myapp:" title="Configuration for a unique application" >}} + {{< code-link destination="/create-apps/app-reference/single-runtime-image.html" text="myapp:" title="Configuration for a unique application" >}} # configuration for the application 'myapp' {{< code-link destination="/add-services.html" text="services:" title="Top-level key for all services" >}}