diff --git a/README.md b/README.md
index 13caadafc0f2af2de46e08214b5617a104876f18..95dbc4052a046db88f8a1ba48de509fea272c67a 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
 * Badges
 	- System health
 	- Individual metrics
+* Debian package tool to control the app
 * Rich API
 * Served as a docker composition - easy to install, configure and update
 * Different databases for old and recent data
diff --git a/articles/docs/index.md b/articles/docs/index.md
index ff026e7a227d65729728cc20813b9ec4b072a73b..8d3b16203152d121278c82eb00943a01bdc2ac5a 100644
--- a/articles/docs/index.md
+++ b/articles/docs/index.md
@@ -30,6 +30,7 @@
 * Badges
 	- System health
 	- Individual metrics
+* Debian package tool to control the app
 * Rich API
 * Served as a docker composition - easy to install, configure and update
 * Different databases for old and recent data
diff --git a/debian/debian/status-ctl.1 b/debian/debian/status-ctl.1
index f1b44c6a4ee5e2ef2794ccdde3f447c6322e622d..06578f7be962d3a09e25d66be538a485b3601014 100644
--- a/debian/debian/status-ctl.1
+++ b/debian/debian/status-ctl.1
@@ -16,7 +16,7 @@
 \fICOMMAND\fR
 .SH DESCRIPTION
 The \fBstatus-ctl\fR is a tool to control status site. It lets user easily start, stop, reconfigure and update the status site app. Status site itself is a docker composition, and \fBstatus-ctl\fR is merely a bash wrapper around docker-compose. For the docs on status site itself, please see
-.URL "https://status.dbogatov.org/docs/" "Status site docs" .
+.URL "https://status.dbogatov.org/docs/" "Status Site docs" .
 .SH OPTIONS
 For a list of command-line options, run
 .PP
@@ -44,9 +44,10 @@ status-ctl upgrade-clean
 .fi
 .PP
 .SH BUGS
-Bug tracking is performed using GitHub issues:
+Bug tracking is performed using
 .URL "https://github.com/Dima4ka/status-site/issues" "GitHub issues" .
 .SH COPYRIGHT
 (C) Dmytro Bogatov 2017. Licensed under the terms of MIT.
 .SH "SEE ALSO"
-.URL "https://status.dbogatov.org" "Status site demo and docs" .
+.URL "https://status.dbogatov.org" "Status site demo" .
+.URL "https://status.dbogatov.org/docs/" "Status site docs" .