diff --git a/README.md b/README.md index 7f8a22e..1a259d2 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,8 @@ Every filing has a list of attachments. You can view the attachments using `fili # View the attachments filing.attachments ``` -![Filing attachments](https://raw.githubusercontent.com/dgunning/edgartools/main/docs/images/filing_attachments.png) +![Filing attachments](docs/images/filing_attachments.png) + You can access each attachment using the bracket operator `[]` and the index of the attachment. @@ -285,7 +286,7 @@ You can access each attachment using the bracket operator `[]` and the index of attachment = filing.attachments[0] ``` -![Filing attachments](https://raw.githubusercontent.com/dgunning/edgartools/main/docs/images/filing_attachment.png) +![Filing attachment](docs/images/filing_attachment.png) You can download the attachment using `attachment.download()`. This will download the attachment to string or bytes in memory. diff --git a/docs/images/filing_attachment.png b/docs/images/filing_attachment.png index 072f71d..044f5be 100644 Binary files a/docs/images/filing_attachment.png and b/docs/images/filing_attachment.png differ diff --git a/docs/images/filing_attachments.png b/docs/images/filing_attachments.png index 84e0d96..568c4f9 100644 Binary files a/docs/images/filing_attachments.png and b/docs/images/filing_attachments.png differ