From 6ed94c646df52b0e85b8e9d9c01a9788f23b7aa8 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Fri, 23 Aug 2019 16:25:05 +0200 Subject: [PATCH] Other: Changed the URL under bugs key in package.json file. Now we have one issue tracker. See ckeditor/ckeditor5#1988. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bbf49f2b..b4d802f32 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "https://ckeditor.com/ckeditor-5", - "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues", + "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-engine.git"