From 8516092b1d1088f6ac73fe5a5716bdac1a56573f Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 Jul 2021 18:13:01 -0400 Subject: [PATCH] Fix some of the library credit urls --- app/Dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dashboard.php b/app/Dashboard.php index 7efada7..706e338 100644 --- a/app/Dashboard.php +++ b/app/Dashboard.php @@ -50,11 +50,11 @@ class Dashboard */ public static $library_credits = [ [ 'name' => 'Bootstrap', 'url' => 'https://getbootstrap.com' ], - [ 'name' => 'EasyMDE Markdown Editor', 'url' => 'https://easymde.tk' ], + [ 'name' => 'EasyMDE Markdown Editor', 'url' => 'https://github.com/Ionaru/easy-markdown-editor' ], [ 'name' => 'flatpickr', 'url' => 'https://flatpickr.js.org' ], [ 'name' => 'Font Awesome', 'url' => 'https://fontawesome.com', 'license' => 'https://fontawesome.com/license' ], [ 'name' => 'GreenSock', 'url' => 'https://greensock.com/gsap' ], - [ 'name' => 'jQuery', 'url' => 'https://jquery.org' ], + [ 'name' => 'jQuery', 'url' => 'https://jquery.com' ], [ 'name' => 'List.js', 'url' => 'http://listjs.com' ], [ 'name' => 'Popper.js', 'url' => 'https://popper.js.org' ], [ 'name' => 'Sortable', 'url' => 'https://github.com/RubaXa/Sortable' ],