diff --git a/CHANGES.md b/CHANGES.md index a2ef7cf0..c83da599 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,7 +62,6 @@ Unreleased If you've got `Expected a LINK after "ignore link" annotation` message, see PR's description for examples and details. - 0.2.1 ========== diff --git a/README.md b/README.md index 04047800..434beaa3 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ If you want to use cabal, you need to run [`stack2cabal`](https://hackage.haskel ### Run on Windows [↑](#xrefcheck) On Windows, executable requires some dynamic libraries (DLLs). They are shipped together with executable in [releases page](https://github.com/serokell/xrefcheck/releases). -If you have builded executable from source using `stack install`, -those DLLs are downloaded by stack to location is not on `%PATH%` by default. +If you have built executable from source using `stack install`, +those DLLs are downloaded by stack to a location that is not on `%PATH%` by default. There are several ways to fix this: - Add `%LocalAppData%\Programs\stack\x86_64-windows\msys2-<...>\mingw64\bin` to your PATH - run `stack exec xrefcheck.exe -- ` instead of `xrefcheck.exe ` diff --git a/tests/golden/check-ignoreExternalRefsTo/expected.gold b/tests/golden/check-ignoreExternalRefsTo/expected.gold deleted file mode 100644 index 365f6aff..00000000 --- a/tests/golden/check-ignoreExternalRefsTo/expected.gold +++ /dev/null @@ -1,35 +0,0 @@ -=== Invalid references found === - - ➥ In file check-ignoreExternalRefsTo.md - bad reference (external) at src:7:10-53: - - text: "web-site" - - link: https://localhost:20000/web-site - - anchor: - - - ⛂ InternalException (HostCannotConnect "localhost" [Network.Socket.connect: : does not exist (Connection refused)]) - - ➥ In file check-ignoreExternalRefsTo.md - bad reference (external) at src:9:10-45: - - text: "team" - - link: https://127.0.0.1:20000/team - - anchor: - - - ⛂ InternalException (HostCannotConnect "127.0.0.1" [Network.Socket.connect: : does not exist (Connection refused)]) - - ➥ In file check-ignoreExternalRefsTo.md - bad reference (external) at src:11:10-44: - - text: "blog" - - link: http://localhost:20000/blog - - anchor: - - - ⛂ ConnectionFailure Network.Socket.connect: : does not exist (Connection refused) - - ➥ In file check-ignoreExternalRefsTo.md - bad reference (external) at src:13:10-44: - - text: "labs" - - link: http://127.0.0.1:20000/labs - - anchor: - - - ⛂ ConnectionFailure Network.Socket.connect: : does not exist (Connection refused) - -Invalid references dumped, 4 in total.