diff mbox series

[committed] wwwdocs: Update link to ECMA-335

Message ID 20210328212706.1E0A533E89@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Update link to ECMA-335 | expand

Commit Message

Gerald Pfeifer March 28, 2021, 9:26 p.m. UTC
Pushed.

Gerald


The link to ECMA-335 received a 301 (Moved Permanently) which we are
thus following. On the way remove a duplicate link on this page.
---
 htdocs/projects/cli.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html
index f6258fc1..3b3eb2ff 100644
--- a/htdocs/projects/cli.html
+++ b/htdocs/projects/cli.html
@@ -86,8 +86,7 @@  Andrea Ornstein and Erven Rohou.</p></dd>
 CLI is a framework that defines a platform independent format for
 executables and a run-time environment for the execution of applications.
 The framework has been been standardized by the European Computer
-Manufacturers Association
-(<a href="http://www.ecma-international.org/publications/standards/Ecma-335.htm">ECMA-335</a>)
+Manufacturers Association [1] wwwdocs:
 and by the International Organization for Standardization (ISO/IEC 23271:2006).
 CLI executables are encoded in the Common Intermediate Language (CIL),
 a stack-based bytecode language.
@@ -461,7 +460,7 @@  allowing the user to provide a native implementation if necessary.</p>
 <dt>[1] wwwdocs:</dt>
 
 <dd>
-ECMA, <a href="http://www.ecma-international.org/publications/standards/Ecma-335.htm">
+ECMA, <a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-335/">
 <i>Common Language Infrastructure (CLI)</i></a>, 4th edition, June 2006.
 </dd>