From ef2b9a1bdcdad55186ff3f5835a0a27ef24e3713 Mon Sep 17 00:00:00 2001 From: Serge Date: Wed, 28 Jan 2026 08:27:34 -0700 Subject: [PATCH] Correct link to SEA documentation (#8567) Correct link to SEA Congrats to the team building an incredible system all around. I was very excited to learn about SEA , bundling executable is a feature! I did notice the 404 on the documentation link, hence correcting it and testing it twice. nodejs user since 0.6 (around 2012+) Signed-off-by: Serge --- apps/site/pages/en/blog/release/v25.5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/pages/en/blog/release/v25.5.0.md b/apps/site/pages/en/blog/release/v25.5.0.md index d9430ca90b64f..4ad5754088d3c 100644 --- a/apps/site/pages/en/blog/release/v25.5.0.md +++ b/apps/site/pages/en/blog/release/v25.5.0.md @@ -12,7 +12,7 @@ author: Antoine du Hamel #### Streamlined building process of Single Executable Applications (SEA) -This release introduces a new `--build-sea` command-line flag that simplifies the process of building [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-application.html) using Node.js. +This release introduces a new `--build-sea` command-line flag that simplifies the process of building [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-applications.html) using Node.js. Previously, SEA generation involved copying the executable, generating the preparation blob with `--experimental-sea-config`, and injecting the blob into the copy using [nodejs/postject](https://github.com/nodejs/postject). With the new `--build-sea` flag, these steps are now consolidated into a single step available from Node.js core.