diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index bf0cfa9..8bfad62 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Wiki
- url: https://github.com/AalianKhan/mushroom-strategy/wiki
+ url: https://github.com/DigiLive/mushroom-strategy/wiki
about: Please consult to Wiki for more information about the strategy and how to configure it.
- name: Discussions
- url: https://github.com/AalianKhan/mushroom-strategy/discussions
+ url: https://github.com/DigiLive/mushroom-strategy/discussions
about: Discuss any other topic about the strategy over here.
diff --git a/src/mushroom-strategy.ts b/src/mushroom-strategy.ts
index b90bd9b..94c779b 100644
--- a/src/mushroom-strategy.ts
+++ b/src/mushroom-strategy.ts
@@ -20,14 +20,9 @@ import RegistryFilter from './utilities/RegistryFilter';
* Mushroom Dashboard Strategy.
*
* Mushroom dashboard strategy provides a strategy for Home-Assistant to create a dashboard automatically.
- * The strategy makes use Mushroom and Mini Graph cards to represent your entities.
- *
- * Features:
- * 🛠️ Automatically create dashboard with three lines of yaml.
- * 😍 Built-in Views for several standard domains.
- * 🎨 Many options to customize to your needs.
- *
- * Check the [Repository]{@link https://github.com/AalianKhan/mushroom-strategy} for more information.
+ * The strategy makes use Mushroom and Mini Graph cards to represent your entities.
+ *
+ * @see https://github.com/DigiLive/mushroom-strategy
*/
class MushroomStrategy extends HTMLTemplateElement {
/**