From ff2411733f7afa313b7ceea8ddd2fe616460b3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 8 Jul 2013 03:06:24 -0700 Subject: [PATCH] s/gh-pages/hosted --- Developer-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.