[doc] Add link in readme to hooks.txt

I always forget hooks.txt exists but I guess it's a bit of a convention:

- extensions/CirrusSearch/docs/hooks.txt
- extensions/Echo/modules/hooks.txt

Add a link to hooks.txt in the readme to keep the convention but help
surface the documentation.

Change-Id: Ic40809ee79af2f40cb4b0d21e665441530439968
This commit is contained in:
Stephen Niedzielski 2020-04-28 09:24:24 -06:00
parent 358f26323e
commit 19edb3d612
1 changed files with 3 additions and 0 deletions

View File

@ -47,3 +47,6 @@ version is called "Legacy Vector." The related preference defaults are
configurable via the configurations prefixed with `VectorDefaultSkinVersion`.
Version preference and configuration may be overridden by the `useskinversion`
URL query parameter.
### Hooks
See [hooks.txt](hooks.txt).