From 4ba9e34b9f874c21a1cc0adaa6653dbab95ccbf2 Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Fri, 13 Oct 2023 17:55:45 +0400 Subject: [PATCH] fix link --- docs/3.implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.implementation.md b/docs/3.implementation.md index 8257d91..21c2338 100644 --- a/docs/3.implementation.md +++ b/docs/3.implementation.md @@ -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: