Fix plugin profiles documentation

The documentation said to "Create a file called `src/myplugin/profiles.clj`".  This didn't work for me.  I had to create a file `resources/myplugin/profiles.clj` instead.
This commit is contained in:
Dan Harbin 2016-04-13 17:01:51 -05:00
parent 4e2320d704
commit 5d2bb2b563

View file

@ -255,7 +255,7 @@ using your plugin, yet for some reason you can't make that
configuration active by default, you can include profiles inside your
plugin.
Create a file called `src/myplugin/profiles.clj` in your plugin that
Create a file called `resources/myplugin/profiles.clj` in your plugin that
contains a map:
```clj