From 5259d504d526d34c2030c5ce85d20a4d8bc3b61d Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 13 May 2021 16:06:51 +0100 Subject: [PATCH] misc: Update documentation links in README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6926ac2..d9e0e53 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ This repository contains modules for the WiFi Pineapple Mark 7. All the community developed modules are here, and developers should create pull requests for any changes to modules, and to submit new modules. +## Contributing +Once you have developed your module idea, you are encouraged to contribute to this repository by submitting a Pull Request with your module! + +Reviewed and Approved pull requests will add your module to the WiFi Pineapple's module download site, where they will be able to be downloaded directly from the WiFi Pineapple management interface. + ## Documentation -* [WiFi Pineapple Mark 7 Module Development Guide](https://docs.hak5.org/hc/en-us/articles/360052162434) -* [WiFi Pineapple Mark 7 REST API](https://docs.hak5.org/hc/en-us/articles/360049854174-WiFi-Pineapple-Mark-VII-REST-API) -* [WiFi Pineapple Mark 7 TypeScript API](https://docs.hak5.org/hc/en-us/articles/360058059233) -* [Contributing to the WiFi Pineapple Mark 7 Modules Repository](https://docs.hak5.org/hc/en-us/articles/360056213714) +Documentation for developing WiFi Pineapple modules can be found on the [developer docs](https://hak5.github.io/mk7-docs) website. It includes an +[introductory guide](https://hak5.github.io/mk7-docs/docs/modules/modules/).