[llvm-commits] [llvm] r168372 - /llvm/trunk/docs/BitCodeFormat.rst

Joe Abbey jabbey at arxan.com
Tue Nov 20 09:51:08 PST 2012


Author: jabbey
Date: Tue Nov 20 11:51:08 2012
New Revision: 168372

URL: http://llvm.org/viewvc/llvm-project?rev=168372&view=rev
Log:
Fixing a broken link.


Modified:
    llvm/trunk/docs/BitCodeFormat.rst

Modified: llvm/trunk/docs/BitCodeFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.rst?rev=168372&r1=168371&r2=168372&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.rst (original)
+++ llvm/trunk/docs/BitCodeFormat.rst Tue Nov 20 11:51:08 2012
@@ -54,9 +54,9 @@
 
 * Abbreviations, which specify compression optimizations for the file.
 
-Note that the `llvm-bcanalyzer <CommandGuide/html/llvm-bcanalyzer.html>`_ tool
-can be used to dump and inspect arbitrary bitstreams, which is very useful for
-understanding the encoding.
+Note that the :doc:`llvm-bcanalyzer <CommandGuide/llvm-bcanalyzer>`
+tool can be used to dump and inspect arbitrary bitstreams, which is very useful
+for understanding the encoding.
 
 .. _magic number:
 





More information about the llvm-commits mailing list