diff options
-rw-r--r-- | plugins/about.py | 2 | ||||
-rw-r--r-- | webcheck.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/about.py b/plugins/about.py index 46f6c71..2c123f5 100644 --- a/plugins/about.py +++ b/plugins/about.py @@ -83,7 +83,7 @@ def generate(site): ' </p>\n' ' <p>\n' ' <tt>webcheck</tt> includes the\n' - ' <a href="http://www.victr.lm85.com/projects/fancytooltips/">FancyTooltips</a>\n' + ' <a href="http://victr.lm85.com/projects/fancytooltips/">FancyTooltips</a>\n' ' javascript library to display readable tooltips. FancyTooltips is\n' ' distributed under the MIT license and has the following copyright\n' ' notices (see <tt>fancytooltips.js</tt> for details):\n' diff --git a/webcheck.css b/webcheck.css index 0562e37..5d52bd2 100644 --- a/webcheck.css +++ b/webcheck.css @@ -158,7 +158,7 @@ p.footer a { color: gray; } -/* css styles for fancytooltips, see http://www.victr.lm85.com/fancytooltips/ +/* css styles for fancytooltips, see http://victr.lm85.com/projects/fancytooltips/ for informtion about fancytooltips */ div.fancytooltip { |