From e8abfd7ed08ae8298b9d2e719448b047924ca91a Mon Sep 17 00:00:00 2001 From: Sebastian Schweizer Date: Thu, 13 Oct 2016 11:53:25 +0200 Subject: [PATCH] fix broken link to the regex (#4) closes #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a018fde..e9cf484 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ grunt.initConfig({ The comment will be regarded as a license statement and preserved after compression, if it meets at least one of the following requirements: 1. The comment is in the *first* line of a file. -2. [The regexp for license statement](./uglify-save-license.js#L7) matches the string of the comment. It matches, for example, `MIT` and `Copyright`. +2. [The regexp for license statement](https://github.com/shinnn/uglify-save-license/blob/451c8b0f549dbb74d62096f00b939f9c35942632/index.js#L7) matches the string of the comment. It matches, for example, `MIT` and `Copyright`. 3. There is a comment at the *previous* line, and it matches 1. 2. or 3. ## Used by