Updated links with the FWLinks (#105)

This commit is contained in:
Risa Naka 2019-02-25 11:54:41 -08:00 коммит произвёл GitHub
Родитель 4ff7743486
Коммит c9827d92d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -52,11 +52,11 @@ Please visit the [Telemetry Overview](TelemetryOverview.md) page on how to do so
Visit [Adding a new project](NewProject.md) for instructions.
### Q. How do I get in contact?
Please file a [Github Issue](https://github.com/Microsoft/accessibility-insights-windows/issues/new). We actively monitor PRs and issues.
Please file a [Github Issue](https://github.com/Microsoft/accessibility-insights-windows/issues/new/choose). We actively monitor PRs and issues.
### Q. I encountered a bug. Where do I report it?
We use Github Issues for bug tracking.
Vist the [issues](https://github.com/Microsoft/accessibility-insights-windows/issues?q=is%3Aissue+is%3Aopen%2Cclosed) page to see if an issue for it already exists.
If it doesn't, feel free to [file an issue](https://github.com/Microsoft/accessibility-insights-windows/issues/new).
If it doesn't, feel free to [file an issue](https://github.com/Microsoft/accessibility-insights-windows/issues/new/choose).

Просмотреть файл

@ -38,7 +38,7 @@ namespace AccessibilityInsights.Actions.Misc
private const string ImageMimeType = "image/png";
private const string PathSeperator = @" / ";
private const string UniqueIdKey = "uniqueId";
private const string DownloadURI = @"https://aka.ms/AI-WinInstall";
private const string DownloadURI = @"https://go.microsoft.com/fwlink/?linkid=2077926";
internal static Dictionary<string, Rule> RuleList = new Dictionary<string, Rule>();
internal static Dictionary<string, A11yCriteria> A11yCriteriaList = new Dictionary<string, A11yCriteria>();

Просмотреть файл

@ -30,7 +30,7 @@ namespace AccessibilityInsights.SharedUx.Controls.TestTabs
/// </summary>
public partial class ColorContrast : UserControl
{
const string HelpURL = @"https://aka.ms/accessibility-insights-colorcontrast";
const string HelpURL = @"https://go.microsoft.com/fwlink/?linkid=2075365";
public ElementContext ElementContext { get; private set; }

Просмотреть файл

@ -35,7 +35,7 @@ namespace AccessibilityInsights
public partial class MainWindow : Window, IMainWindow, IControlTreeNavigation
#pragma warning restore CA1001 // Types that own disposable fields should be disposable
{
const string HelpDocLink = "https://aka.ms/AccessibilityInsights";
const string HelpDocLink = "https://go.microsoft.com/fwlink/?linkid=2077919";
const string ArgAttach = "AttachAccessibilityInsights";
IntPtr hWnd;

Просмотреть файл

@ -24,7 +24,7 @@ namespace AccessibilityInsights.Modes
/// <summary>
/// URL to getting started video
/// </summary>
const string VideoUrl = "https://aka.ms/hmeji4";
const string VideoUrl = "https://go.microsoft.com/fwlink/?linkid=2077681";
/// <summary>
/// MainWindow to access shared methods

Просмотреть файл

@ -40,7 +40,7 @@
</Grid.ColumnDefinitions>
<TextBlock Style="{StaticResource TxtTelemetryDialogText}" TextWrapping="Wrap" >
<Run Text="{x:Static properties:Resources.RunTextHelpCommunity1}"/>
<Hyperlink x:Name="hlHelpCommunity" AutomationProperties.Name="{x:Static properties:Resources.RunTextHelpCommunity2}" NavigateUri="https://aka.ms/accessibilityinsights" RequestNavigate="Hyperlink_RequestNavigate" FocusVisualStyle="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" TextDecorations="None"><Run Text="{x:Static properties:Resources.RunTextHelpCommunity2}" /></Hyperlink>
<Hyperlink x:Name="hlHelpCommunity" AutomationProperties.Name="{x:Static properties:Resources.RunTextHelpCommunity2}" NavigateUri="https://go.microsoft.com/fwlink/?linkid=2077765" RequestNavigate="Hyperlink_RequestNavigate" FocusVisualStyle="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}" TextDecorations="None"><Run Text="{x:Static properties:Resources.RunTextHelpCommunity2}" /></Hyperlink>
<Run Text="{x:Static properties:Resources.RunTextHelpCommunity3}" />
</TextBlock>
</Grid>

Просмотреть файл

@ -1127,7 +1127,7 @@ namespace AccessibilityInsights.Properties {
/// <summary>
/// Looks up a localized string similar to Unable to load the selected file.
///Please ensure that you are opening an valid test file using the most recent release of Accessibility Insights for Windows (https://aka.ms/AccessibilityInsights).
///Please ensure that you are opening a valid test file using the most recent release of Accessibility Insights for Windows (https://aka.ms/AccessibilityInsights).
/// </summary>
public static string StartLoadingSnapshotLoadFileException {
get {

Просмотреть файл

@ -392,7 +392,7 @@
</data>
<data name="StartLoadingSnapshotLoadFileException" xml:space="preserve">
<value>Unable to load the selected file.
Please ensure that you are opening an valid test file using the most recent release of Accessibility Insights for Windows (https://aka.ms/AccessibilityInsights)</value>
Please ensure that you are opening a valid test file using the most recent release of Accessibility Insights for Windows (https://aka.ms/AccessibilityInsights).</value>
</data>
<data name="StartUpModeControlAutomationPropertiesName" xml:space="preserve">
<value>Welcome page</value>
@ -514,7 +514,6 @@ Please ensure that you are opening an valid test file using the most recent rele
<data name="LiveModeControl_LearnMoreAutomated" xml:space="preserve">
<value>Learn more about automated checks</value>
</data>
<data name="LiveModeControl_CopyToClipboard_Available_properties" xml:space="preserve">
<value>Available properties</value>
</data>