Skip to content

Commit 01fc726

Browse files
committed
Remove lab url prefix
1 parent 6a09319 commit 01fc726

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/davejm/react-leaflet-store-locator.svg?branch=master)](https://travis-ci.org/davejm/react-leaflet-store-locator)
22

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/)
44

55
I started this project to learn react and redux for the re-design and re-implementation
66
of Sky.com's store locator while on my placement.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"test": "react-scripts test --env=jsdom",
2323
"eject": "react-scripts eject"
2424
},
25-
"homepage": "https://lab.davidmoodie.com/react-leaflet-store-locator"
25+
"homepage": "https://davidmoodie.com/react-leaflet-store-locator"
2626
}

src/actions/actions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function fetchStores(postcode) {
2626

2727
const baseURL = (window.location.hostname === 'localhost') ?
2828
'http://localhost:3000':
29-
'https://lab.davidmoodie.com/react-leaflet-store-locator';
29+
'https://davidmoodie.com/react-leaflet-store-locator';
3030

3131
const dataPath = 'data/stores-sky2.json';
3232
const dataURL = `${baseURL}/${dataPath}`;

0 commit comments

Comments
 (0)