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' ],