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 2019/11/24 20:05:00 UTC

[incubator-streampipes-website] 06/07: Update Github links

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

commit c191cfe08080b98114f190fa3729ee69bad69436
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Nov 24 15:04:06 2019 +0100

    Update Github links
---
 documentation/website/core/Footer.js | 10 ++--------
 documentation/website/siteConfig.js  |  2 +-
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/documentation/website/core/Footer.js b/documentation/website/core/Footer.js
index cf12aa4..a198c0b 100644
--- a/documentation/website/core/Footer.js
+++ b/documentation/website/core/Footer.js
@@ -44,12 +44,6 @@ class Footer extends React.Component {
                             <a href={this.props.config.baseUrl + 'docs/faq-common-problems'}> 
                                 Frequently Asked Questions
                             </a>
-                            <a href={this.props.config.baseUrl + 'docs/privacy'}> 
-                                Privacy Notice
-                            </a>
-                            <a href="https://www.fzi.de/footer/impressum/">
-                                Imprint
-                            </a>
                         </div>
                         <div>
                             <h5>Community</h5>
@@ -66,7 +60,7 @@ class Footer extends React.Component {
                                 Twitter
                             </a>
                             <a
-                                href="https://github.com/streampipes"
+                                href="https://github.com/apache/incubator-streampipes"
                                 target="_blank"
                                 rel="noreferrer noopener">
                                 Github
@@ -81,7 +75,7 @@ class Footer extends React.Component {
                         <div>
                             <h5>More</h5>
                             <a href={this.props.config.baseUrl + 'blog'}>Blog</a>
-                            <a href="https://www.streampipes.org">Website</a>
+                            <a href="https://streampipes.apache.org.org">Website</a>
                             <a
                                 className="github-button"
                                 href={this.props.config.repoUrl}
diff --git a/documentation/website/siteConfig.js b/documentation/website/siteConfig.js
index a2592b4..9b2942a 100644
--- a/documentation/website/siteConfig.js
+++ b/documentation/website/siteConfig.js
@@ -69,7 +69,7 @@ const siteConfig = {
     /* Open Graph and Twitter card images */
     ogImage: 'img/favicon.png',
     twitterImage: 'img/docusaurus.png',
-    repoUrl: 'https://github.com/apache/streampipes'
+    repoUrl: 'https://github.com/apache/incubator-streampipes'
 };
 
 module.exports = siteConfig;