You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WPF/GeneralUpdate.Packet/Views/HelperView.xaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<RowDefinition></RowDefinition>
14
14
</Grid.RowDefinitions>
15
15
<LabelName="LblUrl"FontSize="24">
16
-
<HyperlinkNavigateUri="https://gitee.com/GeneralLibrary/GeneralUpdate/tree/master/doc"RequestNavigate="LblUrl_RequestNavigate">Help document link address,Click here to jump to the web page.</Hyperlink>
16
+
<HyperlinkNavigateUri="https://www.justerzhu.cn/"RequestNavigate="LblUrl_RequestNavigate">Help document link address,Click here to jump to the web page.</Hyperlink>
17
17
</Label>
18
18
<TextBlock Grid.Row="1"Text="* All functional buttons will have tooltips that hover over them with the mouse."TextWrapping="WrapWithOverflow"FontSize="24" />
19
19
<TextBlock Grid.Row="2"Text="*If you have any usage problems, please submit the issue on github and the author will reply as soon as possible"TextWrapping="WrapWithOverflow"FontSize="24" />
0 commit comments