Skip to content
Snippets Groups Projects
Verified Commit 852fea64 authored by Martin Weise's avatar Martin Weise
Browse files

Added correct links

parent 6e90842a
Branches
Tags
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -14,8 +14,8 @@ collection. Challenges revolve around organizing, searching and retrieving conte ...@@ -14,8 +14,8 @@ collection. Challenges revolve around organizing, searching and retrieving conte
constitute a major technical burden as their internal representation greatly differs from static documents most digital constitute a major technical burden as their internal representation greatly differs from static documents most digital
repositories are designed for. repositories are designed for.
[System Description](/system){ .action-button .md-button .md-button--secondary } [System Description](../system){ .action-button .md-button .md-button--secondary }
[How to use](/usage-overview){ .action-button .md-button .md-button--primary } [How to use](../usage-overview){ .action-button .md-button .md-button--primary }
## Application Areas ## Application Areas
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<script> <script>
function getVersion() { function getVersion() {
const segments = location.pathname.split('/') const segments = location.pathname.split('/')
console.debug('segments', segments)
if (segments.length >= 4) { if (segments.length >= 4) {
return segments[3] return segments[3]
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment