Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Oct 13, 2023
1 parent 7b418aa commit 4ba9e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class OcpiCredentialsController : OcpiController
> ⚠️
> The OCPI.Net Versioning implementation requires your OCPI endpoint routes to start with the ocpi version number. For example, if your OCPI version is `2.2.1`, your endpoints should start with `2.2.1/`. This allows the package to determine which routes are intended for which OCPI version.
Refer to the [Versioning](4.versioning.md) section for more information on OCPI module versioning.
Refer to the [Versioning](7.versioning.md) section for more information on OCPI module versioning.

Use the `OcpiOk` method of the `OcpiController` class to generate OCPI-compliant responses:

Expand Down

0 comments on commit 4ba9e34

Please sign in to comment.