Removed Old Docs Links

This commit is contained in:
Christopher Allford 2023-12-09 21:40:52 -08:00
parent 6d57e59ad4
commit 4c0cc805dc
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# WooCommerce Blocks <!-- omit in toc -->
This is the client for WooCommerce + the Gutenberg. This plugin serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor.
This is the client for WooCommerce + the Gutenberg. This package serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor.
## Table of Contents <!-- omit in toc -->
@ -28,8 +28,6 @@ Run through the ["Writing Your First Block Type" tutorial](https://developer.wor
For deeper dive, try looking at the [core blocks code,](https://github.com/WordPress/gutenberg/tree/master/packages/block-library/src) or see what [components are available.](https://github.com/WordPress/gutenberg/tree/master/packages/components/src)
To begin contributing to the WooCommerce Blocks plugin, see our [getting started guide](./docs/contributors/getting-started.md) and [developer handbook](./docs/README.md).
Other useful docs to explore:
- [`InnerBlocks`](https://github.com/WordPress/gutenberg/blob/master/packages/block-editor/src/components/inner-blocks/README.md)