From 2be6e3b89ecb3e42f3f6ee232ee685f61fdad7da Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Dec 2018 23:07:41 +0100 Subject: [PATCH] Update link --- source/_docs/backend/database.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/backend/database.markdown b/source/_docs/backend/database.markdown index 81a5226b41b..c8266477d4e 100644 --- a/source/_docs/backend/database.markdown +++ b/source/_docs/backend/database.markdown @@ -124,4 +124,4 @@ The `VACUUM` command cleans your database. sqlite> VACUUM; ``` -For a more interactive way of working with the database, checkout our [Jupyter notebooks](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/tree/master/). +For a more interactive way of working with the database, check the [Data Science Portal](https://data.home-assistant.io/).