3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-24 11:42:35 +01:00

README.md: fix links

This commit is contained in:
Pragmatic Software 2021-07-14 17:04:26 -07:00
parent c953365dd6
commit 5cff495c20

View File

@ -387,8 +387,8 @@ These settings can easily be configured via several methods:
For more information, see the [Registry documentation.](doc/Registry.md) For more information, see the [Registry documentation.](doc/Registry.md)
### Live reloading of core modules or data files ### Live reloading of core modules or data files
Suppose you edit some PBot source file, be it a core file such as [PBot/Interpreter.pm](PBot/Interpreter.pm) or Suppose you edit some PBot source file, be it a core file such as [PBot/Interpreter.pm](lib/PBot/Interpreter.pm) or
a Plugin such as [Plugins/Wttr.pm](Plugins/Wttr.pm). Or suppose there's a PBot update available. Most simple a Plugin such as [PBot/Plugin/Wttr.pm](lib/PBot/Plugin/Wttr.pm). Or suppose there's a PBot update available. Most simple
bots would require you to shut down the bot and restart it in order to see the modifications. bots would require you to shut down the bot and restart it in order to see the modifications.
Not PBot! you can simply use the [`refresh`](doc/Admin.md#refresh) command to reload all modified Not PBot! you can simply use the [`refresh`](doc/Admin.md#refresh) command to reload all modified