Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-02-13 10:12:59 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-02-13 10:25:26 +0400
commit86636033e124ab6bd0e3dbe4d25c431e8d968932 (patch)
tree4278c00867af00873d04c6bf30511285bc214d7e /include
parent3c40d3a15676b8ac965fc2c3c51c29423e081cd1 (diff)
fix bug reports url and remove wwww from our page link
Diffstat (limited to 'include')
-rw-r--r--include/mpc-hc_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mpc-hc_config.h b/include/mpc-hc_config.h
index e9e1d183f..45bbbfb75 100644
--- a/include/mpc-hc_config.h
+++ b/include/mpc-hc_config.h
@@ -31,11 +31,11 @@
#endif
#endif
-#define WEBSITE_URL _T("http://www.mpc-hc.org/")
-#define DOWNLOAD_URL _T("http://www.mpc-hc.org/downloads/")
-#define UPDATE_URL _T("http://www.mpc-hc.org/version.txt")
+#define WEBSITE_URL _T("http://mpc-hc.org/")
+#define DOWNLOAD_URL _T("http://mpc-hc.org/downloads/")
+#define UPDATE_URL _T("http://mpc-hc.org/version.txt")
#define TRAC_URL _T("https://trac.mpc-hc.org/")
-#define BUGS_URL _T("https://trac.mpc-hc.org/wiki/Bugs_-_Reporting")
+#define BUGS_URL _T("https://trac.mpc-hc.org/wiki/How_to_Report_Issues")
#define TOOLBARS_URL _T("https://trac.mpc-hc.org/wiki/Toolbar_images")
#define USE_UNRAR_STATIC