summaryrefslogtreecommitdiffstats
path: root/src/defs_urls.h
blob: 9c123568407ce2870643c9f5f84ef4c73082ceb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***************************************************************************
                          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       "http://www.mixxx.org"
#define MIXXX_SUPPORT_URL       "http://www.mixxx.org/support/"
#define MIXXX_FEEDBACK_URL      "https://docs.google.com/forms/d/14pLA_aeK0TZUgpfEa6uVLknRX2CBPBPf99gHNHkYgUc/viewform"
#define MIXXX_TRANSLATION_URL   "https://www.transifex.com/projects/p/mixxxdj/"
#define MIXXX_MANUAL_URL        "http://mixxx.org/manual/2.0"
#define MIXXX_SHORTCUTS_URL     "http://mixxx.org/manual/2.0/chapters/appendix.html#keyboard-mapping-table"
#define MIXXX_MANUAL_FILENAME   "Mixxx-Manual.pdf"

#endif