Skip to content

Commit

Permalink
Update deprecation warning link on Navigable Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Aug 10, 2020
1 parent df663c6 commit dd7ead5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function useIsAccessibleToolbar( ref ) {
deprecated( 'Using custom components as toolbar controls', {
alternative: 'ToolbarItem or ToolbarButton components',
link:
'https://developer.wordpress.org/block-editor/components/toolbar-button/',
'https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols',
} );
}
setIsAccessibleToolbar( onlyToolbarItem );
Expand Down

0 comments on commit dd7ead5

Please sign in to comment.