Skip to content

Commit f2ee85a

Browse files
troubleshoot command should not recommend creating a github issue (#1122)
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
1 parent 664afb7 commit f2ee85a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/troubleshoot.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var troubleshootCmd = &cobra.Command{
2626
Long: `Provides output to help with troubleshooting.
2727
2828
If you're running into trouble, copy and paste the output from the troubleshoot
29-
command into a GitHub issue so we can help figure out what's going on.
29+
command into a topic on the Exercism forum so we can help figure out what's going on.
3030
`,
3131
RunE: func(cmd *cobra.Command, args []string) error {
3232
cli.TimeoutInSeconds = cli.TimeoutInSeconds * 2
@@ -255,8 +255,8 @@ API Reachability
255255
* {{ .Latency }}
256256
{{ end }}
257257
258-
If you are having trouble please file a GitHub issue at
259-
https://github.com/exercism/exercism.io/issues and include
258+
If you are having trouble, please create a new topic in the Exercism forum
259+
at https://forum.exercism.org/c/support/cli/10 and include
260260
this information.
261261
{{ if not .Censor }}
262262
Don't share your API key. Keep that private.

0 commit comments

Comments
 (0)