Skip to content

Commit

Permalink
Fix link to comment delimiters in documentation (#13253)
Browse files Browse the repository at this point in the history
* Fix link to comment delimiters

Fixes #12988

* One more level
  • Loading branch information
mkaz authored and Soean committed Jan 9, 2019
1 parent 6ad03d5 commit ce864a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Attribute sources are used to define the strategy by which block attribute values are extracted from saved post content. They provide a mechanism to map from the saved markup to a JavaScript representation of a block.

If no attribute source is specified, the attribute will be saved to (and read from) the block's [comment delimiter](../language.md).
If no attribute source is specified, the attribute will be saved to (and read from) the block's [comment delimiter](../../../../docs/designers-developers/key-concepts.md#delimiters-and-parsing-expression-grammar).

Each source accepts an optional selector as the first argument. If a selector is specified, the source behavior will be run against the corresponding element(s) contained within the block. Otherwise it will be run against the block's root node.

Expand Down

0 comments on commit ce864a6

Please sign in to comment.