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 2021/05/17 21:03:32 UTC

[incubator-streampipes-installer] branch dev updated: Replace broken link to online tour with docs link

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-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4f6bb3e  Replace broken link to online tour with docs link
4f6bb3e is described below

commit 4f6bb3ea8e1258a688ab385db2a32927d1cd72e9
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon May 17 23:02:10 2021 +0200

    Replace broken link to online tour with docs link
---
 compose/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/README.md b/compose/README.md
index e2ec5b0..9f72d08 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -55,7 +55,7 @@ We provide two options to get you going:
 docker-compose up -d
 # go to after all services are started http://localhost
 ```
-After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [online tour](https://streampipes.apache.org/docs/docs/user-guide-tour/) to learn how to create your first pipeline!
+After all containers are successfully started just got to your browser and visit http://localhost to finish the installation. Once finished, switch to the pipeline editor and start the interactive tour or check the [documentation](https://streampipes.apache.org/docs/docs/user-guide-introduction.html) to learn more about StreamPipes!
 
 **Stopping** the **default** option is similarly easy:
 ```bash