Skip to content

Commit 4fcbf02

Browse files
authored
Fix broken links to emsdk (emscripten-core#15196)
1 parent bca56b3 commit 4fcbf02

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Alternatively, you may want to build our official emscripten release tags, which
4646
are the versions the emsdk lets users install. To find the mapping between the
4747
emsdk versions and the revision of the emscripten-releases repository, the emsdk
4848
has
49-
[emscripten-releases-tags.txt](https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.txt).
49+
[emscripten-releases-tags.json](https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.json).
5050
All versions listed there should be safe to build, as we check that the CI
5151
was green on them.
5252

docs/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Requirements:
5454
How:
5555

5656
1. Run [`./scripts/create_release.py`][create_release] in the emsdk repository.
57-
This script will update [emscripten-releases-tags.txt][emscripten_releases_tags],
57+
This script will update [emscripten-releases-tags.json][emscripten_releases_tags],
5858
adding a new version. You can either specify the desired hash, or let the
5959
script pick the current tot build. The script will create a new git branch
6060
that can be uploaded as a PR.
@@ -131,5 +131,5 @@ See notes above on installing sphinx.
131131
[emscripten_version]: https://github.com/emscripten-core/emscripten/blob/main/emscripten-version.txt
132132
[changelog]: https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md
133133
[create_release]: https://github.com/emscripten-core/emsdk/blob/main/scripts/create_release.py
134-
[emscripten_releases_tags]: https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.txt
134+
[emscripten_releases_tags]: https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.json
135135
[DEPS]: https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS

site/source/docs/contributing/developers_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ the build succeeded). Each build is identified by a hash (a long string of numbe
120120
and characters), which is a hash of a commit in the
121121
`releases repo <https://chromium.googlesource.com/emscripten-releases>`_.
122122
The mapping of Emscripten release numbers to such hashes is tracked by
123-
`emscripten-releases-tags.txt in the emsdk repo <https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.txt>`_.
123+
`emscripten-releases-tags.json in the emsdk repo <https://github.com/emscripten-core/emsdk/blob/main/emscripten-releases-tags.json>`_.
124124

125125
With that background, the bisection process would look like this:
126126

127127
1. Find the hashes to bisect between. You may already know them if you found
128128
the problem on ``tot`` builds. If instead you only know Emscripten version
129-
numbers, use ``emscripten-releases-tags.txt`` to find the hashes.
129+
numbers, use ``emscripten-releases-tags.json`` to find the hashes.
130130
2. Using those hashes, do a normal ``git bisect`` on the ``emscripten-releases``
131131
repo.
132132
3. In each step of the bisection, download the binary build for the current

0 commit comments

Comments
 (0)