chore: update documentation links to the new format (#13797)

This commit is contained in:
Muhammad Atif Ali
2024-07-10 21:31:37 +03:00
committed by GitHub
parent 2a297b073a
commit 0787de88a9
87 changed files with 213 additions and 222 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ func (r *Runner) run(ctx context.Context, script codersdk.WorkspaceAgentScript)
"This usually means a child process was started with references to stdout or stderr. As a result, this " +
"process may now have been terminated. Consider redirecting the output or using a separate " +
"\"coder_script\" for the process, see " +
"https://coder.com/docs/v2/latest/templates/troubleshooting#startup-script-issues for more information.",
"https://coder.com/docs/templates/troubleshooting#startup-script-issues for more information.",
)
// Inform the user by propagating the message via log writers.
_, _ = fmt.Fprintf(cmd.Stderr, "WARNING: %s. %s\n", message, details)