[PATCH] D108894: [docs] Fix hyperlink

André Schröder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 11:24:34 PDT 2021


andre created this revision.
andre added a reviewer: lhames.
Herald added a subscriber: arphaman.
andre requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Hyperlink was broken


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108894

Files:
  llvm/docs/tutorial/index.rst


Index: llvm/docs/tutorial/index.rst
===================================================================
--- llvm/docs/tutorial/index.rst
+++ llvm/docs/tutorial/index.rst
@@ -34,7 +34,7 @@
 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 <https://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!).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108894.369332.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210829/9d588b77/attachment.bin>


More information about the llvm-commits mailing list