This repository was archived by the owner on Jan 7, 2020. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# HMDA Data Browser
2
2
3
- Work-in-progress front-end for
3
+ Work-in-progress front-end for browsing HMDA data
4
4
5
5
## Dependencies
6
6
@@ -36,7 +36,7 @@ You will see the build errors and lint warnings in the console.
36
36
To see the application running in a container you can run:
37
37
38
38
```
39
- docker run -p 80:80 hmda/hmda-pub-ui
39
+ docker run -p 80:80 hmda/hmda-data-browser
40
40
```
41
41
42
42
Open http://192.168.99.100/ (or your Docker Machine IP) to view the application.
Original file line number Diff line number Diff line change 27
27
"react-scripts" : " 2.1.8" ,
28
28
"react-select" : " 2.0.0"
29
29
},
30
- "homepage" : " /data-publication " ,
30
+ "homepage" : " /data-browser " ,
31
31
"browserslist" : [
32
32
" Chrome >= 60" ,
33
33
" Safari >= 10.1" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const NotFound = () => {
12
12
headingText = "Sorry, something went wrong."
13
13
paragraphText = "We can't seem to find the page you are looking for."
14
14
>
15
- < Link to = "/" > Return to the data publication home page.</ Link >
15
+ < Link to = "/" > Return to the data browser home page.</ Link >
16
16
</ Header >
17
17
</ div >
18
18
)
You can’t perform that action at this time.
0 commit comments