Skip to content

Commit 33ce248

Browse files
Fix the release notes link (#1140)
1 parent f2ee85a commit 33ce248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/troubleshoot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Latest: {{ with .Version.Latest }}{{ . }}{{ else }}<unknown>{{ end }}
227227
{{ end -}}
228228
{{ if not .Version.UpToDate }}
229229
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.
230+
See the release notes at https://github.com/exercism/cli/releases/tag/v{{ .Version.Latest }} for details.
231231
{{ end }}
232232
233233
Operating System

0 commit comments

Comments
 (0)