Skip to content

Commit eb116c2

Browse files
committed
fix broken link
1 parent d36425d commit eb116c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/lab_02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Students can look back at the [Computing in Context slides](https://computing-in
4343
1. Check how many records the API is returning.
4444
1. Get the full dataset using pagination.
4545
- Useful resources:
46-
- [Socrata API: Paging through Data](https://dev.socrata.com/docs/paging.html)
46+
- [Socrata API: Paging through Data](https://dev.socrata.com/docs/queries/page.html)
4747
- [Requests package: Passing Parameters In URLs](https://requests.readthedocs.io/en/latest/user/quickstart/#passing-parameters-in-urls)
4848
- [pandas: `concat()`](https://pandas.pydata.org/docs/user_guide/merging.html#concat)
4949
- Restriction for this lab: Page size shouldn't be set greater than `1000`.

0 commit comments

Comments
 (0)