diff --git a/docs/core/integration-quality-scale/_includes/rule_overview.jsx b/docs/core/integration-quality-scale/_includes/rule_overview.jsx index a3cf1d5c..7eb5df6c 100644 --- a/docs/core/integration-quality-scale/_includes/rule_overview.jsx +++ b/docs/core/integration-quality-scale/_includes/rule_overview.jsx @@ -13,10 +13,11 @@ export default function RuleOverview({tier}) { if (typeof rule === "object") { id = rule.id; } + const absoluteRulePath = `/docs/core/integration-quality-scale/rules/${id}`; const relatedRule = docs[`core/integration-quality-scale/rules/${id}`]; return (
  • - {id} - {relatedRule.title} + {id} - {relatedRule.title}
  • ); })} diff --git a/docs/core/integration-quality-scale/index.md b/docs/core/integration-quality-scale/index.md index 51877005..6d2412ba 100644 --- a/docs/core/integration-quality-scale/index.md +++ b/docs/core/integration-quality-scale/index.md @@ -94,7 +94,7 @@ Home Assistant encourages our contributors to get their integrations to the high When an integration reaches the minimum requirements for a certain tier, a contributor can open a pull request to adjust the scale for the integration. This request needs to be accompanied by the full checklist for each rule of scale (including all rules of lower tiers), demonstrating that it has met those requirements. -The checklist can be found [here](checklist). +The checklist can be found [here](/docs/core/integration-quality-scale/checklist). Once the Home Assistant core team reviews and approves it, the integration will display the new tier as of the next major release of Home Assistant. diff --git a/docs/core/integration-quality-scale/rules/_includes/related_rules.jsx b/docs/core/integration-quality-scale/rules/_includes/related_rules.jsx index 79b9710b..90e7b235 100644 --- a/docs/core/integration-quality-scale/rules/_includes/related_rules.jsx +++ b/docs/core/integration-quality-scale/rules/_includes/related_rules.jsx @@ -8,10 +8,11 @@ export default function RelatedRules({relatedRules}) { return (