Commands/Help: update URL to point at TOC

This commit is contained in:
Pragmatic Software 2022-12-25 18:18:18 -08:00
parent 38d9c86984
commit ea35fc78c2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ sub cmd_help {
my ($self, $context) = @_;
if (not length $context->{arguments}) {
return "For general help, see <https://github.com/pragma-/pbot/tree/master/doc>. For help about a specific command or factoid, use `help <keyword> [channel]`.";
return "For general help, see <https://github.com/pragma-/pbot/tree/master/doc#table-of-contents>. For help about a specific command or factoid, use `help <keyword> [channel]`.";
}
my $keyword = lc $self->{pbot}->{interpreter}->shift_arg($context->{arglist});