Change aka.ms links to fwlinks (#5223)

This commit is contained in:
Kayla Cinnamon 2020-04-02 16:19:03 -07:00 committed by GitHub
parent 084b48a751
commit f57ed0518a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -163,7 +163,7 @@ Temporarily using the Windows Terminal default settings.
<value>Failed to reload settings</value>
</data>
<data name="FeedbackUriValue" xml:space="preserve">
<value>https://aka.ms/terminal-feedback</value>
<value>https://go.microsoft.com/fwlink/?linkid=2125419</value>
</data>
<data name="AboutMenuItem" xml:space="preserve">
<value>About</value>

View file

@ -33,16 +33,16 @@ the MIT License. See LICENSE in the project root for license information. -->
</TextBlock>
<HyperlinkButton
x:Uid="AboutDialog_GettingStartedLink"
NavigateUri="https://aka.ms/terminal-getting-started" />
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125715" />
<HyperlinkButton
x:Uid="AboutDialog_DocumentationLink"
NavigateUri="https://aka.ms/terminal-documentation" />
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125416" />
<HyperlinkButton
x:Uid="AboutDialog_ReleaseNotesLink"
NavigateUri="https://aka.ms/terminal-release-notes" />
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125417" />
<HyperlinkButton
x:Uid="AboutDialog_PrivacyPolicyLink"
NavigateUri="https://aka.ms/terminal-privacy-policy" />
NavigateUri="https://go.microsoft.com/fwlink/?linkid=2125418" />
</StackPanel>
</ContentDialog>