diff --git a/binary/README.md b/binary/README.md index e7135653..37cc1b1d 100644 --- a/binary/README.md +++ b/binary/README.md @@ -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/binary). +Looking for ready-to-run examples? See the [binary examples directory](./examples). ## Usage diff --git a/binary/envconfig.json b/binary/envconfig.json index 62677d25..a3d9c3f6 100644 --- a/binary/envconfig.json +++ b/binary/envconfig.json @@ -21,6 +21,6 @@ "runtimeVersion": "3.20-alpine", "shortDescription": "Fission environment to run any binary", "status": "Stable", - "version": "1.32.2" + "version": "1.32.3" } ] diff --git a/binary/examples/README.md b/binary/examples/README.md index b6aca034..8acfa187 100644 --- a/binary/examples/README.md +++ b/binary/examples/README.md @@ -2,7 +2,7 @@ The `binary` runtime is a go server that uses a subprocess to invoke executables or execute shell scripts. -For more info read the [environment README](../../environments/binary/README.md). +For more info read the [environment README](../README.md). ## Requirements