From 1c16b5fae6e6108a79c0d528343ca97a4bc02f90 Mon Sep 17 00:00:00 2001 From: Joshua Tyler-Jones Date: Tue, 8 Dec 2020 15:08:27 +0000 Subject: [PATCH] Fix dead link in PLUGINS.md --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 717171f7..2125d117 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -351,7 +351,7 @@ threads - doing so may cause the app to crash intermittently. You can signal back to the main thread using Tkinter's `event_generate()` widget method, generating a user-defined event that you have previously registered with the [`bind_all()`](http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm) -widget method. See the [EDSM plugin](https://github.com/Marginal/EDMarketConnector/blob/master/plugins/edsm.py) +widget method. See the [EDSM plugin](https://github.com/Marginal/EDMarketConnector/blob/main/plugins/edsm.py) for an example of these techniques. #### Journal Entry