Skip to content

Commit

Permalink
Merge pull request #1116 from itowlson/remove-links-to-rust-target-docs
Browse files Browse the repository at this point in the history
Remove links to Rust target spec docs
  • Loading branch information
itowlson authored Jan 3, 2024
2 parents 6fa785c + fbd9adf commit 9c67918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/bartholomew/contributing-bartholomew.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Installing Rust via the<a href="https://www.rust-lang.org/tools/install" target=

**wasm32-wasi**

Installing the <a href="https://doc.rust-lang.org/stable/nightly-rustc/rustc_target/spec/wasm32_wasi/index.html" target="_blank">wasm32-wasi</a> target is done using the following commands:
To install the `wasm32-wasi` target, run the following commands:

<!-- @selectiveCpy -->

Expand Down
3 changes: 1 addition & 2 deletions content/spin/v1/rust-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ Spin provides clients for MySQL and PostgreSQL. For information about using them
## Using External Crates in Rust Components

In Rust, Spin components are regular libraries that contain a function
annotated using the `http_component` macro, compiled to the
[`wasm32-wasi` target](https://doc.rust-lang.org/stable/nightly-rustc/rustc_target/spec/wasm32_wasi/index.html).
annotated using the `http_component` macro, compiled to the `wasm32-wasi` target.
This means that any [crate](https://crates.io) that compiles to `wasm32-wasi` can
be used when implementing the component.

Expand Down
3 changes: 1 addition & 2 deletions content/spin/v2/rust-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,7 @@ Spin provides clients for MySQL and PostgreSQL. For information about using them
## Using External Crates in Rust Components

In Rust, Spin components are regular libraries that contain a function
annotated using the `http_component` macro, compiled to the
[`wasm32-wasi` target](https://doc.rust-lang.org/stable/nightly-rustc/rustc_target/spec/wasm32_wasi/index.html).
annotated using the `http_component` macro, compiled to the `wasm32-wasi` target.
This means that any [crate](https://crates.io) that compiles to `wasm32-wasi` can
be used when implementing the component.

Expand Down

0 comments on commit 9c67918

Please sign in to comment.