Skip to content

Commit 13361f9

Browse files
axiqiarabbah
authored andcommitted
update readme.md for invalid link (#66)
The implementation of the runner for Python actions doesn't exist in the repertory any more.
1 parent c0073ab commit 13361f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/actionProxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ By convention the action executable may log messages to `stdout` and `stderr`. T
3737

3838
A return value is optional but must be a JSON object (properly serialized) if present.
3939

40-
For an example implementation of an `ActionRunner` that overrides `epilogue()` and `build()` see the [Swift 3](../swift3Action/swift3runner.py) action proxy. An implementation of the runner for Python actions is available [here](../pythonAction/pythonrunner.py). Lastly, an example Docker action that uses `C` is available in this [example](../../sdk/docker/Dockerfile).
40+
For an example implementation of an `ActionRunner` that overrides `epilogue()` and `build()` see the [Swift 3](../swift3Action/swift3runner.py) action proxy. An implementation of the runner for Python actions is available [here](https://github.com/apache/incubator-openwhisk-runtime-python/blob/master/core/pythonAction/pythonrunner.py). Lastly, an example Docker action that uses `C` is available in this [example](../../sdk/docker/Dockerfile).

0 commit comments

Comments
 (0)