From 8d6c800afcf20d4a5e958575b7a49b48bccf67dc Mon Sep 17 00:00:00 2001 From: Richy Arthurs Date: Wed, 12 Nov 2025 12:56:31 -0500 Subject: [PATCH] Update link to the correct Payload CMS storage plugin {Propose] changing the link as the one provided is broken. --- src/data/newsletters/open-source-is-community.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/newsletters/open-source-is-community.mdx b/src/data/newsletters/open-source-is-community.mdx index 57ee5986..1eba9322 100644 --- a/src/data/newsletters/open-source-is-community.mdx +++ b/src/data/newsletters/open-source-is-community.mdx @@ -13,7 +13,7 @@ Open source works best when we treat each other like humans - not vending machin ## How We Patched a Broken Package - and What It Taught Us -Recently at [Craftwork](https://craftwork.com), we hit a snag using the [@payloadcms/storage-uploadthing](https://github.com/payloadcms/storage-uploadthing) plugin for image uploads in [Payload CMS](https://payloadcms.com). +Recently at [Craftwork](https://craftwork.com), we hit a snag using the [@payloadcms/storage-uploadthing](https://github.com/payloadcms/payload/tree/main/packages/storage-uploadthing) plugin for image uploads in [Payload CMS](https://payloadcms.com). One of our engineers dug in, found the issue, and fixed it. We opened a [pull request](https://github.com/payloadcms/payload/pull/14250), hoping to help others in the same situation.