diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-02 21:50:35 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-02 21:50:35 -0500 |
commit | 4c1e57f99caa6995b5a0c4fc362f10ac57d2557d (patch) | |
tree | 09abbdb2790ba98c1c8a7d91d3cf22b243b694f0 /bn_django/templates/about.html | |
parent | c3ce21b633f71c7614f0878c1076408ea33ef8fe (diff) | |
download | bnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.tar.gz bnewnet-4c1e57f99caa6995b5a0c4fc362f10ac57d2557d.zip |
fixed a bunch of trailing '/' links
Diffstat (limited to 'bn_django/templates/about.html')
-rw-r--r-- | bn_django/templates/about.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index e48d2c8..479c078 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -17,10 +17,10 @@ </div> This website is the web presence of Bryan Newbold. It serves as a: <dl> - <dt /><a href="/knowledge">brain dump</a> + <dt /><a href="/knowledge/">brain dump</a> <dd /> so I won't forget - <dt /><a href="/photos">photo gallery</a> - <dt /><a href="/code">browsable code repository</a> + <dt /><a href="/photos/">photo gallery</a> + <dt /><a href="/code/">browsable code repository</a> <dd /> so people (including myself!) don't have to rewrite <dt />home for other projects <dd /> like... hhmmmmm @@ -28,7 +28,7 @@ This website is the web presence of Bryan Newbold. It serves as a: <dd /> (most importantly!) </dl> <p /> -If you're curious about the technology that runs the site, see the <a href="/credits">credits</a>. +If you're curious about the technology that runs the site, see the <a href="/credits/">credits</a>. <br /> <br /> <br /> |