Skip to content

Commit 2216420

Browse files
author
Llifon Osian Jones
committed
fix #758 - link to DialogViewModel should now work
The hyperlink to the dialogvm class was no working because the namespace was not specified
1 parent a7ae250 commit 2216420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/Domain/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
163163
{
164164
DocumentationLink.WikiLink("Dialogs", "Dialogs"),
165165
DocumentationLink.DemoPageLink<Dialogs>("Demo View"),
166-
DocumentationLink.DemoPageLink<DialogsViewModel>("Demo View Model"),
166+
DocumentationLink.DemoPageLink<DialogsViewModel>("Demo View Model", "Domain"),
167167
DocumentationLink.ApiLink<DialogHost>()
168168
}),
169169
new DemoItem("Drawer", new Drawers(),

0 commit comments

Comments
 (0)