Skip to content

Commit 0f7f8d2

Browse files
Copilotjfversluis
andauthored
Fix incorrect sample application URLs in popup docs (#624)
* Initial plan * Fix incorrect sample application URLs in popup documentation Remove '/Pages' from sample app URLs in popup-options.md, popup-result.md, and popup-complex.md to point to the correct paths in the Maui repository. Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent 17cfa20 commit 0f7f8d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/maui/views/popup/popup-complex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public partial class PopupsPage : ContentPage
264264

265265
## Examples
266266

267-
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Pages/Views/Popups/ComplexPopup.xaml).
267+
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Views/Popups/ComplexPopup.xaml).
268268

269269
## API
270270

docs/maui/views/popup/popup-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ await this.ShowPopupAsync(new SimplePopup(), new PopupOptions
126126

127127
## Examples
128128

129-
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Pages/Views/Popups/ReturnResultPopup.xaml).
129+
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Views/Popups/ReturnResultPopup.xaml).
130130

131131
## API
132132

docs/maui/views/popup/popup-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Please refer to the [PopupOptions Documentation](./popup-options.md) to learn mo
167167

168168
## Examples
169169

170-
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Pages/Views/Popups/ReturnResultPopup.xaml).
170+
You can find an example of this feature in action in the [.NET MAUI Community Toolkit Sample Application](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Views/Popups/ReturnResultPopup.xaml).
171171

172172
## API
173173

0 commit comments

Comments
 (0)