You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/01/04 12:44:54 UTC

[incubator-openwhisk-runtime-docker] branch master updated: update readme.md for invalid link (#66)

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 <ax...@qq.com>
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).