Skip to content

Commit

Permalink
Merge pull request #66 from rcaneill/patch-1
Browse files Browse the repository at this point in the history
Update broken link
  • Loading branch information
jbousquin authored Jul 2, 2024
2 parents 3296bcc + 520a96b commit f170487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/example workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dataretrieval Query for a GeoJSON
from harmonize_wq import wrangle
# File for area of interest
aoi_url = r'https://github.com/USEPA/harmonize-wq/raw/master/harmonize_wq/tests/data/PPBays_NCCA.geojson'
aoi_url = r'https://github.com/USEPA/harmonize-wq/raw/main/harmonize_wq/tests/data/PPBays_NCCA.geojson'
# Build query
query = {'characteristicName': ['Temperature, water',
Expand Down

0 comments on commit f170487

Please sign in to comment.