Skip to content

Commit

Permalink
Fix URL (#24511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Aug 12, 2020
1 parent 2afb5b2 commit 70e600c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Examples for an Image Slider block:
- carousel
- gallery

[Read more about keywords.](https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md#keywords)
[Read more about keywords.](https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/block-api/block-metadata.md#keywords)

### Choose the right category

Expand All @@ -59,7 +59,7 @@ The Block Editor allows you to indicate the category your block belongs in, maki
- widgets
- embed

[Read more about categories.](https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md#category)
[Read more about categories.](https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/block-api/block-metadata.md#category)

Wondering where to input all this information? Read the next section :)

Expand Down Expand Up @@ -90,7 +90,7 @@ Here is an example of a basic block.json file.
}
```

The `block.json` file also contains other important properties. Take a look at an [example block.json](https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md#registering-a-block-type) for additional properties to be included in the block.json file.
The `block.json` file also contains other important properties. Take a look at an [example block.json](https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/block-api/block-metadata.md) for additional properties to be included in the block.json file.


## Step 3: Zip & Submit
Expand Down

0 comments on commit 70e600c

Please sign in to comment.