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/24 20:41:36 UTC

[incubator-streampipes-website] branch dev updated: Fix link in pipeline element overview

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 943b66d  Fix link in pipeline element overview
943b66d is described below

commit 943b66df85cf81707588622e08f9bb38006d63b4
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun May 24 22:41:23 2020 +0200

    Fix link in pipeline element overview
---
 website/pipeline-elements.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/pipeline-elements.ejs b/website/pipeline-elements.ejs
index bbb4af9..23d6e3f 100644
--- a/website/pipeline-elements.ejs
+++ b/website/pipeline-elements.ejs
@@ -44,7 +44,7 @@
                         <div class="pe-container-item-footer">
                             <div>
                                 <i class="fas fa-file"></i>
-                                <a href="https://streampipes.apache.org/docs/docs/pe/<%= public._data.pipelineElements[i].appId %>/<%= public._data.pipelineElements[i].appId %>/">Documentation</a>
+                                <a href="https://streampipes.apache.org/docs/docs/pe/<%= public._data.pipelineElements[i].appId %>/">Documentation</a>
                             </div>
                             <div>
                                 <i class="fab fa-docker"></i>