/*************************************************************************** defs_urls.h - description ------------------- copyright : (C) 2008 by Albert santoni email : ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef DEFS_URLS_H #define DEFS_URLS_H #define MIXXX_WEBSITE_URL "https://www.mixxx.org" #define MIXXX_SUPPORT_URL "https://www.mixxx.org/support/" #define MIXXX_TRANSLATION_URL "https://www.transifex.com/projects/p/mixxxdj/" #define MIXXX_FEEDBACK_URL "https://goo.gl/forms/IHf3JK7Q9DXmExXc2" #define MIXXX_MANUAL_URL "https://mixxx.org/manual/2.2" #define MIXXX_SHORTCUTS_URL "https://mixxx.org/manual/2.2/chapters/appendix.html#keyboard-mapping-table" #define MIXXX_MANUAL_FILENAME "Mixxx-Manual.pdf" #endif