Skip to content

Commit

Permalink
Update the inline HTML in the callout
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Oct 2, 2024
1 parent 17b893d commit 14e40bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const { state, actions } = store( 'core/router', {
```

<div class="callout callout-tip">
The core "Query Loop" block is [using this package](https://github.com/WordPress/gutenberg/blob/cd701e94ceffea7ef2f423274a2f77025bcfa1a6/packages/block-library/src/query/view.js#L35) to provide the [region-based navigation](https://github.com/WordPress/gutenberg/blob/cd701e94ceffea7ef2f423274a2f77025bcfa1a6/packages/block-library/src/query/index.php#L33).
The core "Query Loop" block is <a href="https://github.com/WordPress/gutenberg/blob/cd701e94ceffea7ef2f423274a2f77025bcfa1a6/packages/block-library/src/query/view.js#L35">using this package</a> to provide the <a href="https://github.com/WordPress/gutenberg/blob/cd701e94ceffea7ef2f423274a2f77025bcfa1a6/packages/block-library/src/query/index.php#L33">region-based navigation</a>.
</div>

### Directives
Expand Down

0 comments on commit 14e40bd

Please sign in to comment.