Skip to content

Commit f6dc22a

Browse files
committed
Update URL to not be region specific
1 parent 268abca commit f6dc22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.MediaElement/AppBuilderExtensions.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static class AppBuilderExtensions
2323
/// <param name="options"><see cref="MediaElementOptions"/>.</param>
2424
/// <param name="enableForegroundService"> Enable Android Foreground Service for MediaElement.
2525
/// When providing <c>true</c> the required permissions and service must be included in android manifest.
26-
/// For more information, see the <see href=" https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/mediaelement?tabs=android">MediaElement Documentation.</see> for details.
26+
/// For more information, see the <see href="https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/mediaelement?tabs=android">MediaElement Documentation.</see> for details.
2727
/// </param>
2828
/// <returns><see cref="MauiAppBuilder"/> initialized for <see cref="MediaElement"/>.</returns>
2929
public static MauiAppBuilder UseMauiCommunityToolkitMediaElement(this MauiAppBuilder builder, bool enableForegroundService, Action<MediaElementOptions>? options = null)

0 commit comments

Comments
 (0)