Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Mar 12, 2024
1 parent 7174b1c commit 41c5bd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/redirected_release_doc.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ site.baseurl }}/doc/{{ site.data.release.version }}/manual"/>
<link rel="canonical" href="{{ site.baseurl }}/doc/{{ site.data.release.version }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ site.baseurl }}/doc/{{ site.data.release.version }}/manual" />
<meta http-equiv="refresh" content="0;url={{ site.baseurl }}/doc/{{ site.data.release.version }}" />
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ site.baseurl }}/doc/{{ site.data.release.version }}/manual">Click here if you are not redirected.<a>
<script>location='{{ site.baseurl }}/doc/{{ site.data.release.version }}/manual'</script>
<a href="{{ site.baseurl }}/doc/{{ site.data.release.version }}">Click here if you are not redirected.<a>
<script>location='{{ site.baseurl }}/doc/{{ site.data.release.version }}'</script>
</body>
</html>

0 comments on commit 41c5bd4

Please sign in to comment.