diff options
Diffstat (limited to 'src/http/tpl')
-rw-r--r-- | src/http/tpl/base.html | 2 | ||||
-rw-r--r-- | src/http/tpl/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index 01b5386..7e7a4a9 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -114,7 +114,7 @@ / <a href="{{ BlogURL "feed.xml" }}">RSS</a> // - <a href="https://code.betamike.com/mediocregopher/mediocre-blog">Source</a> + <a href="https://dev.mediocregopher.com/mediocre-blog.git">Source</a> / <a href="{{ StaticURL "wtfpl.txt" }}">License</a> </header> diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 6e786b0..599a666 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -30,7 +30,7 @@ </li> <li><a href="https://github.com/mediocregopher/radix">radix</a> is for using redis with go.</li> <li><a href="https://code.betamike.com/micropelago">micropelago</a> implements the foundation of a community infrastucture.</li> - <li><a href="https://code.betamike.com/mediocregopher/mediocre-blog">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li> + <li><a href="https://dev.mediocregopher.com/mediocre-blog.git">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li> </ul> <h2>Other</h2> |