Skip to content

Commit ef2b9a1

Browse files
authored
Correct link to SEA documentation (nodejs#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 <serge.bornow@gmail.com>
1 parent 6003a64 commit ef2b9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/release/v25.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: Antoine du Hamel
1212

1313
#### Streamlined building process of Single Executable Applications (SEA)
1414

15-
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.
15+
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.
1616

1717
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.
1818

0 commit comments

Comments
 (0)