You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/01/04 18:43:20 UTC

[incubator-streampipes] branch dev updated: Fixes broken installer links

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new e2823ab  Fixes broken installer links
     new 5efd810  Merge pull request #31 from pcnfernando/patch-1
e2823ab is described below

commit e2823ab0916218d3bd30e502ba37315a200801a1
Author: Chiran Fernando <pc...@gmail.com>
AuthorDate: Tue Jan 5 00:07:08 2021 +0530

    Fixes broken installer links
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 043279d..523dc8d 100644
--- a/README.md
+++ b/README.md
@@ -87,9 +87,9 @@ The extensible toolbox of data processors and sinks supports use cases such as
 
 The quickest way to run StreamPipes including the latest extensions (adapters, pipeline elements) is by using our Docker-based [installation & operation options](https://www.github.com/apache/incubator-streampipes-installer), namely: 
 
-* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/compose)** - The User's Choice
-* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/cli)** - The Developer's Favorite
-* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/k8s)** - The Operator's Dream
+* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/tree/master/compose)** - The User's Choice
+* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/tree/master/cli)** - The Developer's Favorite
+* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/tree/master/k8s)** - The Operator's Dream
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.