diff --git a/examples/wfs.html b/examples/wfs.html
index 4d4edc9e52..a0eb7d5707 100644
--- a/examples/wfs.html
+++ b/examples/wfs.html
@@ -21,7 +21,7 @@
map.addLayer(layer);
layer = new OpenLayers.Layer.WFS( "OpenLayers WFS",
- "http://labs.metacarta.com/services/search/WFS",
+ "http://labs.metacarta.com/search/WFS?",
{q: 'dolphins', maxfeatures: 10} );
map.addLayer(layer);