Skip to content

Commit a5145a0

Browse files
committed
chore: add proper docs links
1 parent 3cdaf7b commit a5145a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/client/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const App = () => {
181181
Coder
182182
</a>
183183
<a
184-
href="https://coder.com"
184+
href="https://coder.com/docs/admin/templates/extending-templates/parameters"
185185
target="_blank"
186186
rel="noreferrer"
187187
className="font-light text-content-secondary text-sm hover:text-content-primary"

src/client/Preview.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ const PreviewEmptyState = () => {
239239
</p>
240240
</div>
241241
<a
242-
href="#todo"
242+
href="https://coder.com/docs/admin/templates/extending-templates/parameters"
243+
target="_blank"
244+
rel="noreferrer"
243245
className="flex items-center gap-0.5 text-content-link text-sm"
244246
>
245247
Read the docs

0 commit comments

Comments
 (0)