Skip to content

Commit

Permalink
docs: fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Dec 29, 2024
1 parent c8906d0 commit 52d5a30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/_pages/general/donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Your donation to Congatudo goes towards supporting the project.

The funds will be used to purchase:

- Maintaining the domain [congatudo.cloud](congatudo.cloud)
- Maintaining the domain [congatudo.cloud](https://congatudo.cloud)
- Setting up a small build infrastructure using a Raspberry Pi, install HA OS and keep the [Congatudo addon](https://github.com/congatudo/congatudo-add-on) working!
- IoT and enterprise devices for my [home lab](https://github.com/elraro/home-ops) (I have a rack in my house!)

Expand Down
12 changes: 3 additions & 9 deletions docs/_pages/general/why-congatudo.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ corresponding servers. This is a huge issue with IoT devices. They brick all the

and more.

Of course, if you want to use Congatudo in a container, virtual machine or Home Assistant, you have the possibility to do it.

#### No forced updates

You also don't have to fear forced firmware updates that paywall or even entirely remove a previously available feature.
Expand Down Expand Up @@ -85,12 +87,4 @@ of asymmetric information.

Even if GitHub goes down it doesn't matter.<br/>
Git is decentralized by default. Use a local backup. Use a backup somewhere else.<br/>
On that note, check out the [Software Heritage](https://softwareheritage.org) project.


**RTFM & RTFC or GTFO**

## Further remarks

Please note that Congatudo has no customers.<br/>
It is provided free of charge with no warranty whatsoever.
On that note, check out the [Software Heritage](https://softwareheritage.org) project.
4 changes: 2 additions & 2 deletions docs/_pages/integrations/node-red.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ order: 22

## Node-RED

You need to [connect valetudo to the same MQTT Broker as your Node-RED](./mqtt.html).
You need to [connect valetudo to the same MQTT Broker as your Node-RED](https://congatudo.cloud/pages/integrations/mqtt.html).

Build your flows with `mqtt in` and `mqtt out` nodes using the [valetudo topics](./mqtt.html).
Build your flows with `mqtt in` and `mqtt out` nodes using the [valetudo topics](https://congatudo.cloud/pages/integrations/mqtt.html).

To draw a map for your Dashboard you can use [node-red-contrib-valetudo](https://flows.nodered.org/node/node-red-contrib-valetudo).

Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/integrations/openhab-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 23
# openHAB integration

[openHAB](https://www.openhab.org/) supports MQTT autodiscovery using the Homie convention. Make sure MQTT is configured
properly and that Homie autodiscovery is enabled (see [MQTT](./mqtt)).
properly and that Homie autodiscovery is enabled (see [MQTT](https://congatudo.cloud/pages/integrations/mqtt.html)).

<div style="text-align: center;">
<a href="https://homieiot.github.io" rel="noopener" target="_blank">
Expand Down

0 comments on commit 52d5a30

Please sign in to comment.