1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 07:31:22 +03:00

Reference 'main', not 'develop' branch for PLUGINS.md

Athanasius 2020-07-10 11:16:51 +01:00
parent 036a63de04
commit 455fbc4e1f

@ -58,6 +58,6 @@ The `plugins` folder is located at:
If you would like to write a plugin
---
EDMC is migrating from Python 2.7 to Python 3.7. Currently the updated documentation for writing a plugin under Python 3.7 is at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/develop/PLUGINS.md).
EDMC is migrating from Python 2.7 to Python 3.7. Currently the updated documentation for writing a plugin under Python 3.7 is at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/main/PLUGINS.md).
EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/rel-346/PLUGINS.md) .