diff options
-rw-r--r-- | customising/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customising/themes.md b/customising/themes.md index 2084db2f1..941c976cf 100644 --- a/customising/themes.md +++ b/customising/themes.md @@ -101,7 +101,7 @@ then issue a pull request. Normally, however, you should override these pages **in your own theme**, by placing them at a corresponding location within your theme's `lib/` directory. These means that a file at -`lib/themes/alavetelitheme/lib/help/about.rhml` will appear +`lib/themes/alavetelitheme/lib/views/help/about.rhml` will appear instead of the core "about us" file. Rails expects all its stylesheets to live at `<railshome>/public`, |