1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +02:00
This commit is contained in:
Pomax
2019-06-11 21:26:18 -07:00
parent 4de865fe81
commit d8dffb0cda
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ var Footer = React.createClass({
<div>
<footer className="copyright">
This article is {copyright} to me, Mike "Pomax" Kamermans, but the text, code,
and images are <a href="https://github.com/Pomax/bezierinfo/blob/gh-pages/LICENSE.md">almost
and images are <a href="https://github.com/Pomax/bezierinfo/tree/master/LICENSE.md">almost
no rights reserved</a>. Go do something cool with it!
</footer>