From 5ccaacc651cc0e5d2459869aafd1daed42cf3ef3 Mon Sep 17 00:00:00 2001 From: Trey Moore Date: Wed, 3 Feb 2021 08:56:38 -0700 Subject: [PATCH] Update homepage URL. --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 606b045..ded3d8c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -6,7 +6,7 @@ "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", - "homepage_url": "treymo.io/joplin-link-graph", - "repository_url": "github.com/treymo/joplin-link-graph", + "homepage_url": "https://github.com/treymo/joplin-link-graph", + "repository_url": "https://github.com/treymo/joplin-link-graph", "keywords": ["joplin", "link", "graph", "ui", "zettelkasten"] }