diff options
author | Owen Anderson <resistor@mac.com> | 2007-10-23 06:05:37 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-10-23 06:05:37 +0000 |
commit | a7dfb757265c46edb729dd40172188973db3486e (patch) | |
tree | b4ed6cc7ec0727eef874e8f2692a2e80e952a413 /docs/tutorial/JITTutorial2.html | |
parent | c04ee690078e1fda285f84e13a36b34fed21a306 (diff) |
Add downloadable code sample for tutorial 2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/JITTutorial2.html')
-rw-r--r-- | docs/tutorial/JITTutorial2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/JITTutorial2.html b/docs/tutorial/JITTutorial2.html index d88668ad77..047579735e 100644 --- a/docs/tutorial/JITTutorial2.html +++ b/docs/tutorial/JITTutorial2.html @@ -24,7 +24,7 @@ <!-- *********************************************************************** --> <div class="doc_text"> -All the code in this example can be downloaded at Tutorial2.tar.bz2 or Tutorial2.zip. +All the code in this example can be downloaded at <a href="Tutorial2.tar.bz2">Tutorial2.tar.bz2</a> or <a href="Tutorial2.zip">Tutorial2.zip</a>. </div> <!-- *********************************************************************** --> |