diff --git a/README.md b/README.md index 0a3a4c44e31..1e120910799 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bin/exampleparser.py b/bin/exampleparser.py index 573198a1327..7a7352ec27a 100755 --- a/bin/exampleparser.py +++ b/bin/exampleparser.py @@ -32,7 +32,7 @@ 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):