Skip to content

Commit f42e022

Browse files
committed
update disclaimer and readme
1 parent 8390610 commit f42e022

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Activate your node environment
1616
$ nvm use
1717
```
1818

19+
Install the latest version of npm
20+
```shell
21+
nvm install-latest-npm
22+
```
23+
1924
Install dependencies
2025

2126
```shell

components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const LINKS = [
99
{ label: "Data", href: "https://data.austintexas.gov" },
1010
{
1111
label: "Disclaimer",
12-
href: "https://www.austintexas.gov/page/city-austin-open-data-terms-use",
12+
href: "https://data.austintexas.gov/stories/s/ranj-cccq",
1313
},
1414
{
1515
label: "Code",

0 commit comments

Comments
 (0)