From 71b2dd4cfae8edec015258dc768f5892dba6fc6b Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Wed, 17 Aug 2016 13:07:08 -0400 Subject: [PATCH] Move HOOKS.md into a doc/ directory --- README.md | 2 +- HOOKS.md => doc/HOOKS.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename HOOKS.md => doc/HOOKS.md (100%) diff --git a/README.md b/README.md index 13bff19..67cfe8d 100644 --- a/README.md +++ b/README.md @@ -685,7 +685,7 @@ The key to this data is the geohash string (here with an example of precision 2) ## Lua hooks -You can customize Recorder's behavior with Lua hooks. See [HOOKS.md](https://github.com/owntracks/recorder/blob/master/HOOKS.md). +You can customize Recorder's behavior with Lua hooks. See [HOOKS.md](https://github.com/owntracks/recorder/blob/master/doc/HOOKS.md). ## Monitoring diff --git a/HOOKS.md b/doc/HOOKS.md similarity index 100% rename from HOOKS.md rename to doc/HOOKS.md