Merge pull request #487 from twpayne/update-url

Update examples URL to openlayers.github.io
This commit is contained in:
Tom Payne
2013-04-06 05:21:57 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
Welcome to OpenLayers 3!
To see OpenLayers 3 in action you can look at the live examples on
http://openlayers.github.com/ol3/master/examples/. If you want to contribute
http://openlayers.github.io/ol3/master/examples/. If you want to contribute
to OpenLayers 3 please read the [CONTRIBUTING](CONTRIBUTING.md) page.

View File

@@ -32,7 +32,7 @@ except ImportError, E:
missing_deps = E
feedName = "example-list.xml"
feedPath = "http://openlayers.github.com/ol3/master/examples/"
feedPath = "http://openlayers.github.io/ol3/master/examples/"
def getListOfExamples(relPath):