GovReady / odesurvey

Center for Open Data Enterprise website and Open Data Impact Survey
http://www.opendataenterprise.org
2 stars 2 forks source link

Make link to map/viz relative in source webflow page (map.html) #239

Open gregelin opened 9 years ago

gregelin commented 9 years ago

@katherinejulia @aa3181

Currently in the map.html page, as it is set in webflow content, the link to the map visualization is hardcoded to the "www.opendataenterprise.org".

Here is the current line 85 of HTML in map.html:

<a class="w-inline-block image-viz" href="http://www.opendataenterprise.org/map/viz" target="_blank">

What it should be is as follows:

<a class="w-inline-block image-viz" href="/map/viz" target="_blank">

When it is hardcoded, the link always takes you to the viz at www.opendataenterprise.org even if you start on odetest.opendataenterprise.org.