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 2020/05/10 20:28:04 UTC

[incubator-streampipes-website] branch dev updated: Fix connection error image src 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-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6e0bdb8  Fix connection error image src link
     new 7eeef66  Merge pull request #7 from grainier/fix-img-src
6e0bdb8 is described below

commit 6e0bdb8d3e95996360eff275544aa152aabe88cb
Author: Grainier <gr...@wso2.com>
AuthorDate: Fri May 8 15:24:21 2020 +0530

    Fix connection error image src link
---
 documentation/docs/user-guide-tour.md                                   | 2 +-
 .../website/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md    | 2 +-
 .../website/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/docs/user-guide-tour.md b/documentation/docs/user-guide-tour.md
index e504003..c5678a3 100644
--- a/documentation/docs/user-guide-tour.md
+++ b/documentation/docs/user-guide-tour.md
@@ -79,7 +79,7 @@ When the user tries to connect two elements that are not compatible, the system
 The example illustrated below shows such a case. The user tried to connect a text filter to a light sensor.
 This is not possible since the text filter processing element requires at least one event property of type string, which is not provided by the light sensor.
 
-![Connection Error](/img/features_0_62_0/editor/10_connection_error.png) 
+![Connection Error](/docs/img/features_0_62_0/editor/10_connection_error.png) 
 
 To further improve the usability, multiple ways are available to connect new elements besides the drag and drop option.
 Each processing element has multiple short-cut buttons to connect it with another element.
diff --git a/documentation/website/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md b/documentation/website/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md
index 42783ad..6063fb3 100644
--- a/documentation/website/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md
+++ b/documentation/website/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md
@@ -80,7 +80,7 @@ When the user tries to connect two elements that are not compatible, the system
 The example illustrated below shows such a case. The user tried to connect a text filter to a light sensor.
 This is not possible since the text filter processing element requires at least one event property of type string, which is not provided by the light sensor.
 
-![Connection Error](/img/features_0_62_0/editor/10_connection_error.png) 
+![Connection Error](/docs/img/features_0_62_0/editor/10_connection_error.png) 
 
 To further improve the usability, multiple ways are available to connect new elements besides the drag and drop option.
 Each processing element has multiple short-cut buttons to connect it with another element.
diff --git a/documentation/website/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md b/documentation/website/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md
index fde0ea9..25bfa46 100644
--- a/documentation/website/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md
+++ b/documentation/website/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md
@@ -80,7 +80,7 @@ When the user tries to connect two elements that are not compatible, the system
 The example illustrated below shows such a case. The user tried to connect a text filter to a light sensor.
 This is not possible since the text filter processing element requires at least one event property of type string, which is not provided by the light sensor.
 
-![Connection Error](/img/features_0_62_0/editor/10_connection_error.png) 
+![Connection Error](/docs/img/features_0_62_0/editor/10_connection_error.png) 
 
 To further improve the usability, multiple ways are available to connect new elements besides the drag and drop option.
 Each processing element has multiple short-cut buttons to connect it with another element.