[docs] NFC: Fix links in the tutorial
authorKirill Bobyrev <omtcyfz@gmail.com>
Mon, 10 Jul 2017 09:07:23 +0000 (09:07 +0000)
committerKirill Bobyrev <omtcyfz@gmail.com>
Mon, 10 Jul 2017 09:07:23 +0000 (09:07 +0000)
commite436483855b99d3a4577fbfb60c38f29d0574ca6
tree923b68ec560f0de0c4ba637194b84c7ff656af78
parent064f00061b600db83e2852892349bc9c0ec30c33
[docs] NFC: Fix links in the tutorial

r274441 introduced Chapter 10 of "Implementing a Language with LLVM" tutorial,
which caused all files in the tutorial to start using two digit numbering. But
many links were not changed and therefore appear to be broken. This patch
addresses described issue.

As a result, following command does not produce any output anymore:

$ grep -nR '<LangImpl[0-9].html>' ./docs/tutorial/

llvm-svn: 307525
llvm/docs/tutorial/BuildingAJIT1.rst
llvm/docs/tutorial/BuildingAJIT2.rst
llvm/docs/tutorial/LangImpl02.rst
llvm/docs/tutorial/LangImpl03.rst
llvm/docs/tutorial/LangImpl04.rst
llvm/docs/tutorial/LangImpl05.rst
llvm/docs/tutorial/LangImpl06.rst
llvm/docs/tutorial/OCamlLangImpl5.rst