diff --git a/Developer-Guide.md b/Developer-Guide.md index a45074d..977988d 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -143,9 +143,9 @@ This target performs a number of things: 1. Build `ol.js`, `ol-simple.js`, `ol-whitespace.js`, and `ol.css`, 1. Create the examples index page, 1. Extract the Closure Library from the Plovr JAR, -1. Copy everything to `build/gh-pages//`, where `` is the name of the local checked out Git branch. +1. Copy everything to `build/hosted//`, where `` is the name of the local checked out Git branch. -After running `host-examples` you can now open the examples index page in the browser, for example: . +After running `host-examples` you can now open the examples index page in the browser, for example: . To make an example use `ol-simple.js` or `ol-whitespace.js` instead of `ol.js` append `?mode=simple` or `?mode=whitespace` to the example URL.