diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/tpl/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index f0419d5..ec937fe 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -113,7 +113,7 @@ / <a href="{{ .RootURL.Path "feed.xml" }}">RSS</a> // - <a href="https://dev.mediocregopher.com/mediocre-blog.git">Source</a> + <a href="https://dev.mediocregopher.com/mediocre-blog/">Source</a> / <a href="{{ .RootURL.Static "wtfpl.txt" }}">License</a> </header> |