Remove "Getting Started" from the about dialog (#5656)

This is some fit/finish polish for v1.
This commit is contained in:
Dustin L. Howett (MSFT) 2020-04-29 16:37:00 -07:00 committed by GitHub
parent e8a68114e8
commit e3a99f6879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,6 @@ the MIT License. See LICENSE in the project root for license information. -->
<Run x:Uid="AboutDialog_VersionLabel" />
<Run Text="{x:Bind ApplicationVersion}" />
</TextBlock>
<HyperlinkButton
x:Uid="AboutDialog_GettingStartedLink"
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125715" />
<HyperlinkButton
x:Uid="AboutDialog_DocumentationLink"
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125416" />