Skip to content

Commit 450435f

Browse files
Change URLs that started https://basisvr.org from absolute path to relative path to make cloning and deploying easy (#3)
1 parent 3cedb52 commit 450435f

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@
271271
</a>
272272

273273
<nav class="hidden md:flex items-center gap-6 text-sm">
274-
<a href="https://basisvr.org/features.html" class="text-gray-900 dark:text-gray-100 font-semibold">Features</a>
274+
<a href="./features.html" class="text-gray-900 dark:text-gray-100 font-semibold">Features</a>
275275
<a href="https://docs.basisvr.org/docs" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
276-
<a href="https://basisvr.org/funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
277-
<a href="https://basisvr.org/philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
276+
<a href="./funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
277+
<a href="./philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
278278
<a href="https://github.com/BasisVR/basis" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
279279
</nav>
280280
</div>

funding.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
<span class="font-semibold text-lg">BasisVR</span>
7979
</a>
8080
<nav class="hidden sm:flex items-center gap-5 text-sm">
81-
<a href="https://basisvr.org/features" class="text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
81+
<a href="./features" class="text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
8282
<a href="https://docs.basisvr.org/docs" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
83-
<a href="https://basisvr.org/funding" class="text-gray-900 dark:text-gray-100 font-semibold">Funding</a>
84-
<a href="https://basisvr.org/philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
83+
<a href="./funding" class="text-gray-900 dark:text-gray-100 font-semibold">Funding</a>
84+
<a href="./philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
8585
<a href="https://github.com/BasisVR/basis" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
8686
</nav>
8787
</div>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
</a>
7373

7474
<div class="flex items-center gap-6">
75-
<a href="https://basisvr.org/features"
75+
<a href="./features"
7676
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
7777
<a href="https://docs.basisvr.org/docs" target="_blank"
7878
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
79-
<a href="https://basisvr.org/funding"
79+
<a href="./funding"
8080
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
81-
<a href="https://basisvr.org/philosophy"
81+
<a href="./philosophy"
8282
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
8383
<a href="https://github.com/BasisVR/basis"
8484
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
@@ -100,7 +100,7 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
100100
</a>
101101

102102
<!-- New CTA: Features -->
103-
<a href="https://basisvr.org/features"
103+
<a href="./features"
104104
class="inline-flex items-center gap-2 rounded-2xl bg-white px-5 py-3 text-sm font-semibold text-gray-900 shadow ring-1 ring-gray-200 hover:bg-gray-50 dark:bg-white/10 dark:text-white dark:ring-white/10">
105105
Features
106106
</a>
@@ -115,7 +115,7 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
115115
Funding
116116
</a>
117117

118-
<a href="https://basisvr.org/philosophy" target="_blank"
118+
<a href="./philosophy" target="_blank"
119119
class="inline-flex items-center gap-2 rounded-2xl bg-white px-5 py-3 text-sm font-semibold text-gray-900 shadow ring-1 ring-gray-200 hover:bg-gray-50 dark:bg-white/10 dark:text-white dark:ring-white/10">
120120
Philosophy
121121
</a>

philosophy.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
</a>
7676

7777
<nav class="hidden sm:flex items-center gap-5 text-sm">
78-
<a href="https://basisvr.org/features" class="text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
78+
<a href="./features" class="text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
7979
<a href="https://docs.basisvr.org/docs" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
80-
<a href="https://basisvr.org/funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
81-
<a href="https://basisvr.org/philosophy" class="text-gray-900 dark:text-gray-100 font-semibold">Philosophy</a>
80+
<a href="./funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
81+
<a href="./philosophy" class="text-gray-900 dark:text-gray-100 font-semibold">Philosophy</a>
8282
<a href="https://github.com/BasisVR/basis" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
8383
</nav>
8484
</div>

0 commit comments

Comments
 (0)