diff --git a/README.md b/README.md
index 14b545fa..c7a5dfff 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | [uint8array-base64][uint8array-base64-tests] | [February 2024][uint8array-base64-notes] |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz
Mike Samuel
Nicolo Ribaudo | :question: | April 2024 |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | [Testing plan][redeclarable-global-eval-vars-testplan] | [April 2024][redeclarable-global-eval-vars-notes] |
-| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [promise-try][try-tests] | [June 2024][try-notes] |
| [`RegExp.escape`][escape] | Domenic Denicola
Benjamin Gruenbaum
Jordan Harband | Jordan Harband
Kevin Gibbons | [Testing plan][escape-testplan] | [July 2024][escape-notes] |
### Stage 2.7
@@ -184,9 +183,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[joint]: https://github.com/tc39/proposal-joint-iteration
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-12.md#joint-iteration-for-stage-27
[joint-testplan]: https://github.com/tc39/test262/issues/4112
-[try]: https://github.com/tc39/proposal-promise-try
-[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#promisetry-for-stage-3
-[try-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=promise-try
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
[redeclarable-global-eval-vars-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#make-eval-introduced-global-vars-redeclarable-for-stage-27
[redeclarable-global-eval-vars-testplan]: https://github.com/tc39/test262/issues/4223
diff --git a/finished-proposals.md b/finished-proposals.md
index cf9f36bb..8ae2a22b 100644
--- a/finished-proposals.md
+++ b/finished-proposals.md
@@ -67,6 +67,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Import Attributes][import-attributes] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | October 2024 | 2025 |
| [JSON Modules][json-modules] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | October 2024 | 2025 |
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra
Jonathan Keslin
Kevin Gibbons | October 2024 | 2025 |
+| [`Promise.try`][try] | Jordan Harband | Jordan Harband | October 2024 | 2025 |
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
@@ -200,3 +201,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[json-modules-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-01/jan-25.md#json-modules-for-stage-3
[iterator-helpers]: https://github.com/tc39/proposal-iterator-helpers
[iterator-helpers-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#iterator-helpers-for-stage-3
+[try]: https://github.com/tc39/proposal-promise-try
+[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#promisetry-for-stage-3