mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 11:42:53 +02:00
Fixed /placeholder link on Examples page (#3038)
The directory is at https://github.com/ianstormtaylor/slate/tree/master/examples/placeholder (without the last `s`)
This commit is contained in:
committed by
Ian Storm Taylor
parent
7f201f139b
commit
d71ea08fdf
@@ -59,7 +59,7 @@ const EXAMPLES = [
|
|||||||
['Markdown Shortcuts', MarkdownShortcuts, '/markdown-shortcuts'],
|
['Markdown Shortcuts', MarkdownShortcuts, '/markdown-shortcuts'],
|
||||||
['Mentions', Mentions, '/mentions'],
|
['Mentions', Mentions, '/mentions'],
|
||||||
['Paste HTML', PasteHtml, '/paste-html'],
|
['Paste HTML', PasteHtml, '/paste-html'],
|
||||||
['Placeholders', Placeholder, '/placeholders'],
|
['Placeholders', Placeholder, '/placeholder'],
|
||||||
['Plain Text', PlainText, '/plain-text'],
|
['Plain Text', PlainText, '/plain-text'],
|
||||||
['Plugins', Plugins, '/plugins'],
|
['Plugins', Plugins, '/plugins'],
|
||||||
['Read-only', ReadOnly, '/read-only'],
|
['Read-only', ReadOnly, '/read-only'],
|
||||||
|
Reference in New Issue
Block a user