Skip to content

Commit

Permalink
Docs: fix broken doc links (#13273)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Apr 3, 2024
1 parent 84fb6b1 commit 86c5d88
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/components/Savings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</div>
<div v-if="!priceConfigured || !co2Configured">
<a
href="https://docs.evcc.io/en/docs/reference/configuration/tariffs/"
href="https://docs.evcc.io/en/docs/reference/configuration/tariffs"
class="evcc-gray"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion cmd/configure/localization/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Config_ModbusInterface = "Wähle die ModBus Schnittstelle aus"
Config_AddAnotherValue = "Möchtest du einen weiteren Wert hinzufügen?"
Config_Yes = "Ja"
Config_No = "Nein"
Cancel = "Die Konfiguration wurde abgebrochen.\n\nFalls diese geführte Konfiguration für dich noch nicht funktioniert, versuche es doch mal mit der manuellen Konfiguration. Details findest du auf der folgenden Webseite: https://docs.evcc.io/docs/\n"
Cancel = "Die Konfiguration wurde abgebrochen.\n\nFalls diese geführte Konfiguration für dich noch nicht funktioniert, versuche es doch mal mit der manuellen Konfiguration. Details findest du auf der folgenden Webseite: https://docs.evcc.io \n"
InputError = "Bei der Eingabe ist ein Fehler aufgetreten:"
Value_Choice = "Auswahl:"
Value_Help = "Hilfe:"
Expand Down
2 changes: 1 addition & 1 deletion cmd/configure/localization/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Config_ModbusInterface = "Choose the ModBus interface"
Config_AddAnotherValue = "Do you want to add another value?"
Config_Yes = "Yes"
Config_No = "No"
Cancel = "The configuration was cancelled.\n\nIf this guided configuration process doesn't work for you, please try the manual configuration. You can find more details about that on our website: https://docs.evcc.io/en/docs/\n"
Cancel = "The configuration was cancelled.\n\nIf this guided configuration process doesn't work for you, please try the manual configuration. You can find more details about that on our website: https://docs.evcc.io/en/ \n"
InputError = "An input error occurred:"
Value_Choice = "Choose:"
Value_Help = "Help:"
Expand Down
2 changes: 1 addition & 1 deletion templates/definition/charger/go-e-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
For 1P/3P-Phase switching the HTTP API v2 in the charger setup needs to be activated.
The “simulate unplugging” option should be activated in the Go-E app ("Car" menu item).
uri: https://docs.evcc.io/docs/devices/chargers#go-echarger
uri: https://docs.evcc.io/docs/devices/chargers#go-e
evcc: ["sponsorship"]
params:
- name: host
Expand Down
4 changes: 2 additions & 2 deletions util/templates/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ params:
de: Identifikation
en: Identification
help:
de: "Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/guides/vehicles/#erkennung-des-fahrzeugs-an-der-wallbox"
en: "Mostly this can be added later, see: https://docs.evcc.io/en/docs/guides/vehicles/#determining-which-vehicle-is-at-which-charger"
de: "Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle"
en: "Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle"
type: stringlist
- name: priority
description:
Expand Down

0 comments on commit 86c5d88

Please sign in to comment.