From cd1b28e8617da44966adeea622401b0f8a5b530c Mon Sep 17 00:00:00 2001 From: Brock Taylor <13286385+brocktaylor7@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:43:02 -0800 Subject: [PATCH] feat(faq-update): point helpMarkdown to new FAQ link (#1568) #### Details This points the top-level `helpMarkdown` in the `task.json` file to the new FAQ link. This snippet is displayed at the top of the task whenever it is run. Here is a run with my test extension displaying the new behavior: https://dev.azure.com/accessibility-insights-private/Accessibility%20Insights%20(private)/_build/results?buildId=42652&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=7384d774-f7ca-599c-ee57-ab2c05be9247 ##### Motivation This allows us to point users to a single place for both configuration and troubleshooting questions. ##### Context We'll also be updating the eng.ms documentation to link back to setup documentation. #### Pull request checklist - [n/a] Addresses an existing issue: Fixes #0000 - [x] Added relevant unit test for your changes. (`yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `/test-results/unit/coverage` - [x] Ran prechecking (`yarn precheckin`) --- packages/ado-extension/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ado-extension/task.json b/packages/ado-extension/task.json index 04bb75eaf..0c0b32018 100644 --- a/packages/ado-extension/task.json +++ b/packages/ado-extension/task.json @@ -4,7 +4,7 @@ "name": "accessibility-insights", "friendlyName": "Accessibility Insights Azure DevOps Task", "description": "Scan for accessibility issues in an Azure DevOps pipeline", - "helpMarkDown": "Learn [how to add Accessibility Insights Azure DevOps Task](https://aka.ms/ado-extension-usage) to your pipeline. For authenticated sites, learn [how to setup authentication](https://aka.ms/AI-action-auth)", + "helpMarkDown": "For help with configuring and troubleshooting this task, see https://aka.ms/accessibility-insights-faq#azure-devops-extension", "category": "Test", "author": "Accessibility Insights", "version": {