You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/07/25 11:41:55 UTC

[incubator-openwhisk] branch master updated: Fix links in actions.md. (#3901)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 712ac99  Fix links in actions.md. (#3901)
712ac99 is described below

commit 712ac99c65eb70424e0690a6cafea07d7bec1ab0
Author: David Pendray <35...@users.noreply.github.com>
AuthorDate: Wed Jul 25 12:41:52 2018 +0100

    Fix links in actions.md. (#3901)
---
 docs/actions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/actions.md b/docs/actions.md
index f365ccd..8f69813 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -50,8 +50,8 @@ advanced topics.
 Longer tutorials that are specific to a language of your choice are listed below.
 We recommend reading the basics in this document first, which are language agnostic, before getting deeper
 into a language-specific tutorial. If your preferred language isn't supported directly, you may find
-the [Docker](docker-actions.md) action or [native binary](docker-actions.md#creating-native-actions)
-paths more suitable. Or, you can [create a new runtime](#actions-new.md).
+the [Docker](actions-docker.md) action or [native binary](actions-docker.md#creating-native-actions)
+paths more suitable. Or, you can [create a new runtime](actions-new.md).
 
 * [Go](actions-go.md)
 * [Java](actions-java.md)