diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-22 20:42:30 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-22 20:42:30 +0800 |
commit | b73e9b03d2370c1e199f39988b22cbe0a3e7b200 (patch) | |
tree | de6dcfc13609b834d7643263f3438c25eb8ce06b /fg21sim/webui/templates | |
parent | 8be48b65ba7132b9e48ffd1be274eeb0ac195dc4 (diff) | |
download | fg21sim-b73e9b03d2370c1e199f39988b22cbe0a3e7b200.tar.bz2 |
Update the MIT license URL
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r-- | fg21sim/webui/templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 © 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> |