Skip to content

Commit

Permalink
Fixed repo link in about NavCoin Core Window
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Oct 24, 2018
1 parent 0a3023c commit dcdece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ std::string HelpMessage(HelpMessageMode mode)

std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/navcoindev/navcoin-core>";
const std::string URL_SOURCE_CODE = "<https://github.com/NAVCoin/navcoin-core>";
const std::string URL_WEBSITE = "<https://navcoin.org>";
// todo: remove urls from translations on next change
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2009, COPYRIGHT_YEAR) + " ") + "\n" +
Expand Down

0 comments on commit dcdece2

Please sign in to comment.