Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use https instead of http
  • Loading branch information
MarvinKlein1508 committed Sep 8, 2025
commit 24621f24898bb45dc71e0433214babdf476a74f4
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Shared/DemoMainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<div class="links">
<FluentAnchor Appearance="Appearance.Hypertext"
Href="http://github.com/microsoft/fluentui-blazor" Target="_blank" Rel="noreferrer noopener"
Href="https://github.com/microsoft/fluentui-blazor" Target="_blank" Rel="noreferrer noopener"
title="Fluent UI Blazor library source on GitHub" aria-label="Fluent UI Blazor library source on GitHub">
<FluentIcon Value="@(new DemoIcons.Size20.GitHub())" Color="Color.FillInverse" />
</FluentAnchor>
Expand Down
Loading