Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(content): update broken links #1408

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/spin/v2/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ api_version = "v1"

## Using Variables From Applications

The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/variables.wit) consists of one operation:
The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/deps/spin%402.0.0/variables.wit) consists of one operation:

| Operation | Parameters | Returns | Behavior |
|------------|--------------------|---------------------|----------|
Expand Down
2 changes: 1 addition & 1 deletion content/wasm-languages/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WebAssembly is standardized by W3C, the same group that standardizes CSS, HTML,
- The [WASI site](https://wasi.dev) is the main page
- The [WASI repo](https://github.com/WebAssembly/WASI)
- The working group [charter](https://github.com/WebAssembly/WASI/blob/main/Charter.md)
- Most of the WASI proposed standards are [in the WebAssembly GitHub](https://github.com/search?q=org%3AWebAssembly+wasi)
- Most of the WASI proposed standards are [in the WebAssembly GitHub](https://github.com/WebAssembly?q=wasi)
- The [WASI libc library](https://github.com/WebAssembly/wasi-libc) is the C library for core WASI

### The Component Model
Expand Down
Loading