From b512bd20addfb601a9e90de761f2cef456dd8736 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Fri, 30 Aug 2024 04:10:56 +0200 Subject: [PATCH] fixed broken link --- docs/API/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/intro.mdx b/docs/API/intro.mdx index 32f2a7d..911262c 100644 --- a/docs/API/intro.mdx +++ b/docs/API/intro.mdx @@ -51,7 +51,7 @@ In theory this should always be the case but it is not guaranteed. Downtime can ::: -A Rust back-end available on [Github](https://github.com/JonasunderscoreJones/jonas_jones-api) that handles all the forwarded requests from the [front-end](#front-end). The API is currently in it's first version therefore all routes start with `/v1/`. The routes are referenced on the [v1 Routes](/API/v1-routes) page. +A Rust back-end available on [Github](https://github.com/JonasunderscoreJones/jonas_jones-api) that handles all the forwarded requests from the [front-end](#front-end). The API is currently in it's first version therefore all routes start with `/v1/`. The routes are referenced on the [v1 Routes](/category/v1-routes) page.