Skip to content

Commit

Permalink
Fix link in pop-up RelationsMatrix.jsx
Browse files Browse the repository at this point in the history
This link is outdated after #5809, and its anchor never existed. This PR corrects both issues.
  • Loading branch information
stevepiercy authored Jun 9, 2024
1 parent 4a2da78 commit 303f103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const RelationsMatrix = (props) => {
<Popup
trigger={
<a
href="https://6.docs.plone.org/volto/recipes/widget.html#restricting-potential-targets"
href="https://6.docs.plone.org/volto/development/widget.html#widget-relation-field-label"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 303f103

Please sign in to comment.