forked from OSchip/llvm-project
[docs]LLVM Tutorial: fix the typo in Cpu0 URL
jonathan2251.github.com/lbd/ is 404. Update the URL to .io one according to https://github.com/Jonathan2251/lbd/blob/master/README.md.
This commit is contained in:
parent
07b073c1bb
commit
557a17eec0
|
@ -34,7 +34,7 @@ Building a JIT in LLVM
|
|||
External Tutorials
|
||||
==================
|
||||
|
||||
`Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_
|
||||
`Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.io/lbd/>`_
|
||||
A step-by-step tutorial for developing an LLVM backend. Under
|
||||
active development at `<https://github.com/Jonathan2251/lbd>`_ (please
|
||||
contribute!).
|
||||
|
|
Loading…
Reference in New Issue