[llvm] 557a17e - [docs]LLVM Tutorial: fix the typo in Cpu0 URL
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 13:47:36 PST 2021
Author: Jinsong Ji
Date: 2021-12-20T21:45:57Z
New Revision: 557a17eec06a59afad038661cce41a743802db70
URL: https://github.com/llvm/llvm-project/commit/557a17eec06a59afad038661cce41a743802db70
DIFF: https://github.com/llvm/llvm-project/commit/557a17eec06a59afad038661cce41a743802db70.diff
LOG: [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.
Added:
Modified:
llvm/docs/tutorial/index.rst
Removed:
################################################################################
diff --git a/llvm/docs/tutorial/index.rst b/llvm/docs/tutorial/index.rst
index cab2e87914f25..c4c6d06cb4c7d 100644
--- a/llvm/docs/tutorial/index.rst
+++ b/llvm/docs/tutorial/index.rst
@@ -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!).
More information about the llvm-commits
mailing list