Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
href => url
  • Loading branch information
ellatrix committed Jun 27, 2019
commit 363817020c1f7d2d3b0a07d6799e6d2155bb847b
2 changes: 1 addition & 1 deletion packages/format-library/src/link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const link = {
return applyFormat( value, {
type: name,
attributes: {
href: decodeEntities( pastedText ),
url: decodeEntities( pastedText ),
},
} );
},
Expand Down