From 93c3da036e00a22dc803f35e4114514728c94e96 Mon Sep 17 00:00:00 2001 From: r12s Date: Wed, 31 May 2017 10:38:23 -0700 Subject: [PATCH] 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 --- demo/custom-toolbar-listbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/custom-toolbar-listbox.md b/demo/custom-toolbar-listbox.md index 5f13e16..54e61bf 100644 --- a/demo/custom-toolbar-listbox.md +++ b/demo/custom-toolbar-listbox.md @@ -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" %}