Skip to content

Commit 19f4c32

Browse files
authored
Merge pull request #654 from grctest/master
Changing the community links
2 parents 37b9ef2 + 3b31ad2 commit 19f4c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3939
(@MagixInTheAir).
4040
- Change poll min search length from 2 to 1, #595 (@MagixInTheAir).
4141
- Return the results of "backupwallet" RPC command, #593 (@Foggyx420).
42+
- Changing the community links #654 (@grctest)
4243

4344
## [3.6.1.0] 09-11-2017
4445
### Fixed

src/qt/bitcoingui.cpp

+3-4
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,7 @@ void BitcoinGUI::bxClicked()
15211521

15221522
void BitcoinGUI::chatClicked()
15231523
{
1524-
//QDesktopServices::openUrl(QUrl("https://kiwiirc.com/client/irc.freenode.net:6697/#gridcoin"));
1525-
QDesktopServices::openUrl(QUrl("https://kiwiirc.com/client/irc.freenode.net:6697/#gridcoin-help"));
1524+
QDesktopServices::openUrl(QUrl("https://gridcoin.us/contact.htm#GridcoinWallet"));
15261525
}
15271526

15281527
void BitcoinGUI::boincClicked()
@@ -1532,12 +1531,12 @@ void BitcoinGUI::boincClicked()
15321531

15331532
void BitcoinGUI::websiteClicked()
15341533
{
1535-
QDesktopServices::openUrl(QUrl("https://www.gridcoin.us"));
1534+
QDesktopServices::openUrl(QUrl("https://www.gridcoin.us#GridcoinWallet"));
15361535
}
15371536

15381537
void BitcoinGUI::exchangeClicked()
15391538
{
1540-
QDesktopServices::openUrl(QUrl("https://c-cex.com/?p=grc-btc"));
1539+
QDesktopServices::openUrl(QUrl("https://gridcoin.us/exchange.htm#GridcoinWallet"));
15411540
}
15421541

15431542
void BitcoinGUI::gotoOverviewPage()

0 commit comments

Comments
 (0)