Skip to content

Commit 24b1f9c

Browse files
authored
Change release_notes.rst to link to the GitHub markdown file (#17574)
This prevents having stale content, and with GH's auto rendering, the markdown is quite readable on its own.
1 parent ca3e10c commit 24b1f9c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

site/source/docs/introducing_emscripten/release_notes.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,11 @@
44
Release Notes
55
=============
66

7-
Changes between tagged Emscripten versions are recorded in the :ref:`ChangeLog`
7+
Changes between tagged Emscripten versions are recorded in the
8+
`ChangeLog <https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md>`_
89
(``ChangeLog.md`` in the source repo).
910
This log includes high-level information about new features, user-oriented
1011
fixes, options, command-line parameters, usage changes, deprecations,
1112
significant internal modifications, optimizations, etc. The log for each version
1213
links to a detailed diff report, which lists all the incremental changes since
1314
the previous release.
14-
15-
.. _ChangeLog:
16-
17-
ChangeLog
18-
=========
19-
20-
The ChangeLog for Emscripten |release| (|today|) is listed below.
21-
22-
.. include:: ../../../../ChangeLog.md
23-
:literal:

0 commit comments

Comments
 (0)