fixes broken link to listbox api page

[+] fixes broken link from the custom listbox demo to the listbox API page, looks like the url path/s may have changed
This commit is contained in:
r12s
2017-05-31 10:38:23 -07:00
parent 8974d457c1
commit 93c3da036e
+1 -1
View File
@@ -7,6 +7,6 @@ description: This example shows you how to add a simple listbox to the toolbar o
keywords: example demo custom toolbar listbox
---
This example shows you how to add a simple [listbox]({{ site.baseurl }}/api/class/tinymce.ui.listbox/) to the toolbar.
This example shows you how to add a simple [listbox]({{ site.baseurl }}/api/tinymce.ui/tinymce.ui.listbox/) to the toolbar.
{% include codepen.html id="JYwJVr" %}