You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/01 10:12:49 UTC

[incubator-streampipes-extensions] branch dev updated: [hotfix] use master repo as reference for installer

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 0f6a6a5  [hotfix] use master repo as reference for installer
0f6a6a5 is described below

commit 0f6a6a57db64dba03969862661c0d0698c3fee93
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Tue Sep 1 12:12:33 2020 +0200

    [hotfix] use master repo as reference for installer
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0a487cf..e1b5162 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,11 @@ Contact us if you are missing some pipeline elements!
 
 ### 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/dev/incubator-streampipes-installer/tree/dev), namely: 
+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/dev/incubator-streampipes-installer), namely: 
 
-* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/tree/dev/compose)** - The User's Choice
-* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/tree/dev/cli)** - The Developer's Favorite
-* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/tree/dev/k8s)** - The Operator's Dream
+* **[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
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.