aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-22 10:58:50 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-22 10:58:50 +0200
commit9a4113f23fb61491731fe39855b39431dc8d24db (patch)
tree0a1a45de1e98f62d32891452e3d9edf4c50a1dba
parenthtml: show modals for power mgmt failures (diff)
downloadlinux-status-9a4113f23fb61491731fe39855b39431dc8d24db.tar.gz
linux-status-9a4113f23fb61491731fe39855b39431dc8d24db.zip
update URLsv2.2.1
Diffstat (limited to '')
-rw-r--r--README.md2
-rw-r--r--html/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8fa0051..e4e0464 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Shows your `top`, Docker container status, systemd units & timers, allows you
to reboot the server, etc.
For example, see an instance running on my server at
-https://egort.name/status/.
+https://status.egort.name/.
Installation
------------
diff --git a/html/index.html b/html/index.html
index ebd805b..41a6e49 100644
--- a/html/index.html
+++ b/html/index.html
@@ -112,7 +112,7 @@
</div>
<footer class="mt-auto py-3 border-top bg-light text-center text-muted small">
<div class="container">
- <a href="https://github.com/egor-tensin/linux-status">linux-status</a> &mdash; simple Linux server monitoring by <a href="https://egor-tensin.github.io/">Egor&nbsp;Tensin</a>
+ <a href="https://github.com/egor-tensin/linux-status">linux-status</a> &mdash; simple Linux server monitoring by <a href="https://egort.name/">Egor&nbsp;Tensin</a>
</div>
</footer>
<script src="js/jquery.min.js"></script>