aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-15 11:47:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-15 11:47:05 +0300
commit583120b2671597a2d8ba54033c7a47df984bf570 (patch)
tree99a1f2f7521e7a52a9bf8a925f984d4d530cc270
parentdebian: 2.1.2-1 (diff)
parentindex.html: update my link (diff)
downloadlinux-status-583120b2671597a2d8ba54033c7a47df984bf570.tar.gz
linux-status-583120b2671597a2d8ba54033c7a47df984bf570.zip
Merge tag 'v2.1.3' into debian
-rw-r--r--README.md3
-rw-r--r--html/index.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77935be..8fa0051 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ Simple Linux server monitoring.
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/.
+
Installation
------------
diff --git a/html/index.html b/html/index.html
index 60cb09d..205861f 100644
--- a/html/index.html
+++ b/html/index.html
@@ -80,7 +80,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="mailto:Egor.Tensin@gmail.com">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://egor-tensin.github.io/">Egor&nbsp;Tensin</a>
</div>
</footer>
<script src="js/jquery.min.js"></script>