From ac0912c53c2743b4716aab8871069b57c14f99d6 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 2 Aug 2022 08:59:21 +0200 Subject: [PATCH] Change man links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1671f84..a74178d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A script to send a message to a Matrix room. -[Read the manual page](https://codeberg.org/jtbx/matrix-send/src/branch/master/doc/matrix-send.1.md) +[Read the manual page](https://jtbx.codeberg.page/man/matrix-send.1) --- @@ -46,7 +46,7 @@ Password $(gpg -d /path/to/passwd.gpg) /path/to/passwd.gpg is a GPG-encrypted file containing only your password, once decrypted. -For more configuration options, see [matrix-send.conf(5)](https://codeberg.org/jtbx/matrix-send/src/branch/master/doc/matrix-send.conf.5.md). +For more configuration options, see [matrix-send.conf(5)](https://jtbx.codeberg.page/man/matrix-send.conf.5). --- @@ -63,4 +63,4 @@ To send a message, type `matrix-send` followed by your message and then your Roo That will send the message "Hi!" to the Matrix room !asdfasdfasdfasdf:matrix.org. -For more information, see [matrix-send(1)](https://codeberg.org/jtbx/matrix-send/src/branch/master/doc/matrix-send.1.md). +For more information, see [matrix-send(1)](https://jtbx.codeberg.page/man/matrix-send.1).