From 50b4949301ac6e14f94ea213a01b4e31df7f6e02 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:19:59 +0000 Subject: [PATCH] fix: resolve Premium license text rendering issue Replace inline markdown link with separate text and link to prevent rendering engines from concatenating 'a' with '[Premium]' into 'aPremium'. Fixes the display issue where 'External agents require aPremium Coder license' was shown instead of 'External agents require a Premium Coder license'. Co-authored-by: Matt Vollmer --- .../coder-labs/templates/externally-managed-workspace/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/templates/externally-managed-workspace/README.md b/registry/coder-labs/templates/externally-managed-workspace/README.md index c34b333d..38dd192e 100644 --- a/registry/coder-labs/templates/externally-managed-workspace/README.md +++ b/registry/coder-labs/templates/externally-managed-workspace/README.md @@ -9,7 +9,7 @@ tags: [external] # Externally Managed Workspace Template > [!IMPORTANT] -> External agents require a [Premium](https://coder.com/pricing) Coder license. +> External agents require a Premium Coder license. [Learn more](https://coder.com/pricing). This template provides a minimal scaffolding for creating Coder workspaces that connect to externally provisioned compute resources.