This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 13361f9 update readme.md for invalid link (#66)
13361f9 is described below
commit 13361f9fdacb5005c3b8e1e1b171ed8f4cfff7ee
Author: axiqia <[email protected]>
AuthorDate: Fri Jan 4 20:44:50 2019 +0800
update readme.md for invalid link (#66)
The implementation of the runner for Python actions doesn't exist in the
repertory any more.
---
core/actionProxy/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/actionProxy/README.md b/core/actionProxy/README.md
index fc01986..020b80f 100644
--- a/core/actionProxy/README.md
+++ b/core/actionProxy/README.md
@@ -37,4 +37,4 @@ By convention the action executable may log messages to
`stdout` and `stderr`. T
A return value is optional but must be a JSON object (properly serialized) if
present.
-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).
+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).