fix typo in filepath

This commit is contained in:
Hugh Rundle 2021-01-23 19:56:27 +11:00 committed by GitHub
parent 695fc7ae8a
commit 72ee1d3880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ To update information about library *locations* (e.g. street address, phone numb
* `website/data/nsla_library_locations.csv` * `website/data/nsla_library_locations.csv`
* `website/data/public_library_locations.csv` * `website/data/public_library_locations.csv`
Do not directly edit JSON files - these are [updated programatically](about#important-files-that-are-not-in-this-repository). Do not directly edit JSON files - these are [updated programatically](about.md#important-files-that-are-not-in-this-repository).
### Citing and crediting data sources ### Citing and crediting data sources
@ -55,4 +55,4 @@ By contributing to this project you agree to license your work under the followi
**/website/data/\***: [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) **/website/data/\***: [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)
**everything else**: [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.txt) **everything else**: [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.txt)