diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-30 14:13:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-30 14:13:16 +0000 |
commit | eeddcdc8c7a8abbdc637e93453caca5933bfd02a (patch) | |
tree | ba87eb316af22b83813e639ae3576f8ab1a7c675 | |
parent | c1526a9da1e2e79000ab856976133fbc2c4567f4 (diff) |
Fix a broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13290 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0897106290..fcf19e0ba0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -12,8 +12,8 @@ <ol> <li><a href="#intro">Introduction</a></li> <li><a href="#whatsnew">What's New?</a></li> + <li><a href="GettingStartedGuide.html">Installation Instructions</a></li> <li><a href="#portability">Portability and Supported Platforms</a></li> - <li><a href="#install-instructions">Installation Instructions</a></li> <li><a href="#knownproblems">Known Problems</a> <ul> <li><a href="#experimental">Experimental features included in this |