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.
fmt
1 parent e01313b commit 936fe2eCopy full SHA for 936fe2e
site/src/pages/TerminalPage/TerminalAlerts.tsx
@@ -72,7 +72,9 @@ export const ErrorScriptAlert: FC = () => {
72
The workspace{" "}
73
<Link
74
title="startup script has exited with an error"
75
- href={docs("/admin/templates/troubleshooting#startup-script-exited-with-an-error")}
+ href={docs(
76
+ "/admin/templates/troubleshooting#startup-script-exited-with-an-error",
77
+ )}
78
target="_blank"
79
rel="noreferrer"
80
>
0 commit comments