From ad535930183cb56f1c7ac944f0037b1de6df9ea9 Mon Sep 17 00:00:00 2001 From: Nate Subra Date: Thu, 14 Aug 2025 10:37:49 -0500 Subject: [PATCH] fix broken full example links --- docs/examples/go.md | 2 +- docs/examples/net-core.md | 2 +- docs/examples/nodejs.md | 2 +- docs/examples/python.md | 2 +- docs/examples/rust.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/go.md b/docs/examples/go.md index f74a3e7..560638c 100644 --- a/docs/examples/go.md +++ b/docs/examples/go.md @@ -19,7 +19,7 @@ go build Thorough documentation on using the Extism Go SDK can be found at -Below is an example of using a C4 plugin in Go. See the full example at: +Below is an example of using a C4 plugin in Go. See the full example at: ## Example diff --git a/docs/examples/net-core.md b/docs/examples/net-core.md index 110c558..8922f8d 100644 --- a/docs/examples/net-core.md +++ b/docs/examples/net-core.md @@ -22,7 +22,7 @@ dotnet build software.csproj More thorough documentation can be found at -Below is an example of using a C4 plugin in .NET Core. See the full example at: +Below is an example of using a C4 plugin in .NET Core. See the full example at: ## Example diff --git a/docs/examples/nodejs.md b/docs/examples/nodejs.md index 00febb2..6afcaf1 100644 --- a/docs/examples/nodejs.md +++ b/docs/examples/nodejs.md @@ -15,7 +15,7 @@ npm install @extism/extism Thorough documentation on the Javascript Extism package can be found at -The full example can be found at +The full example can be found at ## Example diff --git a/docs/examples/python.md b/docs/examples/python.md index 530fecb..99d7608 100644 --- a/docs/examples/python.md +++ b/docs/examples/python.md @@ -13,7 +13,7 @@ python3 -m pip install extism Thorough documentation on the Python Extism SDK package can be found at -The full example can be found at +The full example can be found at ## Examples diff --git a/docs/examples/rust.md b/docs/examples/rust.md index 3f9d75d..42141ec 100644 --- a/docs/examples/rust.md +++ b/docs/examples/rust.md @@ -23,7 +23,7 @@ cargo build --release Thorough documentation on the Python Extism SDK package can be found at -The full example can be found at +The full example can be found at ## Example