diff options
-rw-r--r-- | site.urp | 2 | ||||
-rw-r--r-- | template.ur | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ prefix /urweb/6.947/ allow url /urweb/6.947/index allow url /urweb/6.947/forum -allow url file:///afs/athena.mit.edu/user/b/b/bbaren/web_scripts/urweb/6.947/ +allow url //benjamin.barenblat.name/hg/6.947/ allow url //www.youtube.com/watch?v=OyRW9uFSmh0 allow url //bbaren.scripts.mit.edu/urweb/6.947-static/site.css allow url //web.mit.edu/6.115/www/ diff --git a/template.ur b/template.ur index 0ba4c18..da2cdb3 100644 --- a/template.ur +++ b/template.ur @@ -48,7 +48,7 @@ fun generic (pageName : option string) (content : xbody) : xhtml [] [] = </p> <p> - You can get the 6.947 source code <a href="file:///afs/athena.mit.edu/user/b/b/bbaren/web_scripts/urweb/6.947/">via AFS</a>. + You can get the 6.947 source code <a href="//benjamin.barenblat.name/hg/6.947/">via Mercurial</a>. </p> </div> </body> |