From 87ebf90303dc3274d7c23e63158cb319fcca0e83 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 12 Aug 2021 10:43:38 +0100 Subject: [PATCH] Fix wrong links to DISTRHO projects Signed-off-by: falkTX --- Development.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Development.php b/Development.php index db322e0..c932e89 100644 --- a/Development.php +++ b/Development.php @@ -27,23 +27,23 @@ function print_content($content) { $feed = new SimplePie(); $feed->set_cache_location("/home/falktx/bin/simplepie/cache"); $feed->set_feed_url(ARRAY( - 'https://github.com/DISTRHO/DISTRHO-Ports/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/DISTRHO-Ports-Extra/PawPaw/commits/master.atom', + 'https://github.com/DISTRHO/DISTRHO-Ports/commits/master.atom', + 'https://github.com/DISTRHO/DISTRHO-Ports-Extra/commits/master.atom', 'https://github.com/DISTRHO/DPF/commits/develop.atom', - 'https://github.com/DISTRHO/DPF-Max-Gen/PawPaw/commits/master.atom', + 'https://github.com/DISTRHO/DPF-Max-Gen/commits/master.atom', 'https://github.com/DISTRHO/DPF-Plugins/commits/master.atom', 'https://github.com/DISTRHO/DPF-Widgets/commits/main.atom', - 'https://github.com/DISTRHO/glBars/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/JuicePlugins/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/Kars/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/Mini-Series/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/MVerb/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/ndc-Plugs/PawPaw/commits/master.atom', + 'https://github.com/DISTRHO/glBars/commits/master.atom', + 'https://github.com/DISTRHO/JuicePlugins/commits/master.atom', + 'https://github.com/DISTRHO/Kars/commits/master.atom', + 'https://github.com/DISTRHO/Mini-Series/commits/master.atom', + 'https://github.com/DISTRHO/MVerb/commits/master.atom', + 'https://github.com/DISTRHO/ndc-Plugs/commits/master.atom', 'https://github.com/DISTRHO/OneKnob-Series/commits/main.atom', - 'https://github.com/DISTRHO/ProM/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/STK-Plugins/PawPaw/commits/master.atom', - 'https://github.com/DISTRHO/Website/PawPaw/commits/master.atom', 'https://github.com/DISTRHO/PawPaw/commits/master.atom', + 'https://github.com/DISTRHO/ProM/commits/master.atom', + 'https://github.com/DISTRHO/STK-Plugins/commits/master.atom', + 'https://github.com/DISTRHO/Website/commits/master.atom', 'https://github.com/falkTX/Cadence/commits/master.atom', 'https://github.com/falkTX/Cadence-Tools/commits/master.atom', 'https://github.com/falkTX/Carla/commits/main.atom',