[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:
Jinsong Ji 2021-12-20 21:45:51 +00:00
parent 07b073c1bb
commit 557a17eec0
1 changed files with 1 additions and 1 deletions

View File

@ -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!).