summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-01 13:52:35 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-01 13:52:35 +0000
commite5fd2fbe1b2916fdce80c9864ec9bb396e5d5d71 (patch)
treee82b768530974aea5c9abc86a9a6530bf4af78e7 /docs/CommandGuide
parent4b9a4006748b8d72a04504a5fc1f5daa73bf69f9 (diff)
downloadllvm-e5fd2fbe1b2916fdce80c9864ec9bb396e5d5d71.tar.gz
llvm-e5fd2fbe1b2916fdce80c9864ec9bb396e5d5d71.tar.bz2
llvm-e5fd2fbe1b2916fdce80c9864ec9bb396e5d5d71.tar.xz
Make links relative instead of absolute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14525 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-abcd.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/CommandGuide/llvm-abcd.html b/docs/CommandGuide/llvm-abcd.html
index 1048502518..106dce1970 100644
--- a/docs/CommandGuide/llvm-abcd.html
+++ b/docs/CommandGuide/llvm-abcd.html
@@ -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>.