Skip to content

Commit 43877ca

Browse files
committed
Update links
Signed-off-by: Michael Yuan <michael@secondstate.io>
1 parent f7f319b commit 43877ca

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/develop/rust/database/my_sql_driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The database connection is necessary for today's enterprise development. WasmEdg
99
<!-- prettier-ignore -->
1010
:::note
1111
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
12-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
12+
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.
1313
:::
1414

1515
## Run the example

docs/develop/rust/database/postgres_driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A database connection is necessary for today's enterprise development. WasmEdge
99
<!-- prettier-ignore -->
1010
:::note
1111
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
12-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
12+
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.
1313
:::
1414

1515
## Run the example

docs/develop/rust/database/qdrant_driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hence, besides the LLM inference runtime, those LLM applications also need to ma
1111
<!-- prettier-ignore -->
1212
:::note
1313
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
14-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
14+
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.
1515
:::
1616

1717
## Run the example

docs/develop/rust/database/redis_driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WasmEdge provides a Redis driver for Rust developers, enabling developers to bui
99
<!-- prettier-ignore -->
1010
:::note
1111
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
12-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
12+
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.
1313
:::
1414

1515
## Run the example

docs/develop/rust/http_service/client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WasmEdge allows Rust developers to use APIs they are already familiar with to ac
99
<!-- prettier-ignore -->
1010
:::note
1111
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
12-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
12+
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.
1313
:::
1414

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

158158
<!-- prettier-ignore -->
159159
:::note
160-
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).
160+
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).
161161
:::
162162

163163
The [Rust example code](https://github.com/WasmEdge/wasmedge_hyper_demo/blob/main/client/src/main.rs) below shows an HTTP GET request.

docs/develop/rust/http_service/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For WasmEdge to become a cloud-native runtime for microservices, it needs to sup
1212
<!-- prettier-ignore -->
1313
:::note
1414
Before we start, [you need to have Rust and WasmEdge installed](../setup.md).
15-
Make sure that you read the [special notes on networking apps](../setup#special-notes) especially if you are compiling Rust programs on a Mac.
15+
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.
1616
:::
1717

1818
## The axum API

0 commit comments

Comments
 (0)