Skip to content

Commit dcdece2

Browse files
author
vagrant
committed
Fixed repo link in about NavCoin Core Window
1 parent 0a3023c commit dcdece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ std::string HelpMessage(HelpMessageMode mode)
545545

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

0 commit comments

Comments
 (0)