From cac20987d6739fabfd2ea6d8caa456b183de1175 Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Tue, 7 May 2024 15:07:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Updated=20the=20homepage=20urls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/classes/debug.php | 2 -- package.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/classes/debug.php b/includes/classes/debug.php index e506ed7b..4271bef0 100644 --- a/includes/classes/debug.php +++ b/includes/classes/debug.php @@ -13,8 +13,6 @@ /** * GatherContent Plugin Debug * - * Docs: https://github.com/gathercontent/wordpress-plugin/wiki/Developer-Debug-Mode - * * @since 3.0.1 */ class Debug extends Base { diff --git a/package.json b/package.json index db5de9ba..2425e312 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "Imports items from Content Workflow to your wordpress site", "version": "1.0.0", "license": "GPLv2", - "homepage": "http://www.gathercontent.com", + "homepage": "https://www.bynder.com/products/content-workflow/", "repository": { "type": "git", - "url": "https://github.com/gathercontent/wordpress-plugin" + "url": "https://github.com/Bynder/cw-wordpress-plugin" }, "author": { "name": "Content Workflow (by Bynder)",