You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/03/04 12:16:40 UTC

[incubator-streampipes] branch dev updated: [hotfix] Update installer README links

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

riemer 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 ee91f14  [hotfix] Update installer README links
ee91f14 is described below

commit ee91f14c376915c9c11ae81d737bf598bec45e6e
Author: Stefan Obermeier <st...@seeburger.de>
AuthorDate: Fri Mar 4 11:43:27 2022 +0100

    [hotfix] Update installer README links
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index aadf6db..3f40df8 100644
--- a/README.md
+++ b/README.md
@@ -86,11 +86,11 @@ The extensible toolbox of data processors and sinks supports use cases such as
 
 ## Installation
 
-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: 
+The quickest way to run StreamPipes including the latest extensions (adapters, pipeline elements) is by using our Docker-based [installation & operation options](installer), namely: 
 
-* **[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
+* **[StreamPipes Compose](installer/compose)** - The User's Choice
+* **[StreamPipes CLI](installer/cli)** - The Developer's Favorite
+* **[StreamPipes k8s](installer/k8s)** - The Operator's Dream
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.