From 5bcb84dd5e35409e74c2ea4ab7afaa44638f3c42 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 2 Jul 2020 12:21:11 +0100 Subject: [PATCH] Update links to PLUGINS.md to be a little more time-robust. --- Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index 64b11d6..7a86eed 100644 --- a/Plugins.md +++ b/Plugins.md @@ -45,6 +45,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/Marginal/EDMarketConnector/blob/python3/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/Marginal/EDMarketConnector/blob/develop/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/Marginal/EDMarketConnector/blob/master/PLUGINS.md) . \ No newline at end of file +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) . \ No newline at end of file