Skip to content

Commit

Permalink
Fix more broken internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Nov 20, 2018
1 parent d7a1026 commit 0912c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/contributors/reference.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Reference

- [Glossary](../docs/designers-developers/glossary.md)
- [Coding Guidelines](../docs/contributors/coding-guidelines.md)
- [Testing Overview](../docs/contributors/testing-overview.md)
- [Frequently Asked Questions](../docs/designers-developers/faq.md)
- [Glossary](../../docs/designers-developers/glossary.md)
- [Coding Guidelines](../../docs/contributors/coding-guidelines.md)
- [Testing Overview](../../docs/contributors/testing-overview.md)
- [Frequently Asked Questions](../../docs/designers-developers/faq.md)

## Logo
<img width="200" src="https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/final-g-wapuu-black.svg?sanitize=true" alt="Gutenberg Logo" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ registerBlockType( 'gutenberg-boilerplate-esnext/hello-world-step-03', {
```
{% end %}

When registering a new block type, the `attributes` property describes the shape of the attributes object you'd like to receive in the `edit` and `save` functions. Each value is a [source function](../../../docs/designers-developers/developers/block-api/attributes.md) to find the desired value from the markup of the block.
When registering a new block type, the `attributes` property describes the shape of the attributes object you'd like to receive in the `edit` and `save` functions. Each value is a [source function](../../../../../docs/designers-developers/developers/block-api/block-attributes.md) to find the desired value from the markup of the block.

In the code snippet above, when loading the editor, we will extract the `content` value as the HTML of the paragraph element in the saved post's markup.

Expand Down

0 comments on commit 0912c33

Please sign in to comment.