From 2de8b91ad25742300a3d630661b2bb50521e841e Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 30 Jul 2021 19:58:44 +1200 Subject: [PATCH] examples: consistently omit extension for scripts --- UserManual.md | 4 ++-- examples/{docker-advanced.sh => docker-advanced} | 0 examples/{notify-email-pretty.sh => notify-email-pretty} | 0 examples/{notify-email-text-log.sh => notify-email-text-log} | 0 examples/{notify-telegram.sh => notify-telegram} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename examples/{docker-advanced.sh => docker-advanced} (100%) rename examples/{notify-email-pretty.sh => notify-email-pretty} (100%) rename examples/{notify-email-text-log.sh => notify-email-text-log} (100%) rename examples/{notify-telegram.sh => notify-telegram} (100%) diff --git a/UserManual.md b/UserManual.md index 345dec8..062ddf1 100644 --- a/UserManual.md +++ b/UserManual.md @@ -377,7 +377,7 @@ author_email=$(git show -s --format='%ae' $rev) laminarc set RECIPIENTS $author_email ``` -See [notify-email-pretty.sh](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-pretty.sh) and [notify-email-text-log.sh](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-text-log.sh). +See [examples/notify-email-pretty](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-pretty) and [examples/notify-email-text-log](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-text-log). --- @@ -590,7 +590,7 @@ docker run --rm -ti -v $PWD:/root ubuntu /bin/bash -xe <