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 2020/03/06 18:17:18 UTC

[openwhisk-runtime-go] branch master updated: Fix dead link in ACTION.md (#123)

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/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b8d286  Fix dead link in ACTION.md (#123)
1b8d286 is described below

commit 1b8d286909f89f7f2e958a0ed6b4acaf00c492e5
Author: Lorenzo Gabriele <lo...@gmail.com>
AuthorDate: Fri Mar 6 19:17:09 2020 +0100

    Fix dead link in ACTION.md (#123)
---
 docs/ACTION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ACTION.md b/docs/ACTION.md
index 8fc639f..bb37606 100644
--- a/docs/ACTION.md
+++ b/docs/ACTION.md
@@ -63,7 +63,7 @@ func Main(obj map[string]interface{}) map[string]interface{} {
 }
 ```
 
-You can also have multiple source files in an action, packages and vendor folders.  Check the [deployment](DEPLOYMENT.md) document for more details how to package and deploy actions.
+You can also have multiple source files in an action, packages and vendor folders.  Check the [deployment](DEPLOY.md) document for more details how to package and deploy actions.
 
 <a name="generic"/>