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/03/01 21:28:37 UTC

[incubator-streampipes] branch dev updated: STREAMPIPES-84: Fix links on info page

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 0a623ca  STREAMPIPES-84: Fix links on info page
0a623ca is described below

commit 0a623cad05145103a8c225ee13b4cd7a25624e36
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Mar 1 22:28:20 2020 +0100

    STREAMPIPES-84: Fix links on info page
---
 ui/deployment/toolbar.controller.mst       |  2 +-
 ui/src/app/info/about/about.component.html | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ui/deployment/toolbar.controller.mst b/ui/deployment/toolbar.controller.mst
index 0a82e43..4df4a27 100644
--- a/ui/deployment/toolbar.controller.mst
+++ b/ui/deployment/toolbar.controller.mst
@@ -149,7 +149,7 @@ export class ToolbarController {
     };
 
     openDocumentation() {
-        this.$window.open('/docs', '_blank');
+        this.$window.open('https://streampipes.apache.org/docs', '_blank');
     };
 
     openInfo() {
diff --git a/ui/src/app/info/about/about.component.html b/ui/src/app/info/about/about.component.html
index d93e25a..b3b7c87 100644
--- a/ui/src/app/info/about/about.component.html
+++ b/ui/src/app/info/about/about.component.html
@@ -36,7 +36,7 @@
                                 <mat-icon>description</mat-icon>
                             </div>
                             <div fxFlex="95" fxLayoutAlign="start center">
-                                <h5>Find the documentation at <a href="https://docs.streampipes.org">https://docs.streampipes.org</a>
+                                <h5>Find the documentation at <a href="https://streampipes.apache.org/docs/">https://streampipes.apache.org/docs/</a>
                                 </h5>
                             </div>
                         </div>
@@ -48,7 +48,7 @@
                             </div>
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5> Find our website at <a
-                                        href="https://www.streampipes.org">https://streampipes.org</a>
+                                        href="https://streampipes.apache.org">https://streampipes.apache.org</a>
                                 </h5>
                             </div>
                         </div>
@@ -62,7 +62,7 @@
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5> Find the source
                                     code at <a
-                                            href="https://github.com/streampipes">https://github.com/streampipes</a>
+                                            href="https://github.com/apache/incubator-streampipes">https://github.com/apache/incubator-streampipes</a>
                                 </h5>
                             </div>
                         </div>
@@ -76,7 +76,7 @@
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5> Find the docker
                                     images at <a
-                                            href="https://hub.docker.com/u/streampipes">https://hub.docker.com/u/streampipes</a>
+                                            href="https://hub.docker.com/u/apachestreampipes">https://hub.docker.com/u/apachestreampipes</a>
                                 </h5>
                             </div>
                         </div>
@@ -110,7 +110,7 @@
                             </div>
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5>Drop us an email if you'd like to give <a
-                                        href="mailto:feedback@streampipes.org">feedback</a>!
+                                        href="mailto:users@streampipes.apache.org">feedback</a>!
                                 </h5>
                             </div>
                         </div>
@@ -124,7 +124,7 @@
                             <div fxFlex="95" fxLayoutAlign="start center">
                                 <h5>If you like
                                     StreamPipes, give us a star at <a
-                                            href="https://github.com/streampipes/streampipes-ce">Github</a>
+                                            href="https://github.com/apache/incubator-streampipes">Github</a>
                                 </h5>
                             </div>
                         </div>