Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 28f5eb6

Browse files
committed
additional bootstrapping
1 parent 52d58f1 commit 28f5eb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HMDA Data Browser
22

3-
Work-in-progress front-end for
3+
Work-in-progress front-end for browsing HMDA data
44

55
## Dependencies
66

@@ -36,7 +36,7 @@ You will see the build errors and lint warnings in the console.
3636
To see the application running in a container you can run:
3737

3838
```
39-
docker run -p 80:80 hmda/hmda-pub-ui
39+
docker run -p 80:80 hmda/hmda-data-browser
4040
```
4141

4242
Open http://192.168.99.100/ (or your Docker Machine IP) to view the application.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-scripts": "2.1.8",
2828
"react-select": "2.0.0"
2929
},
30-
"homepage": "/data-publication",
30+
"homepage": "/data-browser",
3131
"browserslist": [
3232
"Chrome >= 60",
3333
"Safari >= 10.1",

src/common/NotFound.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const NotFound = () => {
1212
headingText="Sorry, something went wrong."
1313
paragraphText="We can't seem to find the page you are looking for."
1414
>
15-
<Link to="/">Return to the data publication home page.</Link>
15+
<Link to="/">Return to the data browser home page.</Link>
1616
</Header>
1717
</div>
1818
)

0 commit comments

Comments
 (0)