Skip to content

Commit

Permalink
Docs: Fix schema file url (#36157)
Browse files Browse the repository at this point in the history
The schemas folder is located in the root of the project and not inside packages. Use the correct url to the schema file in the example.
  • Loading branch information
Petter Walbø Johnsgård authored Nov 3, 2021
1 parent 9367fce commit 40ff1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For example, in your `block.json` file you would add:

```json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/schemas/json/block.json"
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json"
}
```

Expand Down

0 comments on commit 40ff1e5

Please sign in to comment.