Skip to content

Commit 2b436f5

Browse files
authored
Update README_Dialog.md
The dialog has been moved to a different folder.
1 parent 6d1e1ea commit 2b436f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/README_Dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dialog controls are UI overlays that provide contextual app information. They of
55

66
## Example scene
77
You can find examples in the **DialogExample** scene under:
8-
[MRTK/Examples/Experimental/Dialog](https://github.com/microsoft/MixedRealityToolkit-Unity/tree/mrtk_development/Assets/MRTK/SDK/Experimental/Dialog)
8+
[MRTK/Examples/Demos/UX/Dialog](https://github.com/microsoft/MixedRealityToolkit-Unity/tree/mrtk_development/Assets/MRTK/Examples/Demos/UX/Dialog)
99

1010
## How to use Dialog control
1111
MRTK provides three Dialog prefabs:
@@ -29,4 +29,4 @@ Dialog.Open(DialogPrefabLarge, DialogButtonType.OK, "Confirmation Dialog, Large,
2929
Dialog.Open(DialogPrefabSmall, DialogButtonType.Yes | DialogButtonType.No, "Confirmation Dialog, Small, Far", "This is an example of a small dialog with a choice message, placed at near interaction range", true);
3030
```
3131

32-
For more details, please see `DialogExampleController.cs` in DialogExample.unity scene.
32+
For more details, please see `DialogExampleController.cs` in DialogExample.unity scene.

0 commit comments

Comments
 (0)