Skip to content

Commit c29501d

Browse files
authored
Change url to www. (home-assistant#5011)
1 parent 88f326e commit c29501d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Main Configs #
44
# ----------------------- #
55

6-
url: https://home-assistant.io
6+
url: https://www.home-assistant.io
77
title: Home Assistant
88
subtitle: Open-source home automation platform running on Python 3
99
author: Home Assistant

plugins/filters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module AssetFilter
2424
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2525

2626
def site_url
27-
'https://home-assistant.io'
27+
'https://www.home-assistant.io'
2828
end
2929

3030
# Prepend a url with the full site url

0 commit comments

Comments
 (0)