From b3a1eb6e674fc78bc885fd57251cb6da128b2596 Mon Sep 17 00:00:00 2001 From: Anisa Hawes <87070441+anisa-hawes@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:29:44 +0100 Subject: [PATCH] Update extracting-illustrated-pages.md Replace broken link, line 78. --- en/lessons/extracting-illustrated-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/lessons/extracting-illustrated-pages.md b/en/lessons/extracting-illustrated-pages.md index 028fe1915e..370a6659d7 100644 --- a/en/lessons/extracting-illustrated-pages.md +++ b/en/lessons/extracting-illustrated-pages.md @@ -75,7 +75,7 @@ More experienced readers may wish to simply install the dependencies and run the - `hathitrust-api` ([Install docs](https://github.com/rlmv/hathitrust-api)) - `internetarchive` ([Install docs](https://archive.org/services/docs/api/internetarchive/)) - `jupyter` ([Install docs](https://jupyter.org/install)) -- `requests` ([Install docs](https://requests.readthedocs.io/en/master/)) [creator recommends `pipenv` installation; for `pip` install see [PyPI](https://pypi.org/project/requests2/)] +- `requests` ([Install docs](https://requests.readthedocs.io/en/latest/user/install/#install)) [creator recommends `pipenv` installation; for `pip` install see [PyPI](https://pypi.org/project/requests2/)] ## Lesson Files