From 7d06b8552b4b5aa4de497adc823bb7f536fd13a5 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 7 Oct 2024 15:14:11 +0200 Subject: [PATCH] :book: fix public api links Signed-off-by: Per Goncalves da Silva --- docs/project/public-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/project/public-api.md b/docs/project/public-api.md index fed6a7d7b..a0e45ce93 100644 --- a/docs/project/public-api.md +++ b/docs/project/public-api.md @@ -2,9 +2,9 @@ The public API of OLM v1 is as follows: - Kubernetes APIs. For more information on these APIs, see: - - [operator-controller API reference](./api/operator-controller-api-reference.md) - - [catalogd API reference](./api/catalogd-api-reference.md) -- `Catalogd` web server. For more information on what this includes, see the [catalogd web server documentation](./api/catalogd-webserver.md) + - [operator-controller API reference](../api-reference/operator-controller-api-reference.md) + - [catalogd API reference](../api-reference/catalogd-api-reference.md) +- `Catalogd` web server. For more information on what this includes, see the [catalogd web server documentation](../api-reference/catalogd-webserver.md) !!! warning