diff options
author | Lars Thorsen <[email protected]> | 2010-08-31 10:50:18 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2010-08-31 10:50:18 +0200 |
commit | 791f3f4eb7effaef925fa20aba77dfe8256048ba (patch) | |
tree | 61a513d9b4690fc7e7eabbd4cf52d4c7c15faf57 | |
parent | 2871057b063a94a06ed477895cd658d20f8d082e (diff) | |
parent | b3775110770d2b37f6aa72ca815fd55b1d30298b (diff) | |
download | otp-791f3f4eb7effaef925fa20aba77dfe8256048ba.tar.gz otp-791f3f4eb7effaef925fa20aba77dfe8256048ba.tar.bz2 otp-791f3f4eb7effaef925fa20aba77dfe8256048ba.zip |
Merge branch 'lars/remove-links-from-frontpage/OTP-8786' into dev
* lars/remove-links-from-frontpage/OTP-8786:
Removed the links "Release highlights" and "Potential incompatibilities"
-rw-r--r-- | system/doc/top/templates/index.html.src | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 88d425ac1d..655f532a5d 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -39,10 +39,6 @@ under the License. <small><a href="applications.html">Applications</a><br> <a href="man_index.html">Modules</a></small> <p/> -<small><a href="highlights.html">Release highlights</a><br/> -<a href="incompatible.html">Potential incompatibilities</a><br/> -</small> -<br> <a href="javascript:openAllFlips()">Expand All</a><br> <a href="javascript:closeAllFlips()">Contract All</a> <p/> |