From 915871b9fa628ebc4f4ecaeedcf3aeabeec768a9 Mon Sep 17 00:00:00 2001 From: Julian Maurer Date: Mon, 29 Sep 2025 19:14:18 +0200 Subject: [PATCH] Fix build --- docs/deadlines/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deadlines/intro.md b/docs/deadlines/intro.md index 9769e83..72c278a 100644 --- a/docs/deadlines/intro.md +++ b/docs/deadlines/intro.md @@ -11,5 +11,5 @@ Both power and gas contract switching in the German energy market comes with str epilot provides several ways to reliably calculate and validate these deadlines: -- The Switching Deadlines API provides a centralised, simple [REST API](/api/deadlines) to calculate and validate supplier switching deadlines for power and gas in the German energy market. It is available to all epilot customers to integrate into their own systems. +- The Switching Deadlines API provides a centralised, simple [REST API](.) to calculate and validate supplier switching deadlines for power and gas in the German energy market. It is available to all epilot customers to integrate into their own systems. - As a contribution to the wider community, epilot has open-sourced the [Switching Deadlines library](https://github.com/epilot-dev/switching-deadlines) for NodeJS. This library serves as basis for our API implementation. You can find more information on how to use it in the [documentation](/docs/deadlines/deadlines-library/).