Skip to content

Commit 052a54b

Browse files
feat: point sign-in token help link to the new tokens docs page
The FAQ anchor stub keeps the old link working for released versions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d8e6f9f commit 052a54b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- fix(charging): prevent smallint overflow in energy calculation and recalc migration on battery-side DC readings (5617 - @JakobLichterfeld)
1414
- feat(mqtt): migrate Home Assistant discovery to device-based configuration (#5618 - @nebhale)
1515
- feat(mqtt): add missing Home Assistant discovery entities (#5629 - @nebhale)
16+
- feat: point sign-in token help link to the new tokens docs page (#5642 - @JakobLichterfeld)
1617

1718
#### Build, CI, internal
1819

lib/teslamate_web/live/signin_live/index.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<p class="is-size-7 has-text-centered is-italic has-text-weight-light">
9292
<% here_link =
9393
link(gettext("here"),
94-
to: "https://docs.teslamate.org/docs/faq#how-to-generate-your-own-tokens",
94+
to: "https://docs.teslamate.org/docs/installation/tokens",
9595
target: "_blank",
9696
rel: "noopener noreferrer"
9797
) %>

0 commit comments

Comments
 (0)