Add www. to all documentation links (#32063)
* Add www. to all documentation links * Fix broken redirect uri test
This commit is contained in:
parent
3385893b77
commit
b41cbe9885
11 changed files with 15 additions and 14 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ PROJECT_PACKAGE_NAME = "homeassistant"
|
|||
PROJECT_LICENSE = "Apache License 2.0"
|
||||
PROJECT_AUTHOR = "The Home Assistant Authors"
|
||||
PROJECT_COPYRIGHT = " 2013-{}, {}".format(dt.now().year, PROJECT_AUTHOR)
|
||||
PROJECT_URL = "https://home-assistant.io/"
|
||||
PROJECT_URL = "https://www.home-assistant.io/"
|
||||
PROJECT_EMAIL = "hello@home-assistant.io"
|
||||
|
||||
PROJECT_GITHUB_USERNAME = "home-assistant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue