From 7fbb0e204b2aee0d826fe2aa83c336df85fc76f8 Mon Sep 17 00:00:00 2001 From: Akash Dhawade <96809924+akashdhawade2005@users.noreply.github.com> Date: Wed, 29 May 2024 05:08:39 -0400 Subject: [PATCH] Fix: Block library README.md link (#62081) * Fix: Block library README.md link * Update README.md --------- Unlinked contributors: akashdhawade1991. Co-authored-by: akashdhawade2005 Co-authored-by: t-hamano --- packages/block-library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/README.md b/packages/block-library/README.md index 25c5f9b52c71a..28cf7471ed1f1 100644 --- a/packages/block-library/README.md +++ b/packages/block-library/README.md @@ -66,7 +66,7 @@ To find out more about contributing to this package or Gutenberg as a whole, ple ⚠️ Adding new blocks to this package **requires** additional steps! -1. Do not forget to register a new core block in the [`index.js`](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/index.js) file of this package. For example, if you were to add the new core block called `core/blinking-paragraph`, you would have to add something like: +1. Do not forget to register a new core block in the [`index.js`](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/index.js) file of this package. For example, if you were to add the new core block called `core/blinking-paragraph`, you would have to add something like: ```js // packages/block-library/src/index.js