aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-04 04:50:20 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-04 04:50:20 -0400
commit9dc920d70763249d8dfca8e7f84a0eb082df6cea (patch)
tree7f6cc3adcfb49b0a7528b31ea2ca2a151f1ffa51 /app/views/partials
parent9935b9c8f3ff644ac040b520293a08a5b03d8d06 (diff)
downloadthedroneely.com-9dc920d70763249d8dfca8e7f84a0eb082df6cea.tar.gz
thedroneely.com-9dc920d70763249d8dfca8e7f84a0eb082df6cea.tar.bz2
thedroneely.com-9dc920d70763249d8dfca8e7f84a0eb082df6cea.zip
app/views/partials/footer: Use relative links
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php2
-rw-r--r--app/views/partials/navigator.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 5e2c648..8e6a934 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -18,7 +18,7 @@
<a class="underline" rel="me" href="https://github.com/tdro">Github</a> |
- <a class="underline" href="https://www.thedroneely.com/analytics">Analytics</a> |
+ <a class="underline" href="/analytics">Analytics</a> |
<a class="underline" href="#">Back To Top</a>
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index fd7bce9..1a20f0c 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -62,7 +62,7 @@
<div class="navbar__left column">
<a title="Go to Website Repository"
- href="https://www.thedroneely.com/git/explore/repos"
+ href="/git/explore/repos"
class="navbar-item item__box button is-inline-flex">
<?php echo featherIcon('git-commit'); ?>
<span>Repo</span>