From f4c11bab64970dc43fb21f6c6f7587235428488a Mon Sep 17 00:00:00 2001 From: tshenry Date: Thu, 18 Jun 2020 18:32:41 -0700 Subject: [PATCH] Update readme.md and about.json --- README.md | 2 +- about.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9af3852..d3b97b4 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This Discourse theme component will allow you to expose restricted categories without allowing access. The "previews" can link anywhere on or off-site. -More information here: +More information here: https://meta.discourse.org/t/category-previews/155296 diff --git a/about.json b/about.json index 86343d0..441abcf 100644 --- a/about.json +++ b/about.json @@ -1,7 +1,7 @@ { "name": "Category Previews", - "about_url": null, - "license_url": null, + "about_url": "https://meta.discourse.org/t/category-previews/155296", + "license_url": "https://github.com/tshenry/discourse-category-previews/blob/master/LICENSE", "component": true, "minimum_discourse_version": "2.5.0.beta7" }