The branch, master has been updated via 1a650b7 fixed links in build pages from 992c6c3 fixed branches for rsync and waf
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 1a650b7a64331f777ca29b0d1e98b953f9fa29d0 Author: Andrew Tridgell <tri...@samba.org> Date: Thu Dec 23 11:05:32 2010 +1100 fixed links in build pages ----------------------------------------------------------------------- Summary of changes: web/header3.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/web/header3.html b/web/header3.html index afa754a..ab9a540 100644 --- a/web/header3.html +++ b/web/header3.html @@ -9,8 +9,8 @@ <div id="nav"> <img src="/build.png" alt="Build Farm" /> <ul> - <li><a href="about.html">About the build farm</a></li> - <li><a href="instructions.html">Adding a new machine</a></li> + <li><a href="/about.html">About the build farm</a></li> + <li><a href="/instructions.html">Adding a new machine</a></li> <li><a href="http://www.samba.org/">Samba Web pages</a></li> </ul> -- build.samba.org