Skip to content
Merged
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 binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See 'Compiling' for instructions.
When executing functions using binaries, **ensure that the executable is built for the right architecture**.
Using the default binary environment this means that the binary should be build for Linux.

Looking for ready-to-run examples? See the [binary examples directory](./examples).
Looking for ready-to-run examples? See the [binary examples directory](https://github.com/fission/examples/tree/main/miscellaneous/binary).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion dotnet8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MyFunction {
}
```

Please see examples below. Ready-to-run examples are available in the examples directory:
Please see examples below. Ready-to-run examples are available in the [fission/examples repo](https://github.com/fission/examples/tree/main/dotnet8):
- **HelloWorld** - Basic function demonstration
- **HttpTriggerExample** - HTTP request handling with context detection
- **AsyncFunctionExample** - Demonstrates async/await patterns
Expand Down
2 changes: 1 addition & 1 deletion perl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is implemented using the lightweight web application framework
Since Twiggy is implemented with [AnyEvent](https://metacpan.org/pod/AnyEvent),
you can write async code using AnyEvent in your function.

Looking for ready-to-run examples? See the [Perl examples directory](./examples).
Looking for ready-to-run examples? See the [Perl examples directory](https://github.com/fission/examples/tree/main/perl).

## Build this image

Expand Down
2 changes: 1 addition & 1 deletion python-fastapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It's a Docker image containing a Python 3.13 runtime, along with a
dynamic loader. A few common dependencies are included in the
requirements.txt file.

Looking for ready-to-run examples? See the [Python FastAPI examples directory](./examples).
Looking for ready-to-run examples? See the [Python FastAPI examples directory](https://github.com/fission/examples/tree/main/python-fastapi).

## Customizing this image

Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It's a Docker image containing a Python 3.5 runtime, along with a
dynamic loader. A few common dependencies are included in the
requirements.txt file.

Looking for ready-to-run examples? See the [Python examples directory](./examples).
Looking for ready-to-run examples? See the [Python examples directory](https://github.com/fission/examples/tree/main/python).

## Customizing this image

Expand Down
Loading