diff --git a/APIv5---DataExtension-API.md b/APIv5---DataExtension-API.md
index 28c45e0..ffc0cc6 100644
--- a/APIv5---DataExtension-API.md
+++ b/APIv5---DataExtension-API.md
@@ -8,9 +8,10 @@ API can be called on all platforms.
This API requires `DATA_EXTENSION_VALUES` capability.
+See [APIv5](https://github.com/plan-player-analytics/Plan/wiki/APIv5#plan-api-version-5) for dependency information
+
### Table of contents
-- [Dependency information](https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/APIv5#dependency-information)
- DataExtension API
- Getting Started
- 🔔 [How to register a DataExtension](https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API#-how-to-register-a-dataextension)
@@ -23,33 +24,6 @@ This API requires `DATA_EXTENSION_VALUES` capability.
- Implementation violations
- API in Action
-## Dependency information
-
-Plan API is distributed via Bintray repository:
-```
-
-
- false
-
- bintray-rsl1122-Plan-repository
- bintray
- https://dl.bintray.com/rsl1122/Plan-repository
-
-```
-
-```
-
- com.djrapitops
- Plan-api
- ...
-
-```
-
-Dependency version information can be found here:
-https://bintray.com/rsl1122/Plan-repository/Plan-API
-
-Remember to add `"Plan"` as a softdependency to your plugin information (plugin.yml / Plugin annotation).
-
# DataExtension API
DataExtension API is used for providing Plan with data of your plugin, so that the data can be viewed on the web panel.