File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
39
39
(@MagixInTheAir ).
40
40
- Change poll min search length from 2 to 1, #595 (@MagixInTheAir ).
41
41
- Return the results of "backupwallet" RPC command, #593 (@Foggyx420 ).
42
+ - Changing the community links #654 (@grctest )
42
43
43
44
## [ 3.6.1.0] 09-11-2017
44
45
### Fixed
Original file line number Diff line number Diff line change @@ -1521,8 +1521,7 @@ void BitcoinGUI::bxClicked()
1521
1521
1522
1522
void BitcoinGUI::chatClicked ()
1523
1523
{
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" ));
1526
1525
}
1527
1526
1528
1527
void BitcoinGUI::boincClicked ()
@@ -1532,12 +1531,12 @@ void BitcoinGUI::boincClicked()
1532
1531
1533
1532
void BitcoinGUI::websiteClicked ()
1534
1533
{
1535
- QDesktopServices::openUrl (QUrl (" https://www.gridcoin.us" ));
1534
+ QDesktopServices::openUrl (QUrl (" https://www.gridcoin.us#GridcoinWallet " ));
1536
1535
}
1537
1536
1538
1537
void BitcoinGUI::exchangeClicked ()
1539
1538
{
1540
- QDesktopServices::openUrl (QUrl (" https://c-cex.com/?p=grc-btc " ));
1539
+ QDesktopServices::openUrl (QUrl (" https://gridcoin.us/exchange.htm#GridcoinWallet " ));
1541
1540
}
1542
1541
1543
1542
void BitcoinGUI::gotoOverviewPage ()
You can’t perform that action at this time.
0 commit comments