diff --git a/examples/wfs-protocol.html b/examples/wfs-protocol.html
index 978d627fe6..dbfd49f661 100644
--- a/examples/wfs-protocol.html
+++ b/examples/wfs-protocol.html
@@ -19,7 +19,7 @@
var layer = new OpenLayers.Layer.Vector("WFS", {
strategies: [new OpenLayers.Strategy.BBOX()],
protocol: new OpenLayers.Protocol.WFS({
- url: "http://publicus.opengeo.org/geoserver/wfs",
+ url: "http://demo.opengeo.org/geoserver/wfs",
featureType: "tasmania_roads",
featureNS: "http://www.openplans.org/topp"
})