web: Builder/Build: use a relative link to the welcome page
[buildbot.git] / buildbot / status / web / index.html
blobc79132ccc98464d9038f2ebb52e9c5427eb22e63
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>Welcome to the Buildbot</title>
6 </head>
8 <body>
9 <h1>Welcome to the Buildbot!</h1>
11 <ul>
12 <li>the <a href="waterfall">Waterfall Display</a> will give you a
13 time-oriented summary of recent buildbot activity.</li>
15 <li>The <a href="one_box_per_builder">Latest Build</a> for each builder is
16 here.</li>
18 <li><a href="one_line_per_build">Recent Builds</a> are summarized here, one
19 per line.</li>
21 <li><a href="buildslaves">Buildslave</a> information</li>
22 <li><a href="changes">ChangeSource</a> information.</li>
24 <br />
25 <li><a href="about">About this Buildbot</a></li>
26 </ul>
29 </body> </html>