Fix trailing slash issue with urls (#115)

diff --git a/docs/01_try-overview.md b/docs/01_try-overview.md
index 67dca5a..29a059d 100644
--- a/docs/01_try-overview.md
+++ b/docs/01_try-overview.md
@@ -6,7 +6,8 @@
 
 This is the documentation of Apache StreamPipes.
 
-<img class="docs-image docs-image-small docs-image-no-shadow" style={{padding: '10px'}} src="/img/01_try-overview/01_streampipes-overview.png" alt="StreamPipes Overview"/>
+<img class="docs-image docs-image-small docs-image-no-shadow" style={{padding: '10px'}} src="
+/img/01_try-overview/01_streampipes-overview.png" alt="StreamPipes Overview"/>
 
 
 <div class="container grid col-3">
@@ -17,7 +18,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Your first steps with Apache StreamPipes:</b></div>
-               <a href="try-installation.html">Install StreamPipes 🔗</a>
+               <a href="../try-installation/">Install StreamPipes 🔗</a>
             </div>
         </div>
     </div>
@@ -28,7 +29,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes:</b></div>
-                <a href="concepts-overview.html">Overview 🔗</a>
+                <a href="../concepts-overview/">Overview 🔗</a>
             </div>
         </div>
     </div>
@@ -39,10 +40,12 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes:</b></div>
-                <a href="use-connect.html">StreamPipes Connect 🔗</a>, <a href="use-pipeline-editor.html">Pipeline Editor 🔗</a>, 
-                <a href="use-managing-pipelines.html">Managing Pipelines 🔗</a>, 
-                <a href="use-live-dashboard.html">Live Dashboard 🔗</a>, <a href="use-data-explorer.html">Data Explorer 🔗</a>, 
-                <a href="use-notifications.html">Notifications 🔗</a>
+                <a href="../use-connect/">StreamPipes Connect 🔗</a>, 
+                <a href="../use-pipeline-editor/">Pipeline Editor 🔗</a>, 
+                <a href="../use-managing-pipelines/">Managing Pipelines 🔗</a>, 
+                <a href="../use-live-dashboard/">Live Dashboard 🔗</a>, 
+                <a href="../use-data-explorer/">Data Explorer 🔗</a>, 
+                <a href="../use-notifications/">Notifications 🔗</a>
             </div>
         </div>
     </div>
@@ -53,9 +56,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Available pipeline elements in StreamPipes:</b></div>
-                <a href="pe/org.apache.streampipes.connect.protocol.stream.kafka.html">Adapters 🔗</a>, 
-                <a href="pe/org.apache.streampipes.processors.aggregation.flink.aggregation.html">Data Processors 🔗</a>, 
-                <a href="pe/org.apache.streampipes.sinks.databases.jvm.couchdb.html">Data Sinks 🔗</a> 
+                <a href="../pe/org.apache.streampipes.connect.iiot.protocol.stream.kafka/">Adapters 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/">Data Processors 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.sinks.databases.jvm.couchdb/">Data Sinks 🔗</a> 
             </div>
         </div>
     </div>
@@ -66,8 +69,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments:</b></div>
-                <a href="deploy-docker.html">Docker 🔗</a>, <a href="deploy-kubernetes.html">Kubernetes 🔗</a>, <a href="../deploy
-                -use-ssl">Use SSL 🔗</a>
+                <a href="../deploy-docker/">Docker 🔗</a>, 
+                <a href="../deploy-kubernetes/">Kubernetes 🔗</a>, 
+                <a href="../deploy-use-ssl/">Use SSL 🔗</a>
             </div>
         </div>
     </div>
@@ -78,14 +82,14 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes:</b></div>
-                <a href="extend-setup.html">Development Setup 🔗</a>, <a href="extend-cli.html">CLI 🔗</a>, <a href="../extend
-                -archetypes">Maven Archetypes 🔗</a>,
-                <a href="extend-tutorial-data-sources.html">Tutorial Data Sources 🔗</a>, <a href="../extend-tutorial-data
-                -processors">Tutorial Data Processors 🔗</a>, <a href="extend-tutorial-data-sinks.html">Tutorial Data Sinks 🔗
-                </a>,
-                <a href="extend-sdk-event-model.html">Event Model 🔗</a>, <a href="extend-sdk-stream-requirements.html">Stream
-                 Requirements 🔗</a>, <a href="extend-sdk-static-properties.html">Static Properties 🔗</a>,
-                <a href="extend-sdk-output-strategies.html">Output Strategies 🔗</a>
+                <a href="../extend-setup/">Development Setup 🔗</a>, <a href="../extend-cli/">CLI 🔗</a>, <a href="../extend-archetypes/">Maven Archetypes 🔗</a>,
+                <a href="../extend-tutorial-data-sources/">Tutorial Data Sources 🔗</a>, 
+                <a href="../extend-tutorial-data-processors">Tutorial Data Processors 🔗</a>, 
+                <a href="../extend-tutorial-data-sinks/">Tutorial Data Sinks 🔗</a>,
+                <a href="../extend-sdk-event-model.html/">Event Model 🔗</a>, 
+                <a href="../extend-sdk-stream-requirements/">Stream Requirements 🔗</a>, 
+                <a href="../extend-sdk-static-properties/">Static Properties 🔗</a>,
+                <a href="../extend-sdk-output-strategies/">Output Strategies 🔗</a>
             </div>
         </div>
     </div>
@@ -96,10 +100,11 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about technical concepts behind the curtain:</b></div>
-                <a href="technicals-architecture.html">Architecture 🔗</a>, <a href="technicals-user-guidance.html">User
-                 Guidance 🔗
-                </a>, <a href="technicals-runtime-wrappers.html">Runtime Wrappers 🔗</a>,
-                <a href="technicals-messaging.html">Messaging 🔗</a>, <a href="technicals-configuration.html">Configuration 🔗</a>
+                <a href="../technicals-architecture/">Architecture 🔗</a>, 
+                <a href="../technicals-user-guidance/">User Guidance 🔗 </a>, 
+                <a href="../technicals-runtime-wrappers/">Runtime Wrappers 🔗</a>,
+                <a href="../technicals-messaging/">Messaging 🔗</a>, 
+                <a href="../technicals-configuration/">Configuration 🔗</a>
             </div>
         </div>
     </div>
@@ -110,7 +115,8 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes:</b></div>
-                <a href="community-get-help.html">Get Help 🔗</a>, <a href="community-contribute.html">Contribute 🔗</a>
+                <a href="../community-get-help/">Get Help 🔗</a>, 
+                <a href="../community-contribute/">Contribute 🔗</a>
             </div>
         </div>
     </div>
@@ -121,7 +127,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Discover what we offer for the Python world:</b></div>
-                <a href="/docs/docs/python/latest">Python Documentation 🔗</a>
+                <a href="/docs/docs/python/latest/">Python Documentation 🔗</a>
             </div>
         </div>
     </div>
diff --git a/docs/01_try-tutorial.md b/docs/01_try-tutorial.md
index f712a43..c13d6f1 100644
--- a/docs/01_try-tutorial.md
+++ b/docs/01_try-tutorial.md
@@ -16,5 +16,5 @@
 
 <img className="docs-image" src="/img/01_try-tutorial/02_tutorial-process.png" alt="Tutorial Welcome Page"/>
 
-Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](02_concepts-overview) 
+Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](concepts-overview) 
 
diff --git a/docs/09_contribute.md b/docs/09_contribute.md
index 47d39d2..1195689 100644
--- a/docs/09_contribute.md
+++ b/docs/09_contribute.md
@@ -10,7 +10,7 @@
 get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
 
 Here are some first steps in case you want to contribute:
-* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
 * Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
 * Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
diff --git a/website-v2/blog/2018-06-18-how-to-understand-your-machine-data.md b/website-v2/blog/2018-06-18-how-to-understand-your-machine-data.md
index 8542492..5d95cb0 100644
--- a/website-v2/blog/2018-06-18-how-to-understand-your-machine-data.md
+++ b/website-v2/blog/2018-06-18-how-to-understand-your-machine-data.md
@@ -97,7 +97,7 @@
 In this first blog post of our series, we gave a first introduction how data produced by machines and systems can be analyzed and value can be generated out of it.
 In the following blog posts we explain the individual parts in more detail to provide you with enough knowledge to start analyzing your own data.
 
-* **[Part 1: Overview](/docs/blog/2018/06/18/how-to-understand-your-machine-data)**
+* **[Part 1: Overview](/blog/2018/06/18/how-to-understand-your-machine-data)**
 * Part 2: Data Sources
 * Part 3: Data Processing Elements
 * Part 4: Data Sinks
diff --git a/website-v2/blog/2019-04-04-release-0610.md b/website-v2/blog/2019-04-04-release-0610.md
index cfa6040..00ffd35 100644
--- a/website-v2/blog/2019-04-04-release-0610.md
+++ b/website-v2/blog/2019-04-04-release-0610.md
@@ -77,12 +77,12 @@
 
 The new event model is even more useful in cases where your data streams have a complex nested structure or contain list fields.
 If you connect two data streams containing the same fields to a processor, field names are automatically renamed in the background to avoid naming conflicts.
-A complete guide can be found in the [developer guide](/docs/dev-guide-event-model).
+A complete guide can be found in the [developer guide](dev-guide-event-model).
 
 ## Documentation
 
 The developer guide has been extended:
-Besides reworked tutorials on developing new data processors and data sources, the new documentation includes instructions on adding [stream requirements](/docs/dev-guide-stream-requirements), the new [event model](/docs/dev-guide-event-model), and in-depth guides on defining [static properties](/docs/dev-guide-static-properties) and [output strategies](/docs/dev-guide-output-strategies).
+Besides reworked tutorials on developing new data processors and data sources, the new documentation includes instructions on adding [stream requirements](dev-guide-stream-requirements), the new [event model](dev-guide-event-model), and in-depth guides on defining [static properties](dev-guide-static-properties) and [output strategies](dev-guide-output-strategies).
 
 ## Other features and improvements
 
diff --git a/website-v2/blog/2019-11-25-moving-to-the-apache-incubator.md b/website-v2/blog/2019-11-25-moving-to-the-apache-incubator.md
index 9e867f4..d53e288 100644
--- a/website-v2/blog/2019-11-25-moving-to-the-apache-incubator.md
+++ b/website-v2/blog/2019-11-25-moving-to-the-apache-incubator.md
@@ -68,7 +68,7 @@
 * Issues can be created in the new [Jira](https://issues.apache.org/jira/projects/STREAMPIPES).
 * All previous releases will be marked as non-ASF-releases to clearly indicate that previous releases do not follow the
   Apache release policy. Yesterday, we released the final pre-Apache
-  version [0.65.0](/docs/blog/2019/11/23/release-0650), the next release will be our first Apache release.
+  version [0.65.0](/blog/2019/11/23/release-0650), the next release will be our first Apache release.
 
 ## Thanks
 
diff --git a/website-v2/blog/2020-01-23-streampipes_on_rpi.md b/website-v2/blog/2020-01-23-streampipes_on_rpi.md
index 555e1aa..3b1815c 100644
--- a/website-v2/blog/2020-01-23-streampipes_on_rpi.md
+++ b/website-v2/blog/2020-01-23-streampipes_on_rpi.md
@@ -47,8 +47,8 @@
 ### So, what's next?
 Starting out as a simple hack session on a late afternoon, trying to test where we could potentially run StreamPipes on and push it to it's limits, we gained valueable insights on how to build and run it on various architectures. Even though we do not recommend deploying StreamPipes in it's full glory on single low-resourced devices such as Raspberry Pi's, we aim to bring certain algorithms closer to where data is generated - on the edge. Consequently - apart from x86 images - we plan on providing our StreamPipes Docker images for ARM based architectures in the future. As a sneak peak - we also plan on deploying StreamPipes over a K3s [[3](https://k3s.io/)] cluster, a lightweight Kubernetes distro especially suited for IoT and edge scenarios.
 
-- **[Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)**
-- [Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)
+- **[Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/blog/2020/01/23/streampipes_on_rpi)**
+- [Part 2: Running StreamPipes the Kubernetes-Way using K3s](/blog/2020/05/27/streampipes_on_k3s)
 
 
 ### Useful links
diff --git a/website-v2/blog/2020-05-27-streampipes_on_k3s.md b/website-v2/blog/2020-05-27-streampipes_on_k3s.md
index aee7c47..c4370bf 100644
--- a/website-v2/blog/2020-05-27-streampipes_on_k3s.md
+++ b/website-v2/blog/2020-05-27-streampipes_on_k3s.md
@@ -9,7 +9,7 @@
 <br/>
 
 
-This blog post is the second part of a series on how we want to bring StreamPipes closer to the edge. The [first part](/docs/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/docs/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via k3s using our StreamPipes helm chart.
+This blog post is the second part of a series on how we want to bring StreamPipes closer to the edge. The [first part](/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via k3s using our StreamPipes helm chart.
 <!--truncate-->
 
 **<TL;DR>**
@@ -254,8 +254,8 @@
 
 <img class="blog-image" style={{maxWidth: '60%'}} src="/img/blog/2020-05-27/helm_k3s.png" alt="HelmK3s"/>
 
-- [Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)
-- **[Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)**
+- [Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/blog/2020/01/23/streampipes_on_rpi)
+- **[Part 2: Running StreamPipes the Kubernetes-Way using K3s](/blog/2020/05/27/streampipes_on_k3s)**
 
 
 ### Useful links
diff --git a/website-v2/blog/2023-04-12-release-091.md b/website-v2/blog/2023-04-12-release-091.md
index 7479365..904f9b8 100644
--- a/website-v2/blog/2023-04-12-release-091.md
+++ b/website-v2/blog/2023-04-12-release-091.md
@@ -99,7 +99,7 @@
 (in this case the connection overview).
 
 ## Support Output Streams for Standalone Functions
-Within the last release, [0.90.0](/docs/blog/2023/01/17/release-090.html), we introduced StreamPipes Functions as a lightweight alternative to processing elements.  
+Within the last release, [0.90.0](/blog/2023/01/17/release-090.html), we introduced StreamPipes Functions as a lightweight alternative to processing elements.  
 StreamPipes Functions do now support having output streams, which means that they allow not only to consume but to send data to StreamPipes as well.
 
 Below you can see a simple example function that demonstrates how events can be pushed back to StreamPipes again.
diff --git a/website-v2/docusaurus.config.js b/website-v2/docusaurus.config.js
index 1f7ed5f..77445b4 100644
--- a/website-v2/docusaurus.config.js
+++ b/website-v2/docusaurus.config.js
@@ -3,6 +3,7 @@
   "tagline": "Self-Service Data Analytics",
   "url": "https://streampipes.apache.org",
   "baseUrl": "/",
+  "trailingSlash": true,
   "organizationName": "apache",
   "projectName": "streampipes-docs",
   "scripts": [
diff --git a/website-v2/src/components/Teaser.tsx b/website-v2/src/components/Teaser.tsx
index 92201f1..fe1f457 100644
--- a/website-v2/src/components/Teaser.tsx
+++ b/website-v2/src/components/Teaser.tsx
@@ -23,9 +23,9 @@
             </div>
             <div className={"after-apache-teaser"}></div>
             <div className={"teaser-actions text-center"}>
-              <a href="/download" className="sp-button sp-button-large sp-button-blue sp-button-margin"><i
+              <a href="/download/" className="sp-button sp-button-large sp-button-blue sp-button-margin"><i
                 className="fas fa-download"></i> Download</a>
-              <a href="/docs/user-guide-introduction"
+              <a href="/docs/user-guide-introduction/"
                  className="sp-button sp-button-large sp-button-gray sp-button-margin"><i
                 className="fas fa-book"></i> Documentation
               </a>
diff --git a/website-v2/src/components/download/DownloadMoreInfo.tsx b/website-v2/src/components/download/DownloadMoreInfo.tsx
index fb175eb..63629ed 100644
--- a/website-v2/src/components/download/DownloadMoreInfo.tsx
+++ b/website-v2/src/components/download/DownloadMoreInfo.tsx
@@ -12,9 +12,9 @@
         </div>
         <div className="col-md-11 col-9">
           For a detailed description of the installer and migration guides, read the <a
-          href="https://streampipes.apache.org/docs/docs/try-installation.html">installation guide</a>
-          or learn about advanced <a href="https://streampipes.apache.org/docs/docs/deploy-docker.html">Docker</a> or <a
-          href="https://streampipes.apache.org/docs/docs/deploy-kubernetes.html">K8s</a> deployment setups.
+          href="/docs/try-installation/"> installation guide</a>
+          or learn about advanced <a href="/docs/deploy-docker/">Docker</a> or <a
+          href="/docs/deploy-kubernetes/">K8s</a> deployment setups.
         </div>
       </div>
     </li>
diff --git a/website-v2/src/components/home/LovedByDevelopers.tsx b/website-v2/src/components/home/LovedByDevelopers.tsx
index 6597a95..9d17119 100644
--- a/website-v2/src/components/home/LovedByDevelopers.tsx
+++ b/website-v2/src/components/home/LovedByDevelopers.tsx
@@ -25,7 +25,7 @@
               need to restart the whole system.
             </p>
             <div>
-            <a href="/docs/extend-tutorial-data-processors" className="sp-button sp-button-medium sp-button-blue"><i
+            <a href="/docs/extend-tutorial-data-processors/" className="sp-button sp-button-medium sp-button-blue"><i
               className="fas fa-hand-point-right"></i> Tutorial: SDK</a>
             </div>
           </Subsection>
diff --git a/website-v2/src/components/home/LovedByUsers.tsx b/website-v2/src/components/home/LovedByUsers.tsx
index a390058..3185baa 100644
--- a/website-v2/src/components/home/LovedByUsers.tsx
+++ b/website-v2/src/components/home/LovedByUsers.tsx
@@ -30,7 +30,7 @@
           <p className={"text-left"}>Pre-processing rules can be added to harmonize data before ingestion, e.g.,
             transformation of
             measurement units.</p>
-          <a href="/docs/use-connect" className="sp-button sp-button-medium sp-button-blue"><i
+          <a href="/docs/use-connect/" className="sp-button sp-button-medium sp-button-blue"><i
             className="fas fa-hand-point-right"></i> Learn more</a>
         </FeatureItemHorizontal>
         <FeatureItemHorizontal featureNumber={"02."} title={"Analyze"} images={[{src: "/img/screenshots/sp-editor-pipeline.png", alt: "StreamPipes Pipeline Editor"}, {src: "/img/screenshots/sp-editor-config-trend.png", alt: "Pipeline Editor Configuration"}]}>
@@ -43,7 +43,7 @@
           </p>
           <hr/>
           <p>Our pipeline elements focus on analyzing industrial IoT data - for instance, we provide many operators to transform process data from PLC systems.</p>
-          <a href="/docs/use-pipeline-editor" className="sp-button sp-button-medium sp-button-blue"><i
+          <a href="/docs/use-pipeline-editor/" className="sp-button sp-button-medium sp-button-blue"><i
             className="fas fa-hand-point-right"></i> Learn more</a>
         </FeatureItemHorizontal>
         <FeatureItemHorizontal featureNumber={"03."} title={"Exploit"} images={[{src: "/img/screenshots/sp-data-explorer-config.png", alt: "Data Explorer Widgets"}, {src: "/img/screenshots/sp-explorer-ts.png", alt: "StreamPipes Data Explorer Time Series Chart"}, {src: "/img/screenshots/sp-dashboard.png", alt: "Live Dashboard"}]}>
@@ -61,9 +61,9 @@
           <p className={"text-left"}>The brand-new data explorer gives you an intuitive and feature-rich component to visually analyze persisted time-series data and comes with ready-to-use visualizations such as heatmaps, value distribution charts or time-series charts.</p>
           <hr/>
           <p className={"text-left"}>Use the live dashboard to visualize data in real-time, e.g., show critical values directly on the shopfloor.</p>
-          <a href="/docs/use-data-explorer" className="sp-button sp-button-medium sp-button-blue"><i
-            className="fas fa-hand-point-right"></i> Data Explorer</a>
-          <a href="/docs/use-dashboard" className="sp-button sp-button-medium sp-button-blue"><i
+          <a href="/docs/use-data-explorer/" className="sp-button sp-button-medium sp-button-blue"><i
+            className="fas fa-hand-point-right/"></i> Data Explorer</a>
+          <a href="/docs/use-dashboard/" className="sp-button sp-button-medium sp-button-blue"><i
             className="fas fa-hand-point-right"></i> Live Dashboard</a>
         </FeatureItemHorizontal>
       </PageSection>
diff --git a/website-v2/src/components/home/Support.tsx b/website-v2/src/components/home/Support.tsx
index c1191d1..375b0f2 100644
--- a/website-v2/src/components/home/Support.tsx
+++ b/website-v2/src/components/home/Support.tsx
@@ -9,7 +9,7 @@
       <section className="d-sm-flex clearfix align-items-center justify-content-center">
         <SupportLink imageSrc={"/img/open_source/icon-github.png"} href={"https://www.github.com/apache/streampipes"}
                      label={"Github"}></SupportLink>
-        <SupportLink imageSrc={"/img/open_source/icon-docs.png"} href={"/docs/index.html"}
+        <SupportLink imageSrc={"/img/open_source/icon-docs.png"} href={"/docs/user-guide-introduction/"}
                      label={"Documentation"}></SupportLink>
         <SupportLink imageSrc={"/img/open_source/icon-docker.png"} href={"https://hub.docker.com/u/apachestreampipes"}
                      label={"Docker Hub"}></SupportLink>
diff --git a/website-v2/src/pages/download.tsx b/website-v2/src/pages/download.tsx
index c4f03c2..4581796 100644
--- a/website-v2/src/pages/download.tsx
+++ b/website-v2/src/pages/download.tsx
@@ -49,7 +49,7 @@
                                                     </span>
               </div>
               <div className="col-md-11 col-9">
-                Check the <a href="/docs/user-guide-introduction"> user
+                Check the <a href="/docs/user-guide-introduction/"> user
                 guide</a> and learn how to make your first steps with StreamPipes!
               </div>
             </div>
diff --git a/website-v2/versioned_docs/version-0.70.0/01_try-overview.md b/website-v2/versioned_docs/version-0.70.0/01_try-overview.md
index 708ed05..48be149 100644
--- a/website-v2/versioned_docs/version-0.70.0/01_try-overview.md
+++ b/website-v2/versioned_docs/version-0.70.0/01_try-overview.md
@@ -9,7 +9,6 @@
 
 <img class="docs-image docs-image-small docs-image-no-shadow" style={{padding: '10px'}} src="/img/01_try-overview/01_streampipes-overview.png" alt="StreamPipes Overview"/>
 
-
 <div class="container grid col-3">
     <div class="column">
         <div class="toc-box">
@@ -18,7 +17,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Your first steps with Apache StreamPipes:</b></div>
-               <a href="try-installation.html">Install StreamPipes 🔗</a>
+               <a href="../try-installation/">Install StreamPipes 🔗</a>
             </div>
         </div>
     </div>
@@ -29,7 +28,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes:</b></div>
-                <a href="concepts-overview.html">Overview 🔗</a>
+                <a href="../concepts-overview/">Overview 🔗</a>
             </div>
         </div>
     </div>
@@ -40,10 +39,12 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes:</b></div>
-                <a href="use-connect.html">StreamPipes Connect 🔗</a>, <a href="use-pipeline-editor.html">Pipeline Editor 🔗</a>, 
-                <a href="use-managing-pipelines.html">Managing Pipelines 🔗</a>, 
-                <a href="use-live-dashboard.html">Live Dashboard 🔗</a>, <a href="use-data-explorer.html">Data Explorer 🔗</a>, 
-                <a href="use-notifications.html">Notifications 🔗</a>
+                <a href="../use-connect/">StreamPipes Connect 🔗</a>, 
+                <a href="../use-pipeline-editor/">Pipeline Editor 🔗</a>, 
+                <a href="../use-managing-pipelines/">Managing Pipelines 🔗</a>, 
+                <a href="../use-live-dashboard/">Live Dashboard 🔗</a>, 
+                <a href="../use-data-explorer/">Data Explorer 🔗</a>, 
+                <a href="../use-notifications/">Notifications 🔗</a>
             </div>
         </div>
     </div>
@@ -54,9 +55,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Available pipeline elements in StreamPipes:</b></div>
-                <a href="pe/org.apache.streampipes.connect.protocol.stream.kafka.html">Adapters 🔗</a>, 
-                <a href="pe/org.apache.streampipes.processors.aggregation.flink.aggregation.html">Data Processors 🔗</a>, 
-                <a href="pe/org.apache.streampipes.sinks.databases.jvm.couchdb.html">Data Sinks 🔗</a> 
+                <a href="../pe/org.apache.streampipes.connect.iiot.protocol.stream.kafka/">Adapters 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/">Data Processors 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.sinks.databases.jvm.couchdb/">Data Sinks 🔗</a> 
             </div>
         </div>
     </div>
@@ -67,8 +68,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments:</b></div>
-                <a href="deploy-docker.html">Docker 🔗</a>, <a href="deploy-kubernetes.html">Kubernetes 🔗</a>, <a href="../deploy
-                -use-ssl">Use SSL 🔗</a>
+                <a href="../deploy-docker/">Docker 🔗</a>, 
+                <a href="../deploy-kubernetes/">Kubernetes 🔗</a>, 
+                <a href="../deploy-use-ssl/">Use SSL 🔗</a>
             </div>
         </div>
     </div>
@@ -79,14 +81,14 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes:</b></div>
-                <a href="extend-setup.html">Development Setup 🔗</a>, <a href="extend-cli.html">CLI 🔗</a>, <a href="../extend
-                -archetypes">Maven Archetypes 🔗</a>,
-                <a href="extend-tutorial-data-sources.html">Tutorial Data Sources 🔗</a>, <a href="../extend-tutorial-data
-                -processors">Tutorial Data Processors 🔗</a>, <a href="extend-tutorial-data-sinks.html">Tutorial Data Sinks 🔗
-                </a>,
-                <a href="extend-sdk-event-model.html">Event Model 🔗</a>, <a href="extend-sdk-stream-requirements.html">Stream
-                 Requirements 🔗</a>, <a href="extend-sdk-static-properties.html">Static Properties 🔗</a>,
-                <a href="extend-sdk-output-strategies.html">Output Strategies 🔗</a>
+                <a href="../extend-setup/">Development Setup 🔗</a>, <a href="../extend-cli/">CLI 🔗</a>, <a href="../extend-archetypes/">Maven Archetypes 🔗</a>,
+                <a href="../extend-tutorial-data-sources/">Tutorial Data Sources 🔗</a>, 
+                <a href="../extend-tutorial-data-processors">Tutorial Data Processors 🔗</a>, 
+                <a href="../extend-tutorial-data-sinks/">Tutorial Data Sinks 🔗</a>,
+                <a href="../extend-sdk-event-model/">Event Model 🔗</a>, 
+                <a href="../extend-sdk-stream-requirements/">Stream Requirements 🔗</a>, 
+                <a href="../extend-sdk-static-properties/">Static Properties 🔗</a>,
+                <a href="../extend-sdk-output-strategies/">Output Strategies 🔗</a>
             </div>
         </div>
     </div>
@@ -97,10 +99,11 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about technical concepts behind the curtain:</b></div>
-                <a href="technicals-architecture.html">Architecture 🔗</a>, <a href="technicals-user-guidance.html">User
-                 Guidance 🔗
-                </a>, <a href="technicals-runtime-wrappers.html">Runtime Wrappers 🔗</a>,
-                <a href="technicals-messaging.html">Messaging 🔗</a>, <a href="technicals-configuration.html">Configuration 🔗</a>
+                <a href="../technicals-architecture/">Architecture 🔗</a>, 
+                <a href="../technicals-user-guidance/">User Guidance 🔗 </a>, 
+                <a href="../technicals-runtime-wrappers/">Runtime Wrappers 🔗</a>,
+                <a href="../technicals-messaging/">Messaging 🔗</a>, 
+                <a href="../technicals-configuration/">Configuration 🔗</a>
             </div>
         </div>
     </div>
@@ -111,18 +114,8 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes:</b></div>
-                <a href="community-get-help.html">Get Help 🔗</a>, <a href="community-contribute.html">Contribute 🔗</a>
-            </div>
-        </div>
-    </div>
-    <div class="column">
-        <div class="toc-box">
-            <div class="toc-header border-thin">
-                🐍 StreamPipes Python
-            </div>
-            <div class="toc-content">
-                <div class="toc-section-header"><b>Discover what we offer for the Python world:</b></div>
-                <a href="/docs/docs/python/latest">Python Documentation 🔗</a>
+                <a href="../community-get-help/">Get Help 🔗</a>, 
+                <a href="../community-contribute/">Contribute 🔗</a>
             </div>
         </div>
     </div>
diff --git a/website-v2/versioned_docs/version-0.70.0/01_try-tutorial.md b/website-v2/versioned_docs/version-0.70.0/01_try-tutorial.md
index 6039ceb..fb7f861 100644
--- a/website-v2/versioned_docs/version-0.70.0/01_try-tutorial.md
+++ b/website-v2/versioned_docs/version-0.70.0/01_try-tutorial.md
@@ -17,5 +17,5 @@
 
 <img className="docs-image" src="/img/01_try-tutorial/02_tutorial-process.png" alt="Tutorial Welcome Page"/>
 
-Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](02_concepts-overview) 
+Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](concepts-overview) 
 
diff --git a/website-v2/versioned_docs/version-0.70.0/09_contribute.md b/website-v2/versioned_docs/version-0.70.0/09_contribute.md
index 63f76cb..43ea625 100644
--- a/website-v2/versioned_docs/version-0.70.0/09_contribute.md
+++ b/website-v2/versioned_docs/version-0.70.0/09_contribute.md
@@ -11,7 +11,7 @@
 get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
 
 Here are some first steps in case you want to contribute:
-* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
 * Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
 * Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
diff --git a/website-v2/versioned_docs/version-0.70.0/09_get-help.md b/website-v2/versioned_docs/version-0.70.0/09_get-help.md
index 255f170..0e56482 100644
--- a/website-v2/versioned_docs/version-0.70.0/09_get-help.md
+++ b/website-v2/versioned_docs/version-0.70.0/09_get-help.md
@@ -12,7 +12,7 @@
 
 [Mailing Lists](https://streampipes.apache.org/mailinglists.html)
 
-To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org)
+To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org)
 
 You can also ask questions on our Github discussions page:
 [Github Discussions](https://github.com/apache/streampipes/discussions)
diff --git a/website-v2/versioned_docs/version-0.90.0/01_try-overview.md b/website-v2/versioned_docs/version-0.90.0/01_try-overview.md
index db798a0..6243fd3 100644
--- a/website-v2/versioned_docs/version-0.90.0/01_try-overview.md
+++ b/website-v2/versioned_docs/version-0.90.0/01_try-overview.md
@@ -17,8 +17,8 @@
                 🚀 Try
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Your first steps with Apache StreamPipes.</b></div>
-               <a href="try-installation.html">Install StreamPipes</a>
+                <div class="toc-section-header"><b>Your first steps with Apache StreamPipes:</b></div>
+               <a href="../try-installation/">Install StreamPipes 🔗</a>
             </div>
         </div>
     </div>
@@ -28,8 +28,8 @@
                 💡 Concepts
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes.</b></div>
-                <a href="concepts-overview.html">Overview</a>
+                <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes:</b></div>
+                <a href="../concepts-overview/">Overview 🔗</a>
             </div>
         </div>
     </div>
@@ -39,11 +39,13 @@
                 🎓 Use
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes.</b></div>
-                <a href="use-connect.html">StreamPipes Connect</a>, <a href="use-pipeline-editor.html">Pipeline Editor</a>, 
-                <a href="use-managing-pipelines.html">Managing Pipelines</a>, 
-                <a href="use-live-dashboard.html">Live Dashboard</a>, <a href="use-data-explorer.html">Data Explorer</a>, 
-                <a href="use-notifications.html">Notifications</a>
+                <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes:</b></div>
+                <a href="../use-connect/">StreamPipes Connect 🔗</a>, 
+                <a href="../use-pipeline-editor/">Pipeline Editor 🔗</a>, 
+                <a href="../use-managing-pipelines/">Managing Pipelines 🔗</a>, 
+                <a href="../use-live-dashboard/">Live Dashboard 🔗</a>, 
+                <a href="../use-data-explorer/">Data Explorer 🔗</a>, 
+                <a href="../use-notifications/">Notifications 🔗</a>
             </div>
         </div>
     </div>
@@ -53,10 +55,10 @@
                 📚 Pipeline Elements
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Available pipeline elements in StreamPipes.</b></div>
-                <a href="pe/org.apache.streampipes.connect.protocol.stream.kafka.html">Adapters</a>, 
-                <a href="pe/org.apache.streampipes.processors.aggregation.flink.aggregation.html">Data Processors</a>, 
-                <a href="pe/org.apache.streampipes.sinks.databases.jvm.couchdb.html">Data Sinks</a> 
+                <div class="toc-section-header"><b>Available pipeline elements in StreamPipes:</b></div>
+                <a href="../pe/org.apache.streampipes.connect.iiot.protocol.stream.kafka/">Adapters 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/">Data Processors 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.sinks.databases.jvm.couchdb/">Data Sinks 🔗</a> 
             </div>
         </div>
     </div>
@@ -66,9 +68,10 @@
                 ⚡ Deploy 
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments.</b></div>
-                <a href="deploy-docker.html">Docker</a>, <a href="deploy-kubernetes.html">Kubernetes</a>, <a href="../deploy
-                -use-ssl">Use SSL</a>
+                <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments:</b></div>
+                <a href="../deploy-docker/">Docker 🔗</a>, 
+                <a href="../deploy-kubernetes/">Kubernetes 🔗</a>, 
+                <a href="../deploy-use-ssl/">Use SSL 🔗</a>
             </div>
         </div>
     </div>
@@ -78,15 +81,15 @@
                 💻 Extend
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes.</b></div>
-                <a href="extend-setup.html">Development Setup</a>, <a href="extend-cli.html">CLI</a>, <a href="../extend
-                -archetypes">Maven Archetypes</a>,
-                <a href="extend-tutorial-data-sources.html">Tutorial Data Sources</a>, <a href="../extend-tutorial-data
-                -processors">Tutorial Data Processors</a>, <a href="extend-tutorial-data-sinks.html">Tutorial Data Sinks
-                </a>,
-                <a href="extend-sdk-event-model.html">Event Model</a>, <a href="extend-sdk-stream-requirements.html">Stream
-                 Requirements</a>, <a href="extend-sdk-static-properties.html">Static Properties</a>,
-                <a href="extend-sdk-output-strategies.html">Output Strategies</a>
+                <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes:</b></div>
+                <a href="../extend-setup/">Development Setup 🔗</a>, <a href="../extend-cli/">CLI 🔗</a>, <a href="../extend-archetypes/">Maven Archetypes 🔗</a>,
+                <a href="../extend-tutorial-data-sources/">Tutorial Data Sources 🔗</a>, 
+                <a href="../extend-tutorial-data-processors">Tutorial Data Processors 🔗</a>, 
+                <a href="../extend-tutorial-data-sinks/">Tutorial Data Sinks 🔗</a>,
+                <a href="../extend-sdk-event-model/">Event Model 🔗</a>, 
+                <a href="../extend-sdk-stream-requirements/">Stream Requirements 🔗</a>, 
+                <a href="../extend-sdk-static-properties/">Static Properties 🔗</a>,
+                <a href="../extend-sdk-output-strategies/">Output Strategies 🔗</a>
             </div>
         </div>
     </div>
@@ -96,11 +99,12 @@
                 🔧 Technicals
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Learn about technical concepts behind the curtain.</b></div>
-                <a href="technicals-architecture.html">Architecture</a>, <a href="technicals-user-guidance.html">User
-                 Guidance
-                </a>, <a href="technicals-runtime-wrappers.html">Runtime Wrappers</a>,
-                <a href="technicals-messaging.html">Messaging</a>, <a href="technicals-configuration.html">Configuration</a>
+                <div class="toc-section-header"><b>Learn about technical concepts behind the curtain:</b></div>
+                <a href="../technicals-architecture/">Architecture 🔗</a>, 
+                <a href="../technicals-user-guidance/">User Guidance 🔗 </a>, 
+                <a href="../technicals-runtime-wrappers/">Runtime Wrappers 🔗</a>,
+                <a href="../technicals-messaging/">Messaging 🔗</a>, 
+                <a href="../technicals-configuration/">Configuration 🔗</a>
             </div>
         </div>
     </div>
@@ -110,8 +114,9 @@
                 👪 Community
             </div>
             <div class="toc-content">
-                <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes.</b></div>
-                <a href="community-get-help.html">Get Help</a>, <a href="community-contribute.html">Contribute</a>
+                <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes:</b></div>
+                <a href="../community-get-help/">Get Help 🔗</a>, 
+                <a href="../community-contribute/">Contribute 🔗</a>
             </div>
         </div>
     </div>
diff --git a/website-v2/versioned_docs/version-0.90.0/01_try-tutorial.md b/website-v2/versioned_docs/version-0.90.0/01_try-tutorial.md
index 6039ceb..fb7f861 100644
--- a/website-v2/versioned_docs/version-0.90.0/01_try-tutorial.md
+++ b/website-v2/versioned_docs/version-0.90.0/01_try-tutorial.md
@@ -17,5 +17,5 @@
 
 <img className="docs-image" src="/img/01_try-tutorial/02_tutorial-process.png" alt="Tutorial Welcome Page"/>
 
-Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](02_concepts-overview) 
+Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](concepts-overview) 
 
diff --git a/website-v2/versioned_docs/version-0.90.0/09_contribute.md b/website-v2/versioned_docs/version-0.90.0/09_contribute.md
index 63f76cb..43ea625 100644
--- a/website-v2/versioned_docs/version-0.90.0/09_contribute.md
+++ b/website-v2/versioned_docs/version-0.90.0/09_contribute.md
@@ -11,7 +11,7 @@
 get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
 
 Here are some first steps in case you want to contribute:
-* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
 * Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
 * Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
diff --git a/website-v2/versioned_docs/version-0.90.0/09_get-help.md b/website-v2/versioned_docs/version-0.90.0/09_get-help.md
index 255f170..0e56482 100644
--- a/website-v2/versioned_docs/version-0.90.0/09_get-help.md
+++ b/website-v2/versioned_docs/version-0.90.0/09_get-help.md
@@ -12,7 +12,7 @@
 
 [Mailing Lists](https://streampipes.apache.org/mailinglists.html)
 
-To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org)
+To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org)
 
 You can also ask questions on our Github discussions page:
 [Github Discussions](https://github.com/apache/streampipes/discussions)
diff --git a/website-v2/versioned_docs/version-0.91.0/01_try-overview.md b/website-v2/versioned_docs/version-0.91.0/01_try-overview.md
index 708ed05..8f6405e 100644
--- a/website-v2/versioned_docs/version-0.91.0/01_try-overview.md
+++ b/website-v2/versioned_docs/version-0.91.0/01_try-overview.md
@@ -18,7 +18,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Your first steps with Apache StreamPipes:</b></div>
-               <a href="try-installation.html">Install StreamPipes 🔗</a>
+               <a href="../try-installation/">Install StreamPipes 🔗</a>
             </div>
         </div>
     </div>
@@ -29,7 +29,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes:</b></div>
-                <a href="concepts-overview.html">Overview 🔗</a>
+                <a href="../concepts-overview/">Overview 🔗</a>
             </div>
         </div>
     </div>
@@ -40,10 +40,12 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes:</b></div>
-                <a href="use-connect.html">StreamPipes Connect 🔗</a>, <a href="use-pipeline-editor.html">Pipeline Editor 🔗</a>, 
-                <a href="use-managing-pipelines.html">Managing Pipelines 🔗</a>, 
-                <a href="use-live-dashboard.html">Live Dashboard 🔗</a>, <a href="use-data-explorer.html">Data Explorer 🔗</a>, 
-                <a href="use-notifications.html">Notifications 🔗</a>
+                <a href="../use-connect/">StreamPipes Connect 🔗</a>, 
+                <a href="../use-pipeline-editor/">Pipeline Editor 🔗</a>, 
+                <a href="../use-managing-pipelines/">Managing Pipelines 🔗</a>, 
+                <a href="../use-live-dashboard/">Live Dashboard 🔗</a>, 
+                <a href="../use-data-explorer/">Data Explorer 🔗</a>, 
+                <a href="../use-notifications/">Notifications 🔗</a>
             </div>
         </div>
     </div>
@@ -54,9 +56,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Available pipeline elements in StreamPipes:</b></div>
-                <a href="pe/org.apache.streampipes.connect.protocol.stream.kafka.html">Adapters 🔗</a>, 
-                <a href="pe/org.apache.streampipes.processors.aggregation.flink.aggregation.html">Data Processors 🔗</a>, 
-                <a href="pe/org.apache.streampipes.sinks.databases.jvm.couchdb.html">Data Sinks 🔗</a> 
+                <a href="../pe/org.apache.streampipes.connect.iiot.protocol.stream.kafka/">Adapters 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/">Data Processors 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.sinks.databases.jvm.couchdb/">Data Sinks 🔗</a> 
             </div>
         </div>
     </div>
@@ -67,8 +69,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments:</b></div>
-                <a href="deploy-docker.html">Docker 🔗</a>, <a href="deploy-kubernetes.html">Kubernetes 🔗</a>, <a href="../deploy
-                -use-ssl">Use SSL 🔗</a>
+                <a href="../deploy-docker/">Docker 🔗</a>, 
+                <a href="../deploy-kubernetes/">Kubernetes 🔗</a>, 
+                <a href="../deploy-use-ssl/">Use SSL 🔗</a>
             </div>
         </div>
     </div>
@@ -79,14 +82,14 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes:</b></div>
-                <a href="extend-setup.html">Development Setup 🔗</a>, <a href="extend-cli.html">CLI 🔗</a>, <a href="../extend
-                -archetypes">Maven Archetypes 🔗</a>,
-                <a href="extend-tutorial-data-sources.html">Tutorial Data Sources 🔗</a>, <a href="../extend-tutorial-data
-                -processors">Tutorial Data Processors 🔗</a>, <a href="extend-tutorial-data-sinks.html">Tutorial Data Sinks 🔗
-                </a>,
-                <a href="extend-sdk-event-model.html">Event Model 🔗</a>, <a href="extend-sdk-stream-requirements.html">Stream
-                 Requirements 🔗</a>, <a href="extend-sdk-static-properties.html">Static Properties 🔗</a>,
-                <a href="extend-sdk-output-strategies.html">Output Strategies 🔗</a>
+                <a href="../extend-setup/">Development Setup 🔗</a>, <a href="../extend-cli/">CLI 🔗</a>, <a href="../extend-archetypes/">Maven Archetypes 🔗</a>,
+                <a href="../extend-tutorial-data-sources/">Tutorial Data Sources 🔗</a>, 
+                <a href="../extend-tutorial-data-processors">Tutorial Data Processors 🔗</a>, 
+                <a href="../extend-tutorial-data-sinks/">Tutorial Data Sinks 🔗</a>,
+                <a href="../extend-sdk-event-model/">Event Model 🔗</a>, 
+                <a href="../extend-sdk-stream-requirements/">Stream Requirements 🔗</a>, 
+                <a href="../extend-sdk-static-properties/">Static Properties 🔗</a>,
+                <a href="../extend-sdk-output-strategies/">Output Strategies 🔗</a>
             </div>
         </div>
     </div>
@@ -97,10 +100,11 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about technical concepts behind the curtain:</b></div>
-                <a href="technicals-architecture.html">Architecture 🔗</a>, <a href="technicals-user-guidance.html">User
-                 Guidance 🔗
-                </a>, <a href="technicals-runtime-wrappers.html">Runtime Wrappers 🔗</a>,
-                <a href="technicals-messaging.html">Messaging 🔗</a>, <a href="technicals-configuration.html">Configuration 🔗</a>
+                <a href="../technicals-architecture/">Architecture 🔗</a>, 
+                <a href="../technicals-user-guidance/">User Guidance 🔗 </a>, 
+                <a href="../technicals-runtime-wrappers/">Runtime Wrappers 🔗</a>,
+                <a href="../technicals-messaging/">Messaging 🔗</a>, 
+                <a href="../technicals-configuration/">Configuration 🔗</a>
             </div>
         </div>
     </div>
@@ -111,7 +115,8 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes:</b></div>
-                <a href="community-get-help.html">Get Help 🔗</a>, <a href="community-contribute.html">Contribute 🔗</a>
+                <a href="../community-get-help/">Get Help 🔗</a>, 
+                <a href="../community-contribute/">Contribute 🔗</a>
             </div>
         </div>
     </div>
@@ -122,7 +127,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Discover what we offer for the Python world:</b></div>
-                <a href="/docs/docs/python/latest">Python Documentation 🔗</a>
+                <a href="/docs/docs/python/latest/">Python Documentation 🔗</a>
             </div>
         </div>
     </div>
diff --git a/website-v2/versioned_docs/version-0.91.0/01_try-tutorial.md b/website-v2/versioned_docs/version-0.91.0/01_try-tutorial.md
index 6039ceb..fb7f861 100644
--- a/website-v2/versioned_docs/version-0.91.0/01_try-tutorial.md
+++ b/website-v2/versioned_docs/version-0.91.0/01_try-tutorial.md
@@ -17,5 +17,5 @@
 
 <img className="docs-image" src="/img/01_try-tutorial/02_tutorial-process.png" alt="Tutorial Welcome Page"/>
 
-Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](02_concepts-overview) 
+Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](concepts-overview) 
 
diff --git a/website-v2/versioned_docs/version-0.91.0/09_contribute.md b/website-v2/versioned_docs/version-0.91.0/09_contribute.md
index 63f76cb..43ea625 100644
--- a/website-v2/versioned_docs/version-0.91.0/09_contribute.md
+++ b/website-v2/versioned_docs/version-0.91.0/09_contribute.md
@@ -11,7 +11,7 @@
 get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
 
 Here are some first steps in case you want to contribute:
-* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
 * Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
 * Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
diff --git a/website-v2/versioned_docs/version-0.91.0/09_get-help.md b/website-v2/versioned_docs/version-0.91.0/09_get-help.md
index 255f170..0e56482 100644
--- a/website-v2/versioned_docs/version-0.91.0/09_get-help.md
+++ b/website-v2/versioned_docs/version-0.91.0/09_get-help.md
@@ -12,7 +12,7 @@
 
 [Mailing Lists](https://streampipes.apache.org/mailinglists.html)
 
-To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org)
+To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org)
 
 You can also ask questions on our Github discussions page:
 [Github Discussions](https://github.com/apache/streampipes/discussions)
diff --git a/website-v2/versioned_docs/version-0.92.0/01_try-overview.md b/website-v2/versioned_docs/version-0.92.0/01_try-overview.md
index 67dca5a..b56e2fd 100644
--- a/website-v2/versioned_docs/version-0.92.0/01_try-overview.md
+++ b/website-v2/versioned_docs/version-0.92.0/01_try-overview.md
@@ -17,7 +17,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Your first steps with Apache StreamPipes:</b></div>
-               <a href="try-installation.html">Install StreamPipes 🔗</a>
+               <a href="../try-installation/">Install StreamPipes 🔗</a>
             </div>
         </div>
     </div>
@@ -28,7 +28,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about some general concepts of StreamPipes:</b></div>
-                <a href="concepts-overview.html">Overview 🔗</a>
+                <a href="../concepts-overview/">Overview 🔗</a>
             </div>
         </div>
     </div>
@@ -39,10 +39,12 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn how to use the various modules of StreamPipes:</b></div>
-                <a href="use-connect.html">StreamPipes Connect 🔗</a>, <a href="use-pipeline-editor.html">Pipeline Editor 🔗</a>, 
-                <a href="use-managing-pipelines.html">Managing Pipelines 🔗</a>, 
-                <a href="use-live-dashboard.html">Live Dashboard 🔗</a>, <a href="use-data-explorer.html">Data Explorer 🔗</a>, 
-                <a href="use-notifications.html">Notifications 🔗</a>
+                <a href="../use-connect/">StreamPipes Connect 🔗</a>, 
+                <a href="../use-pipeline-editor/">Pipeline Editor 🔗</a>, 
+                <a href="../use-managing-pipelines/">Managing Pipelines 🔗</a>, 
+                <a href="../use-live-dashboard/">Live Dashboard 🔗</a>, 
+                <a href="../use-data-explorer/">Data Explorer 🔗</a>, 
+                <a href="../use-notifications/">Notifications 🔗</a>
             </div>
         </div>
     </div>
@@ -53,9 +55,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Available pipeline elements in StreamPipes:</b></div>
-                <a href="pe/org.apache.streampipes.connect.protocol.stream.kafka.html">Adapters 🔗</a>, 
-                <a href="pe/org.apache.streampipes.processors.aggregation.flink.aggregation.html">Data Processors 🔗</a>, 
-                <a href="pe/org.apache.streampipes.sinks.databases.jvm.couchdb.html">Data Sinks 🔗</a> 
+                <a href="../pe/org.apache.streampipes.connect.iiot.protocol.stream.kafka/">Adapters 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/">Data Processors 🔗</a>, 
+                <a href="../pe/org.apache.streampipes.sinks.databases.jvm.couchdb/">Data Sinks 🔗</a> 
             </div>
         </div>
     </div>
@@ -66,8 +68,9 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>How to set up StreamPipes in test and production environments:</b></div>
-                <a href="deploy-docker.html">Docker 🔗</a>, <a href="deploy-kubernetes.html">Kubernetes 🔗</a>, <a href="../deploy
-                -use-ssl">Use SSL 🔗</a>
+                <a href="../deploy-docker/">Docker 🔗</a>, 
+                <a href="../deploy-kubernetes/">Kubernetes 🔗</a>, 
+                <a href="../deploy-use-ssl/">Use SSL 🔗</a>
             </div>
         </div>
     </div>
@@ -78,14 +81,14 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Write your own pipeline elements for StreamPipes:</b></div>
-                <a href="extend-setup.html">Development Setup 🔗</a>, <a href="extend-cli.html">CLI 🔗</a>, <a href="../extend
-                -archetypes">Maven Archetypes 🔗</a>,
-                <a href="extend-tutorial-data-sources.html">Tutorial Data Sources 🔗</a>, <a href="../extend-tutorial-data
-                -processors">Tutorial Data Processors 🔗</a>, <a href="extend-tutorial-data-sinks.html">Tutorial Data Sinks 🔗
-                </a>,
-                <a href="extend-sdk-event-model.html">Event Model 🔗</a>, <a href="extend-sdk-stream-requirements.html">Stream
-                 Requirements 🔗</a>, <a href="extend-sdk-static-properties.html">Static Properties 🔗</a>,
-                <a href="extend-sdk-output-strategies.html">Output Strategies 🔗</a>
+                <a href="../extend-setup/">Development Setup 🔗</a>, <a href="../extend-cli/">CLI 🔗</a>, <a href="../extend-archetypes/">Maven Archetypes 🔗</a>,
+                <a href="../extend-tutorial-data-sources/">Tutorial Data Sources 🔗</a>, 
+                <a href="../extend-tutorial-data-processors">Tutorial Data Processors 🔗</a>, 
+                <a href="../extend-tutorial-data-sinks/">Tutorial Data Sinks 🔗</a>,
+                <a href="../extend-sdk-event-model/">Event Model 🔗</a>, 
+                <a href="../extend-sdk-stream-requirements/">Stream Requirements 🔗</a>, 
+                <a href="../extend-sdk-static-properties/">Static Properties 🔗</a>,
+                <a href="../extend-sdk-output-strategies/">Output Strategies 🔗</a>
             </div>
         </div>
     </div>
@@ -96,10 +99,11 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Learn about technical concepts behind the curtain:</b></div>
-                <a href="technicals-architecture.html">Architecture 🔗</a>, <a href="technicals-user-guidance.html">User
-                 Guidance 🔗
-                </a>, <a href="technicals-runtime-wrappers.html">Runtime Wrappers 🔗</a>,
-                <a href="technicals-messaging.html">Messaging 🔗</a>, <a href="technicals-configuration.html">Configuration 🔗</a>
+                <a href="../technicals-architecture/">Architecture 🔗</a>, 
+                <a href="../technicals-user-guidance/">User Guidance 🔗 </a>, 
+                <a href="../technicals-runtime-wrappers/">Runtime Wrappers 🔗</a>,
+                <a href="../technicals-messaging/">Messaging 🔗</a>, 
+                <a href="../technicals-configuration/">Configuration 🔗</a>
             </div>
         </div>
     </div>
@@ -110,7 +114,8 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Get support and learn how to contribute to StreamPipes:</b></div>
-                <a href="community-get-help.html">Get Help 🔗</a>, <a href="community-contribute.html">Contribute 🔗</a>
+                <a href="../community-get-help/">Get Help 🔗</a>, 
+                <a href="../community-contribute/">Contribute 🔗</a>
             </div>
         </div>
     </div>
@@ -121,7 +126,7 @@
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Discover what we offer for the Python world:</b></div>
-                <a href="/docs/docs/python/latest">Python Documentation 🔗</a>
+                <a href="/docs/docs/python/latest/">Python Documentation 🔗</a>
             </div>
         </div>
     </div>
diff --git a/website-v2/versioned_docs/version-0.92.0/01_try-tutorial.md b/website-v2/versioned_docs/version-0.92.0/01_try-tutorial.md
index f712a43..c13d6f1 100644
--- a/website-v2/versioned_docs/version-0.92.0/01_try-tutorial.md
+++ b/website-v2/versioned_docs/version-0.92.0/01_try-tutorial.md
@@ -16,5 +16,5 @@
 
 <img className="docs-image" src="/img/01_try-tutorial/02_tutorial-process.png" alt="Tutorial Welcome Page"/>
 
-Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](02_concepts-overview) 
+Now after you've built your first pipeline, you might be interested in reading about some of our core [concepts](concepts-overview) 
 
diff --git a/website-v2/versioned_docs/version-0.92.0/09_contribute.md b/website-v2/versioned_docs/version-0.92.0/09_contribute.md
index 47d39d2..1195689 100644
--- a/website-v2/versioned_docs/version-0.92.0/09_contribute.md
+++ b/website-v2/versioned_docs/version-0.92.0/09_contribute.md
@@ -10,7 +10,7 @@
 get to know an open-minded and motivated team working together to build the next IIoT analytics toolbox.
 
 Here are some first steps in case you want to contribute:
-* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
+* Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
 * Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
 * Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
diff --git a/website-v2/versioned_docs/version-0.92.0/09_get-help.md b/website-v2/versioned_docs/version-0.92.0/09_get-help.md
index 077f0b6..a525322 100644
--- a/website-v2/versioned_docs/version-0.92.0/09_get-help.md
+++ b/website-v2/versioned_docs/version-0.92.0/09_get-help.md
@@ -11,7 +11,7 @@
 
 [Mailing Lists](https://streampipes.apache.org/mailinglists.html)
 
-To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](users-subscribe@streampipes.apache.org)
+To subscribe to the user list, send an email to [users-subscribe@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org)
 
 You can also ask questions on our Github discussions page:
 [Github Discussions](https://github.com/apache/streampipes/discussions)