From aa52e5d2e18d10e12620a763422d66cafa445daa Mon Sep 17 00:00:00 2001 From: Jonathan Rayner Date: Sun, 8 Mar 2026 06:41:29 +0000 Subject: [PATCH] Fix reference to Embedding Appendix in tutorial documentation --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index a6f6848b5..f42192a41 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -366,7 +366,7 @@ Embedding Data PDFs can be used as containers for arbitrary data (executables, other PDFs, text or binary files, etc.) much like ZIP archives. -PyMuPDF fully supports this feature via :ref:`Document` ``embfile_*`` methods and attributes. For some detail read :ref:`Appendix 3`, consult the Wiki on `dealing with embedding files`_, or the example scripts `embedded-copy.py`_, `embedded-export.py`_, `embedded-import.py`_, and `embedded-list.py`_. +PyMuPDF fully supports this feature via :ref:`Document` ``embfile_*`` methods and attributes. For some detail read :ref:`Appendix2`, consult the Wiki on `dealing with embedding files`_, or the example scripts `embedded-copy.py`_, `embedded-export.py`_, `embedded-import.py`_, and `embedded-list.py`_. Saving