Skip to content

Commit eccf0d4

Browse files
committed
Removed domain from internal links
1 parent f2eff24 commit eccf0d4

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

templates/base.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,23 @@
7373
</div>
7474
<div class="navbar-menu round" id="navMenu">
7575
<div class="navbar-end">
76-
<a class="navbar-item round hover-transition" href="https://openandroidinstaller.org#getting-started">
76+
<a class="navbar-item round hover-transition" href="#getting-started">
7777
<span class="icon"><i class="fa fa-play"></i></span><span>Getting started</span>
7878
</a>
79-
<a class="navbar-item round hover-transition" href="https://openandroidinstaller.org/supported-devices.html">
79+
<a class="navbar-item round hover-transition" href="supported-devices.html">
8080
<span class="icon"><i class="fa fa-mobile"></i></span><span>Supported Devices</span>
8181
</a>
82-
<a class="navbar-item round hover-transition" href="https://openandroidinstaller.org/download.html">
82+
<a class="navbar-item round hover-transition" href="download.html">
8383
<span class="icon"><i class="fa fa-download"></i></span><span>Download</span>
8484
</a>
85-
<a class="navbar-item round hover-transition" href="https://openandroidinstaller.org/#contribute">
85+
<a class="navbar-item round hover-transition" href="#contribute">
8686
<span class="icon"><i class="fa fa-heart"></i></span><span>Contribute</span>
8787
</a>
88-
<a class="navbar-item round hover-transition" href="https://openandroidinstaller.org/faq.html">
88+
<a class="navbar-item round hover-transition" href="faq.html">
8989
<span class="icon"><i class="fa fa-question"></i></span><span>FAQ</span>
9090
</a>
91-
<a class="navbar-item round hover-transition" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
92-
rel="noopener" target="_blank">
91+
<a class="navbar-item round hover-transition"
92+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller" rel="noopener" target="_blank">
9393
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
9494
</a>
9595
<a class="navbar-item round hover-transition" href="mailto:[email protected]">
@@ -133,10 +133,9 @@
133133
<li class="mr-4"><a class="button is-white hover-transition"
134134
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/main/LICENSE"
135135
rel="noopener" target="_blank">License</a></li>
136-
<li class="mr-4"><a class="button is-white hover-transition"
137-
href="https://openandroidinstaller.org/imprint.html">Impressum</a></li>
138-
<li class="mr-4"><a class="button is-white hover-transition" href="https://openandroidinstaller.org/privacy.html">Privacy
139-
Statement</a></li>
136+
<li class="mr-4"><a class="button is-white hover-transition" href="imprint.html">Impressum</a></li>
137+
<li class="mr-4"><a class="button is-white hover-transition" href="privacy.html">Privacy Statement</a>
138+
</li>
140139
</ul>
141140
</div>
142141
</div>

templates/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3 id="my-device-is-not-supported" class="title is-3">My device is not supporte
6464
</p>
6565
<h4>Contribute support for your device:</h4>
6666
<p>If you have some experience with flashing Android ROMs, you can find more details on how to contribute
67-
here: <a class="is-link" href="https://openandroidinstaller.org/#contribute" rel="noopener"
67+
here: <a class="is-link" href="index.html/#contribute" rel="noopener"
6868
target="_blank">How to contribute?</a></p>
6969
<h4>Ask for support:</h4>
7070
<p>You can also open a github issue and ask for support for your device. There might be reasons, that your

templates/imprint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>Copyright</h3>
5757
identified as such. Should you nevertheless become aware of a copyright infringement, please inform us
5858
accordingly. If we become aware of any infringements, we will remove such content immediately.</p>
5959
<h3>Data protection</h3>
60-
<p>Our data protection regulations can be <a href="https://openandroidinstaller.org/privacy.html">found here</a>.
60+
<p>Our data protection regulations can be <a href="privacy.html">found here</a>.
6161
</p>
6262
</div>
6363
<!-- Content End -->

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">OpenAndroidInst
1111
<h2 class="subtitle">The graphical installer that makes installing alternative Android distributions nice and
1212
easy.</h2>
1313
<div class="buttons is-centered">
14-
<a class="control button is-link hover-transition" href="https://openandroidinstaller.org/download.html" id="download-header">
14+
<a class="control button is-link hover-transition" href="download.html" id="download-header">
1515
<span class="icon is-small">
1616
<i class="fas fa-download"></i>
1717
</span>
@@ -96,7 +96,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
9696
<div class="ml-3">
9797
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
9898
<p class="subtitle has-text-grey">Built-in <a
99-
href="https://openandroidinstaller.org/supported-devices.html">support for {{ n_supported_devices }}
99+
href="supported-devices.html">support for {{ n_supported_devices }}
100100
devices</a> and an
101101
easy extension system.</p>
102102
</div>
@@ -161,7 +161,7 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold">Getting st
161161
</p>
162162
<h4>How to run the application:</h4>
163163
<ul>
164-
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the .exe, flatpak or appropriate
164+
<li><a href="download.html">Download</a> the .exe, flatpak or appropriate
165165
executable file for your OS. You might need to change permissions to run the executable.
166166
(On Windows, also <a href="https://adb.clockworkmod.com">install the Universal USB Drivers</a> and other
167167
potentially drivers needed for your device.)</li>

0 commit comments

Comments
 (0)