diff --git a/README.md b/README.md index d57df29..e75c24e 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ sh install.sh First, install the dependencies: -* [dcd](https://github.com/Hackerpilot/DCD) - Used for auto completion -* [dfmt](https://github.com/Hackerpilot/dfmt) - Used for code formatting -* [dscanner](https://github.com/Hackerpilot/Dscanner) - Used for static code linting +* [dcd](https://github.com/dlang-community/DCD) - Used for auto completion +* [dfmt](https://github.com/dlang-community/dfmt) - Used for code formatting +* [dscanner](https://github.com/dlang-community/Dscanner) - Used for static code linting Then, run: diff --git a/dub.json b/dub.json index bb81c0b..c628dee 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "painlessjson": "1.4.0", "standardpaths": "0.8.1", "dfmt": "0.13.4", - "dscanner": "0.11.0", + "dscanner": "0.11.1", "inifiled": "1.3.3", "libdparse": "0.17.0", "emsi_containers": "0.8.0"