aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ADMIN.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ADMIN.md')
-rw-r--r--doc/ADMIN.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 059010e68..07fe9398d 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -16,6 +16,6 @@ The javascript is included in a funky way
To change it, edit the coffeescript at
`lib/view/general/admin.coffee`, and then do something like:
- $ coffee -o /tmp/ -c lib/views/general/admin.coffee
- $ mv /tmp/admin.js lib/views/general/admin_js.erb
+ $ coffee -o /tmp/ -c app/views/admin_general/admin.coffee
+ $ mv /tmp/admin.js app/views/admin_general/admin_js.erb