Skip to content

Commit

Permalink
Update newsletter link
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed May 6, 2024
1 parent 7310c9c commit 26fa07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onboarding/dialogs/community-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DialogCommunity extends LitElement {
<a
target="_blank"
rel="noreferrer noopener"
href="https://www.home-assistant.io/newsletter/"
href="https://newsletter.openhomefoundation.org/#/portal/signup"
>
<ha-list-item hasMeta graphic="icon">
<img src="/static/icons/favicon-192x192.png" slot="graphic" />
Expand Down
2 changes: 1 addition & 1 deletion src/panels/config/dashboard/ha-config-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const randomTip = (hass: HomeAssistant, narrow: boolean) => {
>`,
newsletter: html`<span class="keep-together"
><a
href=${documentationUrl(hass, `/newsletter`)}
href="https://newsletter.openhomefoundation.org/#/portal/signup"
target="_blank"
rel="noreferrer"
>Newsletter</a
Expand Down

0 comments on commit 26fa07f

Please sign in to comment.