[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-abcd.html

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 1 08:53:01 PDT 2004


Changes in directory llvm/docs/CommandGuide:

llvm-abcd.html updated: 1.1 -> 1.2

---
Log message:

Make links relative instead of absolute.


---
Diffs of the changes:  (+3 -4)

Index: llvm/docs/CommandGuide/llvm-abcd.html
diff -u llvm/docs/CommandGuide/llvm-abcd.html:1.1 llvm/docs/CommandGuide/llvm-abcd.html:1.2
--- llvm/docs/CommandGuide/llvm-abcd.html:1.1	Wed Jun 30 21:32:42 2004
+++ llvm/docs/CommandGuide/llvm-abcd.html	Thu Jul  1 08:52:35 2004
@@ -34,10 +34,9 @@
   <P></P></LI></UL>
 <H3>EXIT STATUS</H3>If <TT>llvm-abcd</TT> succeeds, it will exit with 0. 
 Otherwise, if an error occurs, it will exit with a non-zero value, usually 1.
-<H3>SEE ALSO</H3><A 
-href="http://llvm.x10sys.com/cgi-bin/cvsweb.cgi/~checkout~/llvm/docs/CommandGuide/llvm-dis.html"><TT>llvm-dis</TT></A>
-<A 
-href="http://llvm.x10sys.com/cgi-bin/cvsweb.cgi/~checkout~/llvm/docs/BytecodeFormat.html"><TT>LLVM Bytecode File Format</TT></A> 
+<H3>SEE ALSO</H3>
+<A href="llvm-dis.html"><TT>llvm-dis</TT></A>
+<A href="../docs/BytecodeFormat.html"><TT>LLVM Bytecode File Format</TT></A> 
 
 <HR>
 Maintained by <a href="mailto:rspencer at x10sys.com">Reid Spencer</A>. 





More information about the llvm-commits mailing list