This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 56bd6ab  Updated reference to runtime.json in README.md (#178)
56bd6ab is described below

commit 56bd6ab6813ade2645ccd4f2a535b34567cd8c55
Author: Raghuveer Raavi <[email protected]>
AuthorDate: Fri Sep 4 09:45:52 2020 -0400

    Updated reference to runtime.json in README.md (#178)
    
    Co-authored-by: Raghuveer Raavi <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index adacfc7..361c7ba 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ If you build a custom version of the images, pushing those an 
external Docker Hu
 
 ### Runtimes Manifest
 
-Available runtimes in Apache OpenWhisk are defined using the runtimes manifest 
in this file: 
[runtimes.json](https://github.com/apache/openwhisk/blob/9dacce433cfdd64aa1e4f5c8eab6db31df8c4eae/ansible/files/runtimes.json#L3-L52)
+Available runtimes in Apache OpenWhisk are defined using the runtimes manifest 
in this file: 
[runtimes.json](https://github.com/apache/openwhisk/blob/master/ansible/files/runtimes.json#L16-L72)
 
 Modify the manifest and re-deploy the platform to pick up local images changes.
 

Reply via email to