Skip to content

Commit c8c20c2

Browse files
author
Kamil
authored
Update unsupported GHC doc link (#776)
1 parent 333294f commit c8c20c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ export class NoMatchingHls extends Error {
5454
super(`HLS does not support GHC ${ghcProjVersion} yet.`);
5555
}
5656
public docLink(): Uri {
57-
return Uri.parse('https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html');
57+
return Uri.parse('https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html');
5858
}
5959
}

0 commit comments

Comments
 (0)