From aaa23361d131691812e7e2f9159ffb63299ea8cb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 10 Aug 2020 17:32:09 +0100 Subject: [PATCH] updated devtools links --- README.md | 2 +- doxygen/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a98e3dae..c36a65cef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## For developers * [Building and running from source](BUILDING.md) * [Latest API documentation](https://jenkins.pmmp.io/job/PocketMine-MP-doc/doxygen/) - Doxygen documentation generated from development - * [DevTools](https://github.com/pmmp/PocketMine-DevTools/) - Development tools plugin for creating plugins + * [DevTools](https://github.com/pmmp/DevTools/) - Development tools plugin for creating plugins * [ExamplePlugin](https://github.com/pmmp/ExamplePlugin/) - Example plugin demonstrating some basic API features * [Contributing Guidelines](CONTRIBUTING.md) diff --git a/doxygen/index.md b/doxygen/index.md index 14b0fbe48..357c82504 100644 --- a/doxygen/index.md +++ b/doxygen/index.md @@ -5,6 +5,6 @@ This site contains auto-generated API documentation for PocketMine-MP (and depen This site can be accessed via https://apidoc.pmmp.io. ### Additional developer resources - - [DevTools](https://github.com/pmmp/PocketMine-DevTools/) - Development tools plugin for creating plugins + - [DevTools](https://github.com/pmmp/DevTools/) - Development tools plugin for creating plugins - [ExamplePlugin](https://github.com/pmmp/ExamplePlugin/) - Example plugin demonstrating some basic API features - [DeveloperDocs](https://github.com/pmmp/DeveloperDocs/) - Reference, guides and specifications for the PocketMine-MP API