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 <matt@coder.com>
This commit is contained in:
blink-so[bot] 2025-08-29 17:19:59 +00:00
parent 7e53098bea
commit 50b4949301

View File

@ -9,7 +9,7 @@ tags: [external]
# Externally Managed Workspace Template # Externally Managed Workspace Template
> [!IMPORTANT] > [!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. This template provides a minimal scaffolding for creating Coder workspaces that connect to externally provisioned compute resources.