Skip to content
Open
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 docs/examples/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go build

Thorough documentation on using the Extism Go SDK can be found at <https://github.com/extism/go-sdk>

Below is an example of using a C4 plugin in Go. See the full example at: <https://github.com/scottctaylor12/C4/examples/go/>
Below is an example of using a C4 plugin in Go. See the full example at: <https://github.com/scottctaylor12/C4/tree/main/examples/go/>

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/net-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dotnet build software.csproj

More thorough documentation can be found at <https://github.com/extism/dotnet-sdk>

Below is an example of using a C4 plugin in .NET Core. See the full example at: <https://github.com/scottctaylor12/C4/examples/net-core>
Below is an example of using a C4 plugin in .NET Core. See the full example at: <https://github.com/scottctaylor12/C4/tree/main/examples/net-core>

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @extism/extism

Thorough documentation on the Javascript Extism package can be found at <https://github.com/extism/js-sdk>

The full example can be found at <https://github.com/scottctaylor12/C4/examples/nodejs/>
The full example can be found at <https://github.com/scottctaylor12/C4/tree/main/examples/nodejs/>

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python3 -m pip install extism

Thorough documentation on the Python Extism SDK package can be found at <https://github.com/extism/python-sdk>

The full example can be found at <https://github.com/scottctaylor12/C4/examples/python/>
The full example can be found at <https://github.com/scottctaylor12/C4/tree/main/examples/python/>

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cargo build --release

Thorough documentation on the Python Extism SDK package can be found at <https://github.com/extism/extism/tree/main/runtime>

The full example can be found at <https://github.com/scottctaylor12/C4/examples/rust/>
The full example can be found at <https://github.com/scottctaylor12/C4/tree/main/examples/rust/>

## Example

Expand Down