Skip to content

Commit 0817f2d

Browse files
committed
doc: update MIT license URL
1 parent 6854497 commit 0817f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ License
1919
-------
2020

2121
Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
22-
information or see https://opensource.org/licenses/MIT.
22+
information or see https://opensource.org/license/MIT.
2323

2424
Development Process
2525
-------------------

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ std::string LicenseInfo()
9696
"\n" +
9797
"\n" +
9898
_("This is experimental software.") + "\n" +
99-
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/MIT>").translated +
99+
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/license/MIT>").translated +
100100
"\n";
101101
}

0 commit comments

Comments
 (0)