Skip to content

Commit

Permalink
Fixes #15813 (#17842)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaiuditd authored and gziolo committed Oct 15, 2019
1 parent c148f3d commit c69a4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-post/src/components/sidebar/post-link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ function PostLink( {
} }
/>
<p>
{ __( 'The last part of the URL. ' ) }
{ __( 'The last part of the URL.' ) }
{ ' ' }
<ExternalLink href="https://wordpress.org/support/article/writing-posts/#post-field-descriptions">
{ __( 'Read about permalinks' ) }
</ExternalLink>
Expand Down

0 comments on commit c69a4f0

Please sign in to comment.