Skip to content

Commit 0d0b0d3

Browse files
committed
Fix incorrect links
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent fc52bd8 commit 0d0b0d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/blog/announcing-spin-4-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WASI Preview 3 (WASIp3) is the next major revision of the WebAssembly System Int
2626

2727
**Spin 4.0 ships with the March 2026 release candidate of WASIp3, and we are committing to supporting it long-term.** WASIp3 is now the default platform for new applications, and the Spin Rust, Python, and Go SDKs have all been updated to use it.
2828

29-
If you followed along in [Spin 3.5](https://spinframework.dev/v3/blog/announcing-spin-3-5) and [Spin 3.6](https://spinframework.dev/v3/blog/announcing-spin-3-6), you've seen WASIp3 progress from "experimental, opt-in, might break between releases" to something ready for production use.
29+
If you followed along in [Spin 3.5](https://spinframework.dev/blog/announcing-spin-3-5) and [Spin 3.6](https://spinframework.dev/blog/announcing-spin-3-6), you've seen WASIp3 progress from "experimental, opt-in, might break between releases" to something ready for production use.
3030

3131
What this means in practice:
3232

@@ -257,7 +257,7 @@ $ spin up
257257
$ spin up --profile debug
258258
```
259259

260-
Learn more in the [Spin docs on build profiles](https://spinframework.dev/v4/build-profiles).
260+
Learn more in the [Spin docs on build profiles](https://spinframework.dev/v4/build#building-with-profiles).
261261

262262
## Fine-grained capability inheritance for dependencies
263263

0 commit comments

Comments
 (0)