Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 6d99369

Browse files
committed
Add / to the start of /Wiki so that it redirects correctly.
1 parent 75f1ebf commit 6d99369

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

OpenTabletDriver.Web/Views/Shared/_PlatformCards.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<img class="pt-4 pb-2" height="@imageSize" src="~/images/platform/Windows_logo_-_2012_derivative.svg"/>
1414
</div>
1515
<div class="card-body d-flex flex-column mx-1">
16-
<a class="btn btn-primary my-1" href="Wiki/Install/Windows">
16+
<a class="btn btn-primary my-1" href="/Wiki/Install/Windows">
1717
Installation Guide
1818
</a>
19-
<a class="btn btn-secondary my-1" href="Wiki/FAQ/Windows">
19+
<a class="btn btn-secondary my-1" href="/Wiki/FAQ/Windows">
2020
FAQ
2121
</a>
2222
</div>
@@ -31,10 +31,10 @@
3131
<img class="pt-4 pb-2" height="@imageSize" src="~/images/platform/TuxFlat.svg"/>
3232
</div>
3333
<div class="card-body d-flex flex-column mx-1">
34-
<a class="btn btn-primary my-1" href="Wiki/Install/Linux">
34+
<a class="btn btn-primary my-1" href="/Wiki/Install/Linux">
3535
Installation Guide
3636
</a>
37-
<a class="btn btn-secondary my-1" href="Wiki/FAQ/Linux">
37+
<a class="btn btn-secondary my-1" href="/Wiki/FAQ/Linux">
3838
FAQ
3939
</a>
4040
</div>
@@ -49,10 +49,10 @@
4949
<img class="pt-4 pb-2" height="@imageSize" src="~/images/platform/Apple_Computer_Logo_rainbow.svg"/>
5050
</div>
5151
<div class="card-body d-flex flex-column mx-1">
52-
<a class="btn btn-primary my-1" href="Wiki/Install/MacOS">
52+
<a class="btn btn-primary my-1" href="/Wiki/Install/MacOS">
5353
Installation Guide
5454
</a>
55-
<a class="btn btn-secondary my-1" href="Wiki/FAQ/MacOS">
55+
<a class="btn btn-secondary my-1" href="/Wiki/FAQ/MacOS">
5656
FAQ
5757
</a>
5858
</div>

OpenTabletDriver.Web/Views/Wiki/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h3>Frequently Asked Questions</h3>
1313
<ul>
1414
<li>
15-
<a class="link-light" href="Wiki/FAQ/General">General OpenTabletDriver FAQ</a>
15+
<a class="link-light" href="/Wiki/FAQ/General">General OpenTabletDriver FAQ</a>
1616
</li>
1717
</ul>
1818
</div>
@@ -21,7 +21,7 @@
2121
<h3>Development</h3>
2222
<ul>
2323
<li>
24-
<a class="link-light" href="Wiki/Development/Configurations">Writing OpenTabletDriver Configurations</a>
24+
<a class="link-light" href="/Wiki/Development/Configurations">Writing OpenTabletDriver Configurations</a>
2525
</li>
2626
</ul>
2727
</div>

0 commit comments

Comments
 (0)