From 68be3a7ad42d273dee164e29f42d729ea17ea514 Mon Sep 17 00:00:00 2001 From: Enrique Date: Sun, 25 Feb 2024 00:24:08 +0100 Subject: [PATCH] update docs --- docs/docs/install.md | 2 +- docs/docs/upgrade-to-v100.md | 2 +- front/src/App.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/install.md b/docs/docs/install.md index ea520526d..7ba5b8568 100755 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -53,7 +53,7 @@ cp docker/docker-compose-raspberry.yaml docker-compose.yaml ```bash docker-compose up -d ``` -8. Follow this steps to link Homeware with Google Home: https://kikeelectronico.github.io/Homeware-LAN/docs/connect-with-google +8. Follow this steps to link Homeware with Google Home: https://homeware.enriquegomez.me/docs/connect-with-google 9. Finally, set up the necessary data using the Homeware's _Settings_ page. diff --git a/docs/docs/upgrade-to-v100.md b/docs/docs/upgrade-to-v100.md index e404c3fb1..8ce50bccb 100644 --- a/docs/docs/upgrade-to-v100.md +++ b/docs/docs/upgrade-to-v100.md @@ -46,6 +46,6 @@ sudo rm /lib/systemd/system/homewareRedis.service ## Install the new version -https://kikeelectronico.github.io/Homeware-LAN/docs/install +https://homeware.enriquegomez.me/docs/install Do not forget to clean your web browser's cache. diff --git a/front/src/App.js b/front/src/App.js index 10a9d6b8f..63a275f4d 100644 --- a/front/src/App.js +++ b/front/src/App.js @@ -193,7 +193,7 @@ class App extends React.Component {
{window.location.href = "https://github.com/kikeelectronico/Homeware-LAN"} }/> - {window.location.href = "https://kikeelectronico.github.io/Homeware-LAN/"} }/> + {window.location.href = "https://homeware.enriquegomez.me/"} }/>