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 f2ee85a commit 33ce248Copy full SHA for 33ce248
1 file changed
cmd/troubleshoot.go
@@ -227,7 +227,7 @@ Latest: {{ with .Version.Latest }}{{ . }}{{ else }}<unknown>{{ end }}
227
{{ end -}}
228
{{ if not .Version.UpToDate }}
229
Call 'exercism upgrade' to get the latest version.
230
-See the release notes at https://github.com/exercism/cli/releases/tag/{{ .Version.Latest }} for details.
+See the release notes at https://github.com/exercism/cli/releases/tag/v{{ .Version.Latest }} for details.
231
{{ end }}
232
233
Operating System
0 commit comments