From 4aace4616cfc3ec1780b37b4844539df58961be6 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Fri, 29 Dec 2017 17:37:43 +0100 Subject: [PATCH] url update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c8686..cde9323 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SublimeLinter-flow [![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-flow.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-flow) -This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to [flow](http://flowtype.org/) (0.1.0 or later), a static type checker for JavaScript. It will be used with files that have the “JavaScript” syntax. +This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [flow](http://flowtype.org/) (0.1.0 or later), a static type checker for JavaScript. It will be used with files that have the “JavaScript” syntax. ## Installation SublimeLinter must be installed in order to use this plugin.