From ed15b29453dc3690603373c638f63746b2a57089 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sun, 17 Mar 2019 20:14:07 +1100 Subject: [PATCH] fix links in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5130bc9..f4416b8 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # logparse -(![source](https://git.lorimer.id.au/logparse.git/)) // written by ![Andrew Lorimer](https://lorimer.id.au) +([source](https://git.lorimer.id.au/logparse.git/)) // written by [Andrew Lorimer](https://lorimer.id.au) This is a utility to analyse medium-term logs (up to around 30 days old) on servers. It summarises notable events and statistics reported from several programs. At the moment, logparse can interface with: - sshd (number of logins, list users & clients) - sudo (number of sessions, users, commands) - cron (list commands) -- ![nameget](https://git.lorimer.id.au/scripts.git/tree/nameget.sh) (list successful/failed downloads) +- [nameget](https://git.lorimer.id.au/scripts.git/tree/nameget.sh) (list successful/failed downloads) - apache (list requests, clients, user agents, bytes transferred, errors) - smbd (number of logins, list users & clients) - postfix (list recipients and bytes sent) -- 2.43.2