Skip to content

Commit

Permalink
Merge pull request #615 from kikeelectronico/update_docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
kikeelectronico authored Feb 24, 2024
2 parents f1cc4f9 + 24d281f commit 73fa32f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/upgrade-to-v100.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion front/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class App extends React.Component {
<MenuElement image="/menu/logs_icon.png" title="Logs" href="/logs"/>
<hr/>
<MenuElement image="/menu/repo_icon.png" title="Repo" exec={ ()=>{window.location.href = "https://github.com/kikeelectronico/Homeware-LAN"} }/>
<MenuElement image="/menu/help_icon.png" title="Docs" exec={ ()=>{window.location.href = "https://homeware.enriquegomez.me"} }/>
<MenuElement image="/menu/help_icon.png" title="How to" exec={ ()=>{window.location.href = "https://homeware.enriquegomez.me/"} }/>
<hr/>
<MenuElement image="/menu/logout_icon.png" title="Logout" exec={ this.logout }/>
</div>
Expand Down

0 comments on commit 73fa32f

Please sign in to comment.