Skip to content

Commit

Permalink
fix website url
Browse files Browse the repository at this point in the history
  • Loading branch information
uhliksk committed May 1, 2019
1 parent 5c4dbc9 commit 02df1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bata Core integration/staging tree
==================================

https://fixedtradecoin.org
https://bata.io

Linux Build Instructions and Notes
==================================
Expand Down
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ void SetupServerArgs()
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/bata/bata>";
const std::string URL_WEBSITE = "<https://fixedtradecoin.org>";
const std::string URL_WEBSITE = "<https://bata.io>";

return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2009, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
Expand Down

0 comments on commit 02df1ba

Please sign in to comment.