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" }