Skip to content

Commit

Permalink
Editorial: Name hyperlinks in the metadata block
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Mar 26, 2024
1 parent 2347c41 commit 5df7969
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<p><img src="img/ecma-logo.svg" id="ecma-logo" alt="Ecma International logo"></p>
<div id="metadata-block">
<h1>About this Specification</h1>
<p>The document at <a class="print-ready" href="https://tc39.es/ecma262/">https://tc39.es/ecma262/</a> is the most accurate and up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any <a href="https://github.com/tc39/proposals/blob/HEAD/finished-proposals.md">finished proposals</a> (those that have reached Stage&nbsp;4 in the <a href="https://tc39.es/process-document/">proposal process</a> and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.</p>
<p>The most accurate and up-to-date ECMAScript specification is the <a href="https://tc39.es/ecma262/">live draft</a>. It contains the content of the most recent yearly snapshot plus any <a href="https://github.com/tc39/proposals/blob/HEAD/finished-proposals.md">finished proposals</a> (those that have reached Stage&nbsp;4 in the <a href="https://tc39.es/process-document/">proposal process</a> and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.</p>
<p>This document is available as <a href>a single page</a> and as <a href="multipage/">multiple pages</a>.</p>
<h1>Contributing to this Specification</h1>
<p>This specification is developed on GitHub with the help of the ECMAScript community. There are a number of ways to contribute to the development of this specification:</p>
<ul>
<li>GitHub Repository: <a class="print-ready" href="https://github.com/tc39/ecma262">https://github.com/tc39/ecma262</a></li>
<li>GitHub Repository: <a href="https://github.com/tc39/ecma262">tc39/ecma262</a></li>
<li>Issues: <a href="https://github.com/tc39/ecma262/issues">All Issues</a>, <a href="https://github.com/tc39/ecma262/issues/new">File a New Issue</a></li>
<li>Pull Requests: <a href="https://github.com/tc39/ecma262/pulls">All Pull Requests</a>, <a href="https://github.com/tc39/ecma262/pulls/new">Create a New Pull Request</a></li>
<li>Test Suite: <a href="https://github.com/tc39/test262">Test262</a></li>
Expand All @@ -71,9 +71,9 @@ <h1>Contributing to this Specification</h1>
<li>
Community:
<ul>
<li>Discourse: <a class="print-ready" href="https://es.discourse.group/">https://es.discourse.group/</a></li>
<li>Chat: <a href="https://github.com/tc39/how-we-work/blob/HEAD/matrix-guide.md">Matrix</a></li>
<li>Mailing <emu-not-ref>List</emu-not-ref> Archives: <a class="print-ready" href="https://esdiscuss.org/">https://esdiscuss.org/</a></li>
<li><a href="https://es.discourse.group/">Discourse forum</a></li>
<li><a href="https://github.com/tc39/how-we-work/blob/HEAD/matrix-guide.md">Matrix chat</a></li>
<li><a href="https://esdiscuss.org/">ES Discuss mailing list archives</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 5df7969

Please sign in to comment.