[llvm-commits] CVS: llvm-www/devmtg/2009-10/index.php
Tanya Lattner
tonic at nondot.org
Thu Jul 9 11:54:10 PDT 2009
Changes in directory llvm-www/devmtg/2009-10:
index.php updated: 1.1 -> 1.2
---
Log message:
Update links.
---
Diffs of the changes: (+5 -5)
index.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm-www/devmtg/2009-10/index.php
diff -u llvm-www/devmtg/2009-10/index.php:1.1 llvm-www/devmtg/2009-10/index.php:1.2
--- llvm-www/devmtg/2009-10/index.php:1.1 Thu Jul 9 13:48:42 2009
+++ llvm-www/devmtg/2009-10/index.php Thu Jul 9 13:51:08 2009
@@ -1,7 +1,7 @@
<?
virtual("../../header.incl");
-include("connectDB.php");
+include("../connectDB.php");
mysql_connect("127.0.0.1", $user, $password) or die(mysql_error());
mysql_select_db($database);
@@ -56,10 +56,10 @@
<div class="www_sectiontitle" id="register">Registration</div>
-<p><a href="register.php">Register Now!!</a> <b>(Registration deadline is September 20, 2009)</b></p>
+<p><a href="../register.php">Register Now!!</a> <b>(Registration deadline is September 20, 2009)</b></p>
<p>Attendance is free and open to everyone, but we ask that everyone planning on
-attending to <a href="register.php">register</a> so that we get a rough
+attending to <a href="../register.php">register</a> so that we get a rough
estimate of attendance.</p>
<p>We also ask that <b>everyone</b> planning on attending register (including
@@ -94,7 +94,7 @@
<div class="www_sectiontitle" id="agenda">Agenda</div>
-<p><a href="talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by August 23, 2009)</b></p>
+<p><a href="../talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by August 23, 2009)</b></p>
<!-- <p>2008 LLVM Developers' Meeting Agenda:</p>
@@ -189,7 +189,7 @@
<div class="www_sectiontitle" id="students">Student Funding</div>
<p>We have a small amount of funding available to students who need assistance attending the LLVM Developers' meeting. A student may receive partial or full funding if they agree to give a short talk and write up a blog entry of their experience. Preference is given to students who are active contributors to LLVM or clang. </p>
-<p>If you require financial assistance and are enrolled as a student at the time of the meeting, please submit a <a href="students.php">funding request</a>.</p>
+<p>If you require financial assistance and are enrolled as a student at the time of the meeting, please submit a <a href="../students.php">funding request</a>.</p>
<?
virtual("../../footer.incl");
More information about the llvm-commits
mailing list