From 40f47cb7cc9821dee12a3327f8d6f4d7e52bb1aa Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 22 Aug 2018 14:34:36 -0400 Subject: [PATCH] Fix url to marked --- types/marked/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/marked/index.d.ts b/types/marked/index.d.ts index 034c0cca18..c99f38aa6c 100644 --- a/types/marked/index.d.ts +++ b/types/marked/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for Marked 0.4 -// Project: https://github.com/chjj/marked +// Project: https://github.com/markedjs/marked // Definitions by: William Orr // BendingBender // CrossR