WinUI-Gallery icon indicating copy to clipboard operation
WinUI-Gallery copied to clipboard

Fix documentation links to UWP content

Open bpulliam opened this issue 2 years ago • 3 comments

Which version of the app?

WinUI 3 Gallery

Description

We have a few links that point to UWP docs instead of WinAppSDK.

  • [x] 1. https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.fonticon should be https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.fonticon
  • [ ] 2. https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns should be https://learn.microsoft.com/windows/apps/design/controls
  • [x] 3. https://learn.microsoft.com/windows/uwp/debug-test-perf/version-adaptive-apps
  • [x] 4. https://learn.microsoft.com/windows/uwp/composition/composition-animation
  • [ ] 5. https://learn.microsoft.com/windows/uwp/composition/using-the-visual-layer-with-xaml
  • [ ] 6. https://learn.microsoft.com/uwp/api/windows.applicationmodel.datatransfer.clipboard
  • [ ] 7. https://learn.microsoft.com/uwp/api/Windows.Storage.Pickers
  • [ ] 8. https://learn.microsoft.com/windows/uwp/contacts-and-calendar/images/shoulder-tap-static-

payload.png

Screenshots

No response

Windows version

No response

Additional context

No response

bpulliam avatar Aug 29 '23 13:08 bpulliam

@karkarl Would you mind if I create a PR for this?

marcelwgn avatar Aug 29 '23 19:08 marcelwgn

@karkarl Would you mind if I create a PR for this?

Go for it!

karkarl avatar Aug 30 '23 02:08 karkarl

Speaking of links... The specific parts of the URLs for point 2 all start with a / which gives the concatenated URL a double ...//.... Functionally no problem, so no priority, just wanted to mention it.

Jay-o-Way avatar Apr 03 '24 14:04 Jay-o-Way