diff options
| author | Igor Minar | 2010-12-07 20:43:10 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-12-07 20:43:10 -0800 |
| commit | 81d10e819eac778d231b6ba06521c9562d0146cf (patch) | |
| tree | 289f69749c840d9c73abee7e2871fae7485631f5 /docs/index.html | |
| parent | 809ca94e1cca45fbf40a2bfd84e8770536e3624b (diff) | |
| download | angular.js-81d10e819eac778d231b6ba06521c9562d0146cf.tar.bz2 | |
make the docs angular 'logo' link filename agnostic
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index fcc36a2d..1722e98a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ <div id="header"> <h1> <span class="main-title">{{getTitle()}}</span> - <a href="index.html"><span class="angular"><angular/></span> Docs</a> + <a href="#"><span class="angular"><angular/></span> Docs</a> </h1> </div> <div id="sidebar"> |
