We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdaf7b commit a5145a0Copy full SHA for a5145a0
src/client/App.tsx
@@ -181,7 +181,7 @@ export const App = () => {
181
Coder
182
</a>
183
<a
184
- href="https://coder.com"
+ href="https://coder.com/docs/admin/templates/extending-templates/parameters"
185
target="_blank"
186
rel="noreferrer"
187
className="font-light text-content-secondary text-sm hover:text-content-primary"
src/client/Preview.tsx
@@ -239,7 +239,9 @@ const PreviewEmptyState = () => {
239
</p>
240
</div>
241
242
- href="#todo"
243
+ target="_blank"
244
+ rel="noreferrer"
245
className="flex items-center gap-0.5 text-content-link text-sm"
246
>
247
Read the docs
0 commit comments