Skip to content

Commit

Permalink
Update URLs from 'source-map' to 'ecma426' (#164)
Browse files Browse the repository at this point in the history
SHA: 92aab42
Reason: push, by nicolo-ribaudo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
szuend and github-actions[bot] committed Dec 9, 2024
1 parent b314005 commit 7f0dcf9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,9 @@
}
}
</style>
<meta content="Bikeshed version 742f3d674, updated Mon Nov 4 14:56:54 2024 -0800" name="generator">
<link href="https://tc39.es/source-map/" rel="canonical">
<meta content="eb4a5fc0a6cf0aae1227b9267ba2cd9b88249da9" name="revision">
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
<link href="https://tc39.es/ecma426/" rel="canonical">
<meta content="92aab42954506dedcc1df3924e44fb3fa34270fc" name="revision">
<meta content="dark light" name="color-scheme">
<style>
/* match list styles of ecmarkup */
Expand Down Expand Up @@ -2182,17 +2182,17 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">Source map format specification</h1>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Stage 0: Strawman, <time class="dt-updated" datetime="2024-12-06">6 December 2024</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Stage 0: Strawman, <time class="dt-updated" datetime="2024-12-09">9 December 2024</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
<dd><a class="u-url" href="https://tc39.es/source-map/">https://tc39.es/source-map/</a>
<dd><a class="u-url" href="https://tc39.es/ecma426/">https://tc39.es/ecma426/</a>
<dt>Previous Versions:
<dd><a href="https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#" rel="prev">https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#</a>
<dt>Test Suite:
<dd><a href="https://github.com/tc39/source-map-tests">https://github.com/tc39/source-map-tests</a>
<dt>Issue Tracking:
<dd><a href="https://github.com/tc39/source-map/issues">GitHub Issues</a>
<dd><a href="https://github.com/tc39/ecma426/issues">GitHub Issues</a>
<dd><a href="#issues-index">Inline In Spec</a>
<dt class="editor">Editor:
<dd class="editor p-author h-card vcard"><span class="p-name fn">Asumu Takikawa</span> (<span class="p-org org">Igalia</span>)
Expand Down Expand Up @@ -2286,10 +2286,10 @@ <h2 class="no-num heading settled" id="intro"><span class="content">Introduction
<li data-md>
<p>Support server-side stack trace deobfuscation</p>
</ul>
<p>The document at <a href="https://tc39.es/source-map/">https://tc39.es/source-map/</a> is the most accurate and
<p>The document at <a href="https://tc39.es/ecma426/">https://tc39.es/ecma426/</a> is the most accurate and
up-to-date source map specification. It contains the content of the most recently published snapshot
plus any modifications that will be included in the next snapshot.</p>
<p>If you want to get involved you will find more information at the <a href="https://github.com/tc39/source-map">specification
<p>If you want to get involved you will find more information at the <a href="https://github.com/tc39/ecma426">specification
repository</a>.</p>
<p>The original source map format (v1) was created by Joseph Schorr for use by
Closure Inspector to enable source-level debugging of optimized JavaScript code
Expand Down

0 comments on commit 7f0dcf9

Please sign in to comment.