From 7874b7710410f611e121d921846052c91a6f2cbd Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 27 Sep 2021 09:55:43 -0700 Subject: [PATCH] Add how to using PT links in readme and support (#13426) * Update README.md * Update README.md * Update SUPPORT.md --- README.md | 6 +++--- SUPPORT.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eebcca044a..f1e2f08060 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[Downloads & Release notes][github-release-link] | [Contributing to PowerToys](#contributing) | [What's Happening](#whats-happening) | [Roadmap](#powertoys-roadmap) +[How to use PowerToys][usingPowerToys-docs-link] | [Downloads & Release notes][github-release-link] | [Contributing to PowerToys](#contributing) | [What's Happening](#whats-happening) | [Roadmap](#powertoys-roadmap) ## Build status @@ -12,7 +12,7 @@ ## About -Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity. For more info on [PowerToys overviews and guides][usingPowerToys-docs-link], or any other tools and resources for [Windows development environments](https://docs.microsoft.com/windows/dev-environment/overview), head over to [docs.microsoft.com][usingPowerToys-docs-link]! +Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity. For more info on [PowerToys overviews and how to use the utilities][usingPowerToys-docs-link], or any other tools and resources for [Windows development environments](https://docs.microsoft.com/windows/dev-environment/overview), head over to [docs.microsoft.com][usingPowerToys-docs-link]! | | Current utilities: | | |--------------|--------------------|--------------| @@ -208,7 +208,7 @@ The application logs basic telemetry. Our Telemetry Data page (Coming Soon) has [privacy-link]: http://go.microsoft.com/fwlink/?LinkId=521839 [vidConfOverview]: https://aka.ms/PowerToysOverview_VideoConference [loc-bug]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=translation_issue.md&title= -[usingPowerToys-docs-link]: https://docs.microsoft.com/windows/powertoys/ +[usingPowerToys-docs-link]: https://aka.ms/powertoys-docs [github-next-release-work]: https://github.com/microsoft/PowerToys/issues?q=is%3Aopen+is%3Aissue+project%3Amicrosoft%2FPowerToys%2F21 diff --git a/SUPPORT.md b/SUPPORT.md index ce239dc591..92b0f54aa7 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,5 +1,10 @@ # Support + +## How to use Microsoft PowerToys + +For more info on [PowerToys overviews and how to use the utilities][usingPowerToys-docs-link], or any other tools and resources for [Windows development environments](https://docs.microsoft.com/windows/dev-environment/overview), head over to [docs.microsoft.com][usingPowerToys-docs-link]! + ## How to file issues and get help This project uses [GitHub Issues][gh-issue] to [track bugs][gh-bug] and [feature requests][gh-feature]. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or @@ -16,3 +21,4 @@ Support for PowerToys is limited to the resources listed above. [gh-feature]: https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title= [wiki]: https://github.com/microsoft/PowerToys/wiki [contributor]: https://github.com/microsoft/PowerToys/blob/master/CONTRIBUTING.md +[usingPowerToys-docs-link]: https://aka.ms/powertoys-docs