You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2019/07/26 12:18:07 UTC

[sling-whiteboard] branch master updated: Fix links

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new e3a2dfc  Fix links
e3a2dfc is described below

commit e3a2dfc31adad9c8faf369f45e89e1ab70676242
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 26 14:18:03 2019 +0200

    Fix links
---
 serverless-microsling/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/serverless-microsling/README.md b/serverless-microsling/README.md
index 0c75b79..31727c4 100644
--- a/serverless-microsling/README.md
+++ b/serverless-microsling/README.md
@@ -13,7 +13,7 @@ implemented by independent OpenWhisk functions (in the same namespace) works. Se
 Prerequisite: Apache OpenWhisk
 ---
 To run this prototype you'll need the OpenWhisk `wsk` command to be is setup as per 
-the [OpenWhisk docs](openwhisk.apache.org).
+the [OpenWhisk docs](http://openwhisk.apache.org).
 
 A simple way to play with OpenWhisk is to use its [standalone runnable jar](https://github.com/apache/incubator-openwhisk/pull/4516). That's not released as I write
 this but you can download a build from [Chetan's repository](https://github.com/chetanmeh/incubator-openwhisk/releases/tag/v0.10), which has been tested with this code.
@@ -52,7 +52,7 @@ These action annotations are set by the `install` script but you can change them
       -a sling:resourceType microsling/somedoc \
       -a sling:contentType text/html -a sling:extensions html
 
-To create new renderers see the examples in the [rendering-actions](.rendering-actions/) folder and how
+To create new renderers see the examples in the [rendering-actions](./rendering-actions/) folder and how
 they are setup by the [install](./install) script.
 
 Troubleshooting
@@ -66,4 +66,4 @@ data of a specific action activation.
 
 The `wsk activation logs` command outputs just the logs.
 
-See the [Apache OpenWhisk documentation](http://openwhisk.apache.org/) for more information.
\ No newline at end of file
+See the [Apache OpenWhisk documentation](http://openwhisk.apache.org/) for more information.