From bd8f380557b745ba44af3ceb39f54e903be085df Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Thu, 6 Mar 2025 01:26:04 +0100 Subject: [PATCH] fix docs link (#2589) --- blog/2025-03-04-backup-agent-api-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-03-04-backup-agent-api-changes.md b/blog/2025-03-04-backup-agent-api-changes.md index 8e1f48fd..4bc2f383 100644 --- a/blog/2025-03-04-backup-agent-api-changes.md +++ b/blog/2025-03-04-backup-agent-api-changes.md @@ -9,4 +9,4 @@ The `BackupAgent` API has been adjusted such that the following methods should n - `BackupAgent.async_download_backup` - `BackupAgent.async_get_backup` -Check the backup agent documentation](/docs/core/platform/backup#backup-agents), and the [home assistant core PR #139754](https://github.com/home-assistant/core/pull/139754) for additional background. +Check the [backup agent documentation](/docs/core/platform/backup#backup-agents), and the [home assistant core PR #139754](https://github.com/home-assistant/core/pull/139754) for additional background.