[docs] Update esphome-docs references to esphome.io after repo rename (#16705)

This commit is contained in:
Jesse Hills
2026-05-28 14:54:42 +12:00
committed by GitHub
parent 9a6157b469
commit ec597bfc03
5 changed files with 13 additions and 10 deletions

View File

@@ -35,6 +35,9 @@ module.exports = {
],
DOCS_PR_PATTERNS: [
/https:\/\/github\.com\/esphome\/esphome\.io\/pull\/\d+/,
/esphome\/esphome\.io#\d+/,
// Keep matching the old esphome-docs name during the transition period
/https:\/\/github\.com\/esphome\/esphome-docs\/pull\/\d+/,
/esphome\/esphome-docs#\d+/
]