From 7b9949c00df1cedd4b1e4b92af5168a2e9236ef8 Mon Sep 17 00:00:00 2001 From: Lipis Date: Tue, 7 Nov 2017 11:49:38 +0200 Subject: [PATCH] fix: Dead link for the External Tool for WebStorm (#3179) * fix: Dead link for the External Tool for WebStorm * Point to the website --- website/editors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/editors.json b/website/editors.json index 4cc351eb..90d3c233 100644 --- a/website/editors.json +++ b/website/editors.json @@ -32,6 +32,6 @@ { "image": "/images/webstorm-128px.png", "name": "WebStorm", - "content": "[External Tool](https://github.com/prettier/prettier/blob/master/editors/webstorm/README.md)" + "content": "[External Tool](https://prettier.io/docs/en/webstorm.html)" } ]