Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove ending period in helpMarkdown to fix link path rendered i…
…n pipeline (#1388) #### Details In #1371 we added documentation links to the pipeline. I noticed that the trailing period in `helpMarkdown` caused the last URL to become malformed (link text: "how to setup authentication"). This PR will remove the period. I pushed this branch to a staging extension. You can validate the working links on line 7 in the following build: https://dev.azure.com/accessibility-insights-private/Accessibility%20Insights%20(private)/_build/results?buildId=39206&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=7384d774-f7ca-599c-ee57-ab2c05be9247&l=7 This change only impact the extension. ##### Motivation <!-- This can be as simple as "addresses issue #123" --> ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Addresses an existing issue: Fixes #0000 - [n/a] Added relevant unit test for your changes. (`yarn test`) - [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] Ran precheckin (`yarn precheckin`) - [x] Described how this PR impacts both the ADO extension and the GitHub action
- Loading branch information