File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/davejm/react-leaflet-store-locator.svg?branch=master )] ( https://travis-ci.org/davejm/react-leaflet-store-locator )
2
2
3
- [ It's live here] ( https://lab. davidmoodie.com/react-leaflet-store-locator/ )
3
+ [ It's live here] ( https://davidmoodie.com/react-leaflet-store-locator/ )
4
4
5
5
I started this project to learn react and redux for the re-design and re-implementation
6
6
of Sky.com's store locator while on my placement.
Original file line number Diff line number Diff line change 22
22
"test" : " react-scripts test --env=jsdom" ,
23
23
"eject" : " react-scripts eject"
24
24
},
25
- "homepage" : " https://lab. davidmoodie.com/react-leaflet-store-locator"
25
+ "homepage" : " https://davidmoodie.com/react-leaflet-store-locator"
26
26
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export function fetchStores(postcode) {
26
26
27
27
const baseURL = ( window . location . hostname === 'localhost' ) ?
28
28
'http://localhost:3000' :
29
- 'https://lab. davidmoodie.com/react-leaflet-store-locator' ;
29
+ 'https://davidmoodie.com/react-leaflet-store-locator' ;
30
30
31
31
const dataPath = 'data/stores-sky2.json' ;
32
32
const dataURL = `${ baseURL } /${ dataPath } ` ;
You can’t perform that action at this time.
0 commit comments