[llvm-commits] CVS: llvm-www/releases/register.cgi

John Criswell criswell at cs.uiuc.edu
Thu Oct 16 11:44:02 PDT 2003


Changes in directory llvm-www/releases:

register.cgi updated: 1.1 -> 1.2

---
Log message:

Corrected the name of the download web page.



---
Diffs of the changes:  (+1 -1)

Index: llvm-www/releases/register.cgi
diff -u llvm-www/releases/register.cgi:1.1 llvm-www/releases/register.cgi:1.2
--- llvm-www/releases/register.cgi:1.1	Thu Oct 16 11:41:04 2003
+++ llvm-www/releases/register.cgi	Thu Oct 16 11:43:24 2003
@@ -190,7 +190,7 @@
 #
 # Everything so far has worked.  Send the user to the download page.
 #
-print ('Location: /download.html')
+print ('Location: /releases/download.html')
 print ('')
 
 sys.exit (0)





More information about the llvm-commits mailing list