diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-31 04:52:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-31 04:52:37 +0000 |
commit | 8993e90cd2f3d64cd20af8e36afb232fa697ea64 (patch) | |
tree | ae6d062235bfacec5ecafcd1664aa36a99d2c6d7 | |
parent | d51d89095484a33228010040a5986cebd61d6c61 (diff) |
add a link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 896578a113..c0147c0a77 100644 --- a/www/index.html +++ b/www/index.html @@ -27,6 +27,8 @@ list. If you are interested in contributing to it or following its progress, please join the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits"> cfe-commits</a> list.</p> +<p>A rough <a href="docs/InternalsManual.html">Internals Manual</a> is +available.</p> <p>Please note that we don't consider this to be ready for people to take and compile random pieces of code with yet. However, if you'd like to do so |