From 337bbcf48928ad02e3a19bb563ca65ed18a2aa52 Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Wed, 1 May 2002 19:21:51 +0000 Subject: [PATCH] Fix broken link git-svn-id: svn://10.0.0.236/trunk@120450 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/rhino/docs/overview.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mozilla/js/rhino/docs/overview.html b/mozilla/js/rhino/docs/overview.html index f4d5a483b53..e7c95ec6e0c 100644 --- a/mozilla/js/rhino/docs/overview.html +++ b/mozilla/js/rhino/docs/overview.html @@ -24,8 +24,7 @@ documents. All the features of JavaScript 1.5
  • -LiveConnect --- allows direct scripting of Java
  • +Allows direct scripting of Java
  • A JavaScript shell for executing JavaScript scripts
  • @@ -40,7 +39,7 @@ Language The JavaScript language itself is standardized by Standard ECMA-262 ECMAScript: A general purpose, cross-platform programming language. Rhino 1.5 implements JavaScript 1.5, which conforms to Edition 3 of the Standard. The Standard -may be downloaded or +may be downloaded or obtained by mail from ECMA, 114 Rue du Rhône, CH1204 Geneva, Switzerland.

    In addition, Rhino has implemented JavaAdapters, which allows JavaScript to implement any Java interface or extend any Java class with a JavaScript