Skip to content

Commit 4505f02

Browse files
committed
Fix EVerest upstream URLs
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
1 parent f2db3b6 commit 4505f02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/troubleshooting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ How do I set up OCPP 2.0.1 on Charge Control Y with EVerest?
3535
To support OCPP 2.0.1, the EVerest OCPP201 module must be integrated into the EVerest configuration.
3636
This module uses the `libocpp library <https://github.com/EVerest/libocpp>`_ to implement the OCPP 2.0.1
3737
protocol.
38-
The `OCPP201 module documentation <https://github.com/EVerest/everest-core/blob/main/modules/OCPP201/doc.rst>`_
38+
The `OCPP201 module documentation <https://github.com/EVerest/everest-core/blob/main/modules/EVSE/OCPP201/doc.rst>`_
3939
already contains some information about the module parameters, the provided and required interfaces,
4040
and the initial creation of the OCPP 2.0.1 database.
4141

@@ -56,8 +56,8 @@ The most important points are summarised here:
5656
5. The OCPP 2.0.1 device model initialization is done automatically by the OCPP201 module after the
5757
first start of EVerest. The database is stored the `DeviceModelDatabasePath`.
5858
6. The component config files are stored in the `DeviceModelConfigPath`. Component config files are
59-
used to initialize or update the device model database. To update a component config file, just the
60-
place a `component config file <https://github.com/EVerest/libocpp/tree/v0.16.2/config/v201/component_config>`_
59+
used to initialize or update the device model database. To update a component config file, just
60+
place a `component config file <https://github.com/EVerest/libocpp/tree/main/config/v2/component_config>`_
6161
in the same directory structure in the DeviceModelConfigPath and change the values accordingly.
6262
Important keys of the component config files are:
6363

0 commit comments

Comments
 (0)