From 6aa39a6db3652e8ae51ed79397dfb3cfb56f986e Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 7 Sep 2022 17:50:14 +0200 Subject: [PATCH] fix typo in doc, invalid link --- docs/ExistingPDFs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ExistingPDFs.md b/docs/ExistingPDFs.md index a0434351b..91b37606d 100644 --- a/docs/ExistingPDFs.md +++ b/docs/ExistingPDFs.md @@ -65,4 +65,4 @@ writer.write(OUT_FILEPATH) This example relies on [pdfrw _Pull Request_ #216](https://github.com/pmaupin/pdfrw/pull/216). Until it is merged, you can install a forked version of `pdfrw` including the required patch: - pip install git+https://github.com/PyPDF/pdfrw.git@addpage_at_index + pip install git+https://github.com/PyFPDF/pdfrw.git@addpage_at_index