aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--fg21sim/webui/templates/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 21c3853..2f795f9 100644
--- a/README.rst
+++ b/README.rst
@@ -37,5 +37,5 @@ Unless otherwise declared:
licenses. See also ``LICENSE-3RDPARTY``.
-.. _`MIT license`: https://opensource.org/licenses/mit-license.html
+.. _`MIT license`: https://opensource.org/licenses/MIT
.. _`Creative Commons Attribution 3.0 license`: https://creativecommons.org/licenses/by/3.0/us/deed.en_US
diff --git a/fg21sim/webui/templates/footer.html b/fg21sim/webui/templates/footer.html
index 3ed98cf..438fc25 100644
--- a/fg21sim/webui/templates/footer.html
+++ b/fg21sim/webui/templates/footer.html
@@ -8,6 +8,6 @@
<hr class="hr-thick" />
<p>
<span class="copyright">Copyright &copy; 2016 <a href="mailto:liweitianux@live.com" title="Weitian LI">Weitian LI</a>.</span>
- <span class="license">Licensed under the <a href="https://opensource.org/licenses/mit-license.php" target="_blank" title="MIT License">MIT License</a>.</span>
+ <span class="license">Licensed under the <a href="https://opensource.org/licenses/MIT" target="_blank" title="The MIT License">The MIT License</a>.</span>
</p>
</section>