diff options
author | Tobias Gruetzmacher <tobias-git@23.gs> | 2021-08-03 09:42:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 16:42:55 +0900 |
commit | fa032b1b7fde1cb00bfa3e16a0d3ebd37a7d8be4 (patch) | |
tree | 1aac4e1eba11202af2c84bd68c72ff640ac8bc6c | |
parent | 8ecf32f3fe44a1a2e3144816720bcbffb5f82475 (diff) | |
download | ale-fa032b1b7fde1cb00bfa3e16a0d3ebd37a7d8be4.zip |
Fix link to jsonlint (#3850)
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index 77c92112..dc66069f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -270,7 +270,7 @@ formatting. * JSON * [fixjson](https://github.com/rhysd/fixjson) * [jq](https://stedolan.github.io/jq/) - * [jsonlint](http://zaa.ch/jsonlint/) + * [jsonlint](https://github.com/zaach/jsonlint) * [prettier](https://github.com/prettier/prettier) * [spectral](https://github.com/stoplightio/spectral) * Julia |