Skip to content

Commit 50b4949

Browse files
blink-so[bot]Matt Vollmer
andcommitted
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 <[email protected]>
1 parent 7e53098 commit 50b4949

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/templates/externally-managed-workspace

1 file changed

+1
-1
lines changed

registry/coder-labs/templates/externally-managed-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [external]
99
# Externally Managed Workspace Template
1010

1111
> [!IMPORTANT]
12-
> External agents require a [Premium](https://coder.com/pricing) Coder license.
12+
> External agents require a Premium Coder license. [Learn more](https://coder.com/pricing).
1313
1414
This template provides a minimal scaffolding for creating Coder workspaces that connect to externally provisioned compute resources.
1515

0 commit comments

Comments
 (0)