From 854cacbdd0fb5a5b7f751e651238413dd73b81b4 Mon Sep 17 00:00:00 2001
From: Mike <13852840+velddev@users.noreply.github.com>
Date: Fri, 15 May 2026 02:00:53 +0200
Subject: [PATCH] Fix v1 introduction links
---
api/v0/introduction.mdx | 4 ++--
index.mdx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/api/v0/introduction.mdx b/api/v0/introduction.mdx
index 32fdc9a..75b512e 100644
--- a/api/v0/introduction.mdx
+++ b/api/v0/introduction.mdx
@@ -7,7 +7,7 @@ description: "The Top.gg v0 legacy API provides bot and user endpoints at https:
The v0 API is the original Top.gg REST API. It remains available for existing integrations but is considered legacy. It covers bot search and stats endpoints, user lookups, and vote tracking.
- The v0 API is the legacy version of the Top.gg API. **New integrations should use the [v1 API](/api/v1/introduction)** instead. The v0 API may not receive new features and could be deprecated in a future release.
+ The v0 API is the legacy version of the Top.gg API. **New integrations should use the [v1 API](https://docs.top.gg/api/v1/introduction)** instead. The v0 API may not receive new features and could be deprecated in a future release.
## Base URL
@@ -34,7 +34,7 @@ curl https://top.gg/api/bots/YOUR_BOT_ID \
```
- Do not include a `Bearer` prefix. v0 tokens are passed as a raw string. Bearer-prefixed tokens are only valid on [v1 endpoints](/api/v1/introduction).
+ Do not include a `Bearer` prefix. v0 tokens are passed as a raw string. Bearer-prefixed tokens are only valid on [v1 endpoints](https://docs.top.gg/api/v1/introduction).
## Rate limits
diff --git a/index.mdx b/index.mdx
index ea22d3e..41bb40b 100644
--- a/index.mdx
+++ b/index.mdx
@@ -15,7 +15,7 @@ Top.gg is the largest discovery platform for Discord bots and servers. As a deve
Receive real-time vote notifications sent directly to your server.
-
+
Full reference for all v1 and legacy v0 REST API endpoints.