From d71f3408b98e9d37a632d0d274adc786ea5126ec Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Sat, 6 Dec 2025 01:54:13 +0000 Subject: [PATCH] fix(docs): update developer documentation link in user intro Change relative path ../development/ to absolute path /hass.tibber_prices/developer/ since user and developer docs are now separate Docusaurus instances. Fixes broken link warning during build. --- docs/user/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/docs/intro.md b/docs/user/docs/intro.md index c0cc58f..818c1e3 100644 --- a/docs/user/docs/intro.md +++ b/docs/user/docs/intro.md @@ -56,4 +56,4 @@ This is an independent, community-maintained custom integration. It is **not** a --- -**Note:** These guides are for end users. If you want to contribute to development, see the [Developer Documentation](../development/). +**Note:** These guides are for end users. If you want to contribute to development, see the [Developer Documentation](/hass.tibber_prices/developer/).