about summary refs log tree commit homepage
path: root/lib/PublicInbox/Watch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-31 00:41:08 +0000
committerEric Wong <e@80x24.org>2021-03-31 07:23:54 +0000
commit5347be86e7dba569276b5e0b9e3d86d2e7cc5bc8 (patch)
tree323fa2d9f242530fa17f034d38414f9c4f69038a /lib/PublicInbox/Watch.pm
parenta00b7214f767191580455b3895e6186c2a72febb (diff)
downloadpublic-inbox-5347be86e7dba569276b5e0b9e3d86d2e7cc5bc8.tar.gz
While plenty of online documentation exists, it's good to have
a locally-available summary for users to look at offline.
Fix a URL in Watch.pm while we're at it, too.
Diffstat (limited to 'lib/PublicInbox/Watch.pm')
-rw-r--r--lib/PublicInbox/Watch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Watch.pm b/lib/PublicInbox/Watch.pm
index 4fbc9640..05956cbb 100644
--- a/lib/PublicInbox/Watch.pm
+++ b/lib/PublicInbox/Watch.pm
@@ -2,7 +2,7 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # ref: https://cr.yp.to/proto/maildir.html
-#        httsp://wiki2.dovecot.org/MailboxFormat/Maildir
+#        https://wiki2.dovecot.org/MailboxFormat/Maildir
 package PublicInbox::Watch;
 use strict;
 use v5.10.1;