Skip to content

Commit 72f48be

Browse files
committed
Fixing 404s.
1 parent f01a765 commit 72f48be

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

GLOSSARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An XD-specific namespace that provides access to various methods that aren't spe
1212
A representation of binary data that can be transferred safely over the internet.
1313

1414
## Clipboard
15-
A temporary storage location that the user can utilize to save or retrieve text or other snippets on command. Adobe XD [provides an API](./reference/clipboard) for accessing the clipboard.
15+
A temporary storage location that the user can utilize to save or retrieve text or other snippets on command. Adobe XD [provides an API](./reference/clipboard.md) for accessing the clipboard.
1616

1717
## Class
1818
A template (of sorts) used to instantiate objects. An instance has the same instance methods and properties as specified in the class.

design/user-interface/sticker-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Resources - Sticker Sheet
22
This sticker sheet will cover the different UI surfaces available to plugins. It also includes examples of UI elements and high level guidelines you can use to build your own plugin. Download the latest version from the Plugin Design Assets Github repository.
33

4-
### [Download from GitHub](https://github.com/AdobeXD/plugin-design-assets/blob/master/sticker-sheet-XD-plugins.xd?raw=true "download from github repo")
4+
### [Download from GitHub](https://github.com/AdobeXD/plugin-design-assets/blob/master/Sticker_sheet_XD_plugins.xd?raw=true "Download from GitHub repo")
55

66
---
77

distribution/how-to-submit-to-plugin-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to make your plugin available in the XD Plugin Manager, you'll need to
2020

2121
## Submit your plugin
2222

23-
You can submit your plugin for review through the I/O Developer Console, the same place you got your [unique plugin ID for your manifest](reference/structure/manifest.md).
23+
You can submit your plugin for review through the I/O Developer Console, the same place you got your [unique plugin ID for your manifest](/reference/structure/manifest.md).
2424

2525
On the I/O Console, you can provide your packaged plugin. The I/O Console will automatically validate your package and its [manifest file](/reference/structure/manifest.md). Then, you will be asked to provide more information about your plugin on the Console.
2626

@@ -88,4 +88,4 @@ Once your submission has been reviewed, we’ll reach out letting you know if it
8888

8989
## Marketing your plugin
9090

91-
No matter how you plan to distribute, be sure to see our [plugin marketing guide](./marketing) to learn about the ins-and-outs of marketing an Adobe XD plugin.
91+
No matter how you plan to distribute, be sure to see our [plugin marketing guide](./marketing.md) to learn about the ins-and-outs of marketing an Adobe XD plugin.

plugin-development-guidelines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ By learning these topics, you will fully understand how you can build an XD plug
1414
Here are some of the recommended next steps for you:
1515

1616
1. Start by creating a very simple plugin by following our [Quick Start tutorial](/tutorials/quick-start/index.md)
17-
1. Learn how to design your plugin by reading our [Plugin Design Guidelines](/plugin-design-guidelines/index.md)
17+
1. Learn how to design your plugin by reading our [Plugin Design Guidelines](/design/index.md)
1818
1. Try some of our samples on the [samples repo on GitHub](https://github.com/AdobeXD/Plugin-Samples).
1919
1. Join the community. See our [Community page](/community.md) to learn about how to connect.

reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use this section to access the API references, know what are the currently known
55
* [API references](/reference/how-to-read.html)
66
* [Known issues](/known-issues.md)
77
* [Change log](/changes.md)
8-
* [Glossary](GLOSSARY.md)
8+
* [Glossary](../GLOSSARY.md)
99

1010
Here are some of the recommended next steps for you:
1111

reference/ui/dialogs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Prompts display a single line text field in addition to a message and two button
257257
258258
You should always strive to provide a good user experience with a modal dialog. That means providing easy access to dismissive buttons, avoiding dark patterns, and ensuring that your dialog doesn't block the user from forward progress in their work.
259259

260-
You should definitely read up on the [experience guidelines](../../../xdpegs/5-ui.md) to learn more about what to do and what not to do.
260+
You should definitely read up on our [UX patterns for modals](/design/ux-patterns/modal-ux.md) to learn more about what to do and what not to do.
261261

262262
##### When to Use Dialogs
263263

reference/ui/layout/flex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The flexible box layout module is a layout system provided in CSS, which is sign
44

55
The flexible box module specification is quite large, and covering the entire specification is out-of-scope for this reference. If you want _all_ the details, please refer to the following documentation:
66

7-
* [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-to-flexbox/)
7+
* [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
88
* [Basic concepts of flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox)
99
* [CSS Flexible Box Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout)
1010
* [CSS Flexible Box Layout Module Level 1 (W3C Specification)](https://www.w3.org/TR/css-flexbox-1/)

reference/xd-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ XD specific APIs enable developers to extend XD specific features. Using these A
99
- [cloud](/reference/cloud.md)
1010
- [interactions](/reference/interactions.md)
1111
- [commands](/reference/commands.md)
12-
- [viewport](/reference/ciewport.md)
12+
- [viewport](/reference/viewport.md)

tutorials/how-to-show-an-alert/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ It's important to know _when_ to show an alert because they do obstruct the user
138138
Other than `alert` and `error`, there are other useful dialog helpers that you might be interested in.
139139

140140
- [How to ask for confirmation](/tutorials/how-to-ask-user-for-confirmation/)
141-
- [User Interface Concepts](/reference/ui/)
141+
- [User Interface design](/design/user-interface/)
142142
- [Other samples](https://github.com/AdobeXD/plugin-samples)

tutorials/ui-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building user interfaces
22

3-
While plenty of XD plugins are perfectly suited to run like headless scripts, many plugins will need to interact with the user in some way. XD plugins can display UI in the form of modal dialogs, built with JavaScript and a supported subset of HTML and CSS. For simple alerts and messages, we've also built various helpers which make it easy to display important messages, get user feedback, and more. The tutorials in this section will focus on the UI you can generate using these helpers. Should you need more power than these helpers provide, you can learn more by reading the [User Interface Concepts](/reference/ui/).
3+
While plenty of XD plugins are perfectly suited to run like headless scripts, many plugins will need to interact with the user in some way. XD plugins can display UI in the form of modal dialogs, built with JavaScript and a supported subset of HTML and CSS. For simple alerts and messages, we've also built various helpers which make it easy to display important messages, get user feedback, and more. The tutorials in this section will focus on the UI you can generate using these helpers. Should you need more power than these helpers provide, you can learn more by reading the [User Interface design section](/design/user-interface/index.md) and our [User Interface API references](/reference/uxp/ui-html-index.md).
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

0 commit comments

Comments
 (0)