Skip to content

Commit

Permalink
URL TLD correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 17, 2019
1 parent 0414cf5 commit 7d23f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/init.cpp
Expand Up @@ -552,7 +552,7 @@ void SetupServerArgs()
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/slicecoincore/slice>";
const std::string URL_WEBSITE = "<https://slicex.com/>";
const std::string URL_WEBSITE = "<https://slicex.cc/>";

return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2019, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
Expand Down
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Expand Up @@ -47,7 +47,7 @@ static const int MAX_URI_LENGTH = 255;
#define SPINNER_FRAMES 36

#define QAPP_ORG_NAME "Slice"
#define QAPP_ORG_DOMAIN "slicex.com"
#define QAPP_ORG_DOMAIN "slicex.cc"
#define QAPP_APP_NAME_DEFAULT "Slice-Qt"
#define QAPP_APP_NAME_TESTNET "Slice-Qt-testnet"
#define QAPP_APP_NAME_REGTEST "Slice-Qt-regtest"
Expand Down

0 comments on commit 7d23f1a

Please sign in to comment.