diff --git a/app/components/layer-record-views/tax-lot.js b/app/components/layer-record-views/tax-lot.js index 439e32b2..b6b1d9b8 100644 --- a/app/components/layer-record-views/tax-lot.js +++ b/app/components/layer-record-views/tax-lot.js @@ -441,7 +441,7 @@ export default class TaxLotRecordComponent extends LayerRecordComponent { } get digitalTaxMapLink() { - return `http://maps.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${this.model.bbl}`; + return `http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${this.model.bbl}`; } get zoningMapLink() { diff --git a/tests/integration/components/layer-record-views/tax-lot-test.js b/tests/integration/components/layer-record-views/tax-lot-test.js index 7342fa83..4e01eb96 100644 --- a/tests/integration/components/layer-record-views/tax-lot-test.js +++ b/tests/integration/components/layer-record-views/tax-lot-test.js @@ -83,7 +83,7 @@ module( assert.equal( find('[data-test-tax-map-link]').getAttribute('href'), - 'http://maps.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=1000477501' + 'http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=1000477501' ); });