Skip to content

Commit

Permalink
Documentation: Update broken links (#41071)
Browse files Browse the repository at this point in the history
* Updated incorrect links

Edited the two incorrect GitHub links as shown within this TRAC ticket https://core.trac.wordpress.org/ticket/55731

* Update Link Title to JSX build

As discussed in #41071 comments, we would keep the link title as JSX build
  • Loading branch information
SavPhill authored May 17, 2022
1 parent da6a7b7 commit 56cd4fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ When you save the post and view it published, you will see the `Hola mundo (from

This shows the most basic static block. The [gutenberg-examples](https://github.com/WordPress/gutenberg-examples) repository has complete examples for both.

- [Basic example with JSX build](https://github.com/WordPress/gutenberg-examples/tree/trunk/01-basic-esnext)
- [Basic Example with JSX build](https://github.com/WordPress/gutenberg-examples/tree/trunk/blocks-jsx/01-basic-esnext)

- [Basic example plain JavaScript](https://github.com/WordPress/gutenberg-examples/tree/trunk/01-basic),
- [Basic Example Plain JavaScript](https://github.com/WordPress/gutenberg-examples/tree/trunk/blocks-non-jsx/01-basic),

**NOTE:** The examples include a more complete block setup with translation features included, it is recommended to follow those examples for a production block. The internationalization features were left out of this guide for simplicity and focusing on the very basics of a block.

Expand Down

0 comments on commit 56cd4fd

Please sign in to comment.