Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Jul 18, 2024
1 parent f7f319b commit 43877ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/develop/rust/database/my_sql_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The database connection is necessary for today's enterprise development. WasmEdg
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

## Run the example
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/rust/database/postgres_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A database connection is necessary for today's enterprise development. WasmEdge
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

## Run the example
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/rust/database/qdrant_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hence, besides the LLM inference runtime, those LLM applications also need to ma
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

## Run the example
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/rust/database/redis_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WasmEdge provides a Redis driver for Rust developers, enabling developers to bui
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

## Run the example
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/rust/http_service/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WasmEdge allows Rust developers to use APIs they are already familiar with to ac
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

We will discuss HTTP and HTTPS clients using popular Rust APIs.
Expand Down Expand Up @@ -157,7 +157,7 @@ pretty_env_logger = "0.4.0"

<!-- prettier-ignore -->
:::note
If you need to compile `rustls` as shown in the `Cargo.toml` above on the MacOS, you will need the [wasi-sdk version of clang](../setup#compile-rust-tls-on-macos).
If you need to compile `rustls` as shown in the `Cargo.toml` above on the MacOS, you will need the [wasi-sdk version of clang](../setup#tls-on-macos).
:::

The [Rust example code](https://github.com/WasmEdge/wasmedge_hyper_demo/blob/main/client/src/main.rs) below shows an HTTP GET request.
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/rust/http_service/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For WasmEdge to become a cloud-native runtime for microservices, it needs to sup
<!-- prettier-ignore -->
:::note
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
Make sure that you read the [special notes on networking apps](../setup#special-notes-for-networking-apps) especially if you are compiling Rust programs on a Mac.
:::

## The axum API
Expand Down

0 comments on commit 43877ca

Please sign in to comment.