From 65e554a08bb7867f52e6a6574ab513760f4869cf Mon Sep 17 00:00:00 2001 From: Thomas di Luccio Date: Tue, 3 Sep 2024 09:45:19 +0200 Subject: [PATCH 1/2] Fix typo in troubleshoot mounts link --- .../src/create-apps/app-reference/single-runtime-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/platform/src/create-apps/app-reference/single-runtime-image.md b/sites/platform/src/create-apps/app-reference/single-runtime-image.md index ad95cb0b10..3545c3264f 100644 --- a/sites/platform/src/create-apps/app-reference/single-runtime-image.md +++ b/sites/platform/src/create-apps/app-reference/single-runtime-image.md @@ -427,7 +427,7 @@ mounts: {{< variable "MOUNT_PATH" >}} is the path to your mount **within the app container** (relative to the app's root). If you already have a directory with that name, you get a warning that it isn't accessible after the build. -See how to [troubleshoot the warning](/troubleshoot-mounts.md#overlapping-folders). +See how to [troubleshoot the warning](/create-apps/troubleshoot-mounts.md#overlapping-folders). | Name | Type | Required | Description | | ------------- |-------------------------------| -------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From c269e64ea1e776c0a88dfe7e925d2a4d45b21944 Mon Sep 17 00:00:00 2001 From: Thomas di Luccio Date: Tue, 3 Sep 2024 09:46:10 +0200 Subject: [PATCH 2/2] Remove escaped line breaks --- sites/platform/config/_default/params.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/platform/config/_default/params.yaml b/sites/platform/config/_default/params.yaml index e3d29345ba..ad581a5193 100644 --- a/sites/platform/config/_default/params.yaml +++ b/sites/platform/config/_default/params.yaml @@ -21,7 +21,7 @@ vendor: link: https://upsun.com/register/ cta: Get your Upsun free trial title: Sign up for Upsun - description: "Get your free trial by clicking the link below.

" + description: "Get your free trial by clicking the link below." config: version: 1 dir: .platform