summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-04-17 10:11:18 +0200
committerAzul <azul@leap.se>2014-04-17 10:11:18 +0200
commit3d3688647fab7049e5b531c45b85c1e46a1d528f (patch)
treedb49ebd4428053d5c8d720275b77594a531a1ad1
parent63010ddb7cf4ef124376d8a6f35b6de35c99d175 (diff)
doc: update list of engines
-rw-r--r--DEVELOP.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 43af04d..0bc2031 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -11,12 +11,10 @@ Some tips on modifying the views:
Leap Web contains some. They live in their own subdirectory and are included through bundler via their path. This way changes to the engines immediately affect the server as if they were in the main `app` directory.
-Currently Leap Web includes of 4 Engines:
+Currently Leap Web includes 2 Engines:
-* [users](https://github.com/leapcode/leap_web/blob/master/users) - user registration and authorization - this will probably be included in the main webapp any time soon
-* [certs](https://github.com/leapcode/leap_web/blob/master/certs) - Cert distribution for the EIP client - might be included in toplevel too.
-* [help](https://github.com/leapcode/leap_web/blob/master/help) - Help ticket management
-* [billing](https://github.com/leapcode/leap_web/blob/master/billing) - Billing System
+* [support](https://github.com/leapcode/leap_web/blob/master/engines/support) - Help ticket management
+* [billing](https://github.com/leapcode/leap_web/blob/master/engines/billing) - Billing System
## Creating a new engine ##