Skip to content

Commit

Permalink
Fixed permalink and redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
SomedudeX committed May 4, 2024
1 parent 431b6a9 commit 4f055a9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ page.redirect_to }}">Click here if you are not redirected to home<a>
<a href="{{ page.redirect_to }}">Click here if you are not redirected to the homepage<a>
<script>location='{{ page.redirect_to }}'</script>
</body>
</html>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: redirect
permalink: /
redirect_to: /home
permalink: /vint
redirect_to: /vint/home/
---


2 changes: 1 addition & 1 deletion docs/pages/api_reference/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: API Reference
nav_order: 4
permalink: /api_reference/
permalink: /vint/api_reference/
has_children: true
has_toc: true
---
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api_reference/integer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Integer
nav_order: 4
permalink: /api_reference/integer
permalink: /vint/api_reference/integer
parent: API Reference
---
<a id="top"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/home.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Home
permalink: /home
permalink: /vint/home
nav_order: 1
---
<a id="top"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Performance
nav_order: 3
permalink: /performance/
permalink: /vint/performance/
---
<a id="top"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Tutorial
nav_order: 2
permalink: /tutorial/
permalink: /vint/tutorial/
---
<a id="top"></a>

Expand Down

0 comments on commit 4f055a9

Please sign in to comment.