From aa77f729641ce7d96efd8c0b72f56a524b85908b Mon Sep 17 00:00:00 2001 From: markdanial Date: Wed, 30 Jul 2025 03:56:59 -0700 Subject: [PATCH] Update Contributing link in README.md (#6579) Changes from master to dev in url of contributing doc --- packages/core/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/README.md b/packages/core/README.md index 5c82fde5a..41a8b6417 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -33,7 +33,7 @@ Newsletter Demo - http://grapesjs.com/demo-newsletter-editor.html
- [Plugins](#plugins) - [Support](#support) - [Changelog](https://github.com/GrapesJS/grapesjs/releases) -- [Contributing](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md) +- [Contributing](https://github.com/GrapesJS/grapesjs/blob/dev/CONTRIBUTING.md) - [License](#license) ## Features @@ -87,7 +87,7 @@ For a more practical example I'd suggest looking up the code inside this demo: h ## Development -Follow the [Contributing Guide](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md). +Follow the [Contributing Guide](https://github.com/GrapesJS/grapesjs/blob/dev/CONTRIBUTING.md). ## Documentation