diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-11 13:33:47 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-11 13:33:47 +0000 |
commit | f51f098a0c13713b4b6640b68624fb39daf5f11c (patch) | |
tree | b0a16616a0dc5cfdcc70c4c122d152384ae83f7e /crontab.example | |
parent | 3ca26ac166e6f1021e23f4e4c3f50466aedfb04e (diff) | |
download | elgg-f51f098a0c13713b4b6640b68624fb39daf5f11c.tar.gz elgg-f51f098a0c13713b4b6640b68624fb39daf5f11c.tar.bz2 |
Added links to better documentation
git-svn-id: https://code.elgg.org/elgg/trunk@2718 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'crontab.example')
-rw-r--r-- | crontab.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crontab.example b/crontab.example index eb4c1b3cc..b4b55ca04 100644 --- a/crontab.example +++ b/crontab.example @@ -3,14 +3,14 @@ # This file is an example of triggering Elgg cron events. Modify and register events # as appropriate. # -# See crontab (5) for more information. +# See http://docs.elgg.org/wiki/Cron for more information # # @author Marcus Povey -# Location of GET +# Location of GET (see: http://docs.elgg.org/wiki/What_is_get) GET='/usr/bin/GET' -# Location of your site +# Location of your site (don't forget the trailing slash!) ELGG='http://www.example.com/' # The crontab |