rabbah closed pull request #66: update readme.md for invalid link
URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/66
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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).


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to