Update examples URL to openlayers.github.io

This commit is contained in:
Tom Payne
2013-04-06 14:21:16 +02:00
parent d3f6691cf1
commit 8073be7f3a
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):