Skip to content

Commit 6636943

Browse files
committed
Update sample code link
1 parent a19116a commit 6636943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ UXP now supports the [HTML5 Drag & Drop specification](https://html.spec.whatwg.
1515
* This will behave exactly the same as if the user had dropped files onto XD -- dropping an image onto a shape will use it as a mask, dropping multiline text onto a Repeat Grid text node will populate each grid cell with each line from the text content, etc.
1616
* It is not yet supported to drag content _onto_ your plugin from an outside source (e.g. dropping files on your plugin UI, or dragging images from another app into your plugin UI).
1717

18-
For more, [see this **sample plugin code**](https://github.com/AdobeXD/plugin-samples/tree/shotts/xd-26-prerelease/ui-panel-simple-drag-and-drop).
18+
For more, [see this **sample plugin code**](https://github.com/AdobeXD/plugin-samples/tree/master/ui-panel-simple-drag-and-drop).
1919

2020
### Debugging with Chrome DevTools _(beta)_
2121
You can now use the Chrome DevTools UI (CDT) to debug your JS code -- and _to a limited extent_, inspect your UI DOM structure. **Read the updated [debugging tutorial](./tutorials/debugging/index.md)** for details.

0 commit comments

Comments
 (0)