Skip to content

Commit

Permalink
Change links to https://mpc-hc.org/.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and Underground78 committed Apr 9, 2015
1 parent 2773b5b commit 766118f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Expand Up @@ -13,7 +13,7 @@ logos for the player and images for the file associations, or you can create/mai
website, please join our IRC channel and talk to us. Any help is always appreciated.

Find some easy ticket on our trac page, fix the problem, send a [pull request](https://github.com/mpc-hc/mpc-hc/pulls),
or post the patch on [trac](https://trac.mpc-hc.org) or come on IRC and we'll review it for you.
or post the patch on [trac](https://trac.mpc-hc.org/) or come on IRC and we'll review it for you.
See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.

*We care about keeping an open project open and free for contributions wherever they may come from.*
Expand All @@ -40,12 +40,12 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.


## Links:
* [Website](http://mpc-hc.org)
* [Website](https://mpc-hc.org/)
* [Source code](https://github.com/mpc-hc)
* [Support Trac](https://trac.mpc-hc.org)
* [Support Trac](https://trac.mpc-hc.org/)
* IRC Channel: [#mpc-hc](http://webchat.freenode.net/?randomnick=1&channels=mpc-hc&prompt=1&uio=d4)
/ [#mpc-hc-dev](http://webchat.freenode.net/?randomnick=1&channels=mpc-hc-dev&prompt=1&uio=d4) at [Freenode](http://freenode.net/)
* [Donations](http://mpc-hc.org/donate/)
* [Donations](https://mpc-hc.org/donate/)


For the people involved in the development, see
Expand Down
6 changes: 3 additions & 3 deletions docs/Readme.txt
Expand Up @@ -35,11 +35,11 @@ System Requirements:

Links:
------
Website: http://mpc-hc.org
Website: https://mpc-hc.org/
Source code: https://github.com/mpc-hc
Support Trac: https://trac.mpc-hc.org
Support Trac: https://trac.mpc-hc.org/
IRC Channel: #mpc-hc / #mpc-hc-dev at Freenode (http://webchat.freenode.net/)
Donations: http://mpc-hc.org/donate/
Donations: https://mpc-hc.org/donate/


For the people involved in the development, see Authors.txt.
Expand Down
8 changes: 4 additions & 4 deletions include/mpc-hc_config.h
@@ -1,6 +1,6 @@
#ifndef ISPP_INVOKED
/*
* (C) 2013-2014 see Authors.txt
* (C) 2013-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
Expand Down Expand Up @@ -31,9 +31,9 @@
#endif
#endif

#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 WEBSITE_URL _T("https://mpc-hc.org/")
#define DOWNLOAD_URL _T("https://mpc-hc.org/downloads/")
#define UPDATE_URL _T("https://mpc-hc.org/version.txt")
#define TRAC_URL _T("https://trac.mpc-hc.org/")
#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")
Expand Down
2 changes: 1 addition & 1 deletion src/mpc-hc/MainFrm.cpp
Expand Up @@ -9053,7 +9053,7 @@ void CMainFrame::OnHelpToolbarImages()

void CMainFrame::OnHelpDonate()
{
ShellExecute(m_hWnd, _T("open"), _T("http://mpc-hc.org/donate/"), nullptr, nullptr, SW_SHOWDEFAULT);
ShellExecute(m_hWnd, _T("open"), _T("https://mpc-hc.org/donate/"), nullptr, nullptr, SW_SHOWDEFAULT);
}

//////////////////////////////////
Expand Down

0 comments on commit 766118f

Please sign in to comment.