diff --git a/examples/wfs-reprojection.html b/examples/wfs-reprojection.html
index 1076fa430a..ef45be0848 100644
--- a/examples/wfs-reprojection.html
+++ b/examples/wfs-reprojection.html
@@ -45,7 +45,7 @@
// (only if your wfs doens't support your map projection)
var wfs = layer = new OpenLayers.Layer.WFS(
"States (SVG)",
- "http://sigma.openplans.org:8080/geoserver/ows",
+ "http://sigma.openplans.org/geoserver/ows",
{typename: 'topp:states'},
{
typename: 'states',
@@ -60,7 +60,7 @@
var wfs = layer = new OpenLayers.Layer.WFS(
"States (Canvas)",
- "http://sigma.openplans.org:8080/geoserver/ows",
+ "http://sigma.openplans.org/geoserver/ows",
{typename: 'topp:states'},
{
typename: 'states',