Make links relative instead of absolute.

llvm-svn: 14525
This commit is contained in:
Misha Brukman 2004-07-01 13:52:35 +00:00
parent 9a60c532a8
commit 0c7ed6e335
1 changed files with 3 additions and 4 deletions

View File

@ -34,10 +34,9 @@ standard input. This is useful for combining <TT>llvm-abcd</TT> in a pipeline.
<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@x10sys.com">Reid Spencer</A>.