Skip to content

Commit b6368a1

Browse files
committed
Removed old links.
1 parent e5dd84f commit b6368a1

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

tutorials/ui-index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@ While plenty of XD plugins are perfectly suited to run like headless scripts, ma
44

55
The tutorials contained in this section will get you on your way to building plugin UI well-suited for XD utilizing the [Plugin Toolkit](https://github.com/AdobeXD/plugin-toolkit) library. Before continuing, please ensure that you install the tooklit in your project, as follows:
66

7-
* Click the "Clone or Download" button on the right side of the [Plugin Toolkit](https://github.com/AdobeXD/plugin-toolkit) page
8-
* Uncompress the zip file after the download completes
9-
* Copy the `lib` folder to your plugin project
7+
- Click the "Clone or Download" button on the right side of the [Plugin Toolkit](https://github.com/AdobeXD/plugin-toolkit) page
8+
- Uncompress the zip file after the download completes
9+
- Copy the `lib` folder to your plugin project
1010

1111
Now you're ready to display simple messages to your users!
1212

13-
* [How to show an alert](./how-to-show-an-alert/index.md)
14-
* [How to ask user for confirmation](./how-to-ask-user-for-confirmation/index.md)
15-
13+
- [How to show an alert](./how-to-show-an-alert/index.md)
14+
- [How to ask user for confirmation](./how-to-ask-user-for-confirmation/index.md)
1615

1716
## More complex UI
1817

19-
There are a lot of ways to render more complex UI. You can review the following material to learn more:
20-
21-
* [User Interface Concepts](/reference/ui/index.md)
22-
* [User Interface elements](/reference/ui/elements/index.md)
23-
* [User Interface Layout](/reference/ui/layout/index.md)
24-
* [All about Dialogs](/reference/ui/dialogs/index.md)
18+
There are a lot of ways to render more complex UI. Check out our [plugin design documentation](../design/index.md) to learn more about UX patterns and creating UI.

0 commit comments

Comments
 (0)