Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BrokenLinksH2] Fixed broken links #645

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

kturetz
Copy link
Contributor

@kturetz kturetz commented Jun 7, 2022

Fixes #

Docs for Toolkit PR #

What changes to the docs does this PR provide?

PR Checklist

Please check if your PR fulfills the following requirements:

  • Correctly picked the right branch to base the change off (dev for new features, master for typos/improvements)
  • For new pages, used the provided template
  • For new features, added an entry in the Table of Contents
  • Ran against a spell and grammar checker
  • Contains NO breaking changes

Other information

@opbld33
Copy link

opbld33 commented Jun 7, 2022

Docs Build status updates of commit 12e1448:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld30
Copy link

opbld30 commented Jun 7, 2022

Docs Build status updates of commit 1d49199:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld33
Copy link

opbld33 commented Jun 8, 2022

Docs Build status updates of commit 3b9b6e6:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@kturetz
Copy link
Contributor Author

kturetz commented Jun 8, 2022

Global effort to fix broken links

@nmetulev
@michael-hawker
@Arlodotexe

The Content & Learning team is fixing broken links on docs.microsoft.com for the rest of H2. This effort will eliminate potential accessibility, security, and usability issues. This PR includes only link fixes and does not change other content. I’d very much appreciate your timely review and feedback on the link changes I’ve suggested. Thanks!

Copy link
Collaborator

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to keep our version numbers in our links. Also saw there were some just fenced out. Pointed out many, but still a few left to update. If you need extra assistance finding the new location, @Arlodotexe mind helping the docs folks out for this and #642?

docs/behaviors/AutoSelectBehavior.md Outdated Show resolved Hide resolved
docs/behaviors/AutoSelectBehavior.md Outdated Show resolved Hide resolved
docs/controls/DropShadowPanel.md Outdated Show resolved Hide resolved
docs/controls/DropShadowPanel.md Outdated Show resolved Hide resolved
docs/controls/Expander.md Outdated Show resolved Hide resolved
docs/controls/HeaderedContentControl.md Outdated Show resolved Hide resolved
docs/controls/layout/StaggeredLayout.md Outdated Show resolved Hide resolved
kturetz and others added 2 commits June 8, 2022 15:49
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
@opbld33
Copy link

opbld33 commented Jun 8, 2022

Docs Build status updates of commit 4f06bc6:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

kturetz and others added 4 commits June 8, 2022 15:53
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
@opbld32
Copy link

opbld32 commented Jun 8, 2022

Docs Build status updates of commit bcfa296:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
@opbld30
Copy link

opbld30 commented Jun 8, 2022

Docs Build status updates of commit c05aec7:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Jun 8, 2022

Docs Build status updates of commit 9006371:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld32
Copy link

opbld32 commented Jun 8, 2022

Docs Build status updates of commit fe8cc01:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@kturetz
Copy link
Contributor Author

kturetz commented Jun 8, 2022

Would like to keep our version numbers in our links. Also saw there were some just fenced out. Pointed out many, but still a few left to update. If you need extra assistance finding the new location, @Arlodotexe mind helping the docs folks out for this and #642?

Thanks very much! I appreciate all recommendations and am prepared to commit any link replacements you suggest regarding this PR and future PRs involving this repo! With any luck, you'll be able to locate replacements for the broken links I commented out.

@opbld32
Copy link

opbld32 commented Jun 8, 2022

Docs Build status updates of commit 517638f:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld30
Copy link

opbld30 commented Jun 8, 2022

Docs Build status updates of commit 5b51462:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@kturetz kturetz marked this pull request as ready for review June 8, 2022 20:20
@kturetz
Copy link
Contributor Author

kturetz commented Jun 24, 2022

Would like to keep our version numbers in our links. Also saw there were some just fenced out. Pointed out many, but still a few left to update. If you need extra assistance finding the new location, @Arlodotexe mind helping the docs folks out for this and #642?

Please let us know if you require any additional edits that will expedite review and merge of this PR. Thank you.

@tfosmark
Copy link
Contributor

@kturetz Please update your changes based on feedback in PR #646. Thanks.

@opbld33
Copy link

opbld33 commented Jun 29, 2022

Docs Build status updates of commit 811b34f:

✅ Validation status: passed

File Status Preview URL Details
docs/behaviors/AutoSelectBehavior.md ✅Succeeded View
docs/brushes/AcrylicBrush.md ✅Succeeded View
docs/brushes/BackdropBlurBrush.md ✅Succeeded View
docs/brushes/BackdropGammaTransferBrush.md ✅Succeeded View
docs/brushes/BackdropInvertBrush.md ✅Succeeded View
docs/brushes/BackdropSaturationBrush.md ✅Succeeded View
docs/brushes/BackdropSepiaBrush.md ✅Succeeded View
docs/brushes/ImageBlendBrush.md ✅Succeeded View
docs/brushes/PipelineBrush.md ✅Succeeded View
docs/brushes/RadialGradientBrush.md ✅Succeeded View
docs/controls/BladeView.md ✅Succeeded View
docs/controls/Carousel.md ✅Succeeded View
docs/controls/DropShadowPanel.md ✅Succeeded View
docs/controls/Expander.md ✅Succeeded View
docs/controls/GridSplitter.md ✅Succeeded View
docs/controls/HeaderedContentControl.md ✅Succeeded View
docs/controls/HeaderedItemsControl.md ✅Succeeded View
docs/controls/HeaderedTextBlock.md ✅Succeeded View
docs/controls/ImageCropper.md ✅Succeeded View
docs/controls/InAppNotification.md ✅Succeeded View
docs/controls/InfiniteCanvas.md ✅Succeeded View
docs/controls/layout/StaggeredLayout.md ✅Succeeded View
docs/controls/layout/WrapLayout.md ✅Succeeded View
docs/controls/Loading.md ✅Succeeded View
docs/controls/MarkdownTextBlock.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@tfosmark
Copy link
Contributor

@michael-hawker I think this is ready to merge. If not, we can close this PR and I'll have someone else from my team finish the work. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants