From 8073be7f3ad57bc4e28665b380f25e6e4eb1fe81 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 6 Apr 2013 14:21:16 +0200 Subject: [PATCH] Update examples URL to openlayers.github.io --- README.md | 2 +- bin/exampleparser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a3a4c44e3..1e12091079 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 573198a132..7a7352ec27 100755 --- a/bin/exampleparser.py +++ b/bin/exampleparser.py @@ -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):