[llvm-commits] CVS: llvm-www/releases/1.0/docs/TestingGuide.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 24 18:39:23 PDT 2003
Changes in directory llvm-www/releases/1.0/docs:
TestingGuide.html updated: 1.2 -> 1.3
---
Log message:
Use a relative link to the stylesheet
---
Diffs of the changes: (+2 -2)
Index: llvm-www/releases/1.0/docs/TestingGuide.html
diff -u llvm-www/releases/1.0/docs/TestingGuide.html:1.2 llvm-www/releases/1.0/docs/TestingGuide.html:1.3
--- llvm-www/releases/1.0/docs/TestingGuide.html:1.2 Fri Oct 24 16:03:10 2003
+++ llvm-www/releases/1.0/docs/TestingGuide.html Fri Oct 24 18:38:41 2003
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" href="/llvm.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="llvm.css" type="text/css" media="screen" />
<title>LLVM Test Suite Guide</title>
</head>
@@ -422,7 +422,7 @@
<address>John T. Criswell</address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
-Last modified: $Date: 2003/10/24 21:03:10 $
+Last modified: $Date: 2003/10/24 23:38:41 $
</font>
</body>
More information about the llvm-commits
mailing list