Skip to content

Commit

Permalink
fix: correct invalid links (#706)
Browse files Browse the repository at this point in the history
thanks 🙌
  • Loading branch information
mseele authored Jan 10, 2025
1 parent e1fa2ff commit fce8f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _Outgoing_ towards the target device to be queried (e.g., inverter, energy meter
:::tip Sponsortoken required
For more information about evcc sponsorship, please visit [the sponsorship page](../../sponsorship).
For more information about evcc sponsorship, please visit [the sponsorship page](/docs/sponsorship).
:::
Expand Down
2 changes: 1 addition & 1 deletion src/components/DeviceFeatures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const allFeatures = { ...chargerFeatures, ...meterFeatures };

function link(feature) {
if (feature === "sponsorfree") {
return "../../sponsorship";
return "/docs/sponsorship";
}
return "#features";
}
Expand Down

0 comments on commit fce8f1c

Please sign in to comment.