diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2013-04-21 15:44:18 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2013-04-21 15:44:18 -0400 |
commit | e65f4fa2ebe4ded5f15f59e729736879874e34a4 (patch) | |
tree | 0103d3b7653cb6383ce39b9d1314eeaa413ddadc | |
parent | 5b8b76078ca1eb04ad787b1884b1c1e79b2273c8 (diff) |
Update source code location
-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> |