From 2b60193ad5e29ae8598b779efe5a0ca432f89267 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Fri, 4 Aug 2017 15:51:50 +0300 Subject: [PATCH] Fix. --- README.md | 1 + articles/docs/index.md | 1 + debian/debian/status-ctl.1 | 7 ++++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13caada..95dbc40 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 ff026e7..8d3b162 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 f1b44c6..06578f7 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" . -- GitLab