From dcf2ec39afb76e66a6298d3ba6b863c35f04d5aa Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 28 Jun 2019 04:55:37 -0600 Subject: [PATCH] update links to wiki --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b01baa9..29e7ce4 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A few scripts to help manage your mailcow-dockerized installation. I'll be addi ### mail_cleanup.sh -Delete messages in the *Junk* and *Trash* folders that are older than a certain amount of days. Usage details in the [wiki here](https://#). +Delete messages in the *Junk* and *Trash* folders that are older than a certain amount of days. Usage details in the [wiki here](https://git.asifbacchus.app/asif/mailcow-scripts/wiki/1.-mail_cleanup.sh) ### mail_prune.sh -Delete messages from all mailboxes that are older than a certain number of days, provided those messages are *READ* and *UNflagged*. Usage details in the [wiki here](https://#). +Delete messages from all mailboxes that are older than a certain number of days, provided those messages are *READ* and *UNflagged*. Usage details in the [wiki here](https://git.asifbacchus.app/asif/mailcow-scripts/wiki/2.-mail_prune.sh). That's all for now!