Skip to content

Commit b92f6e5

Browse files
Use https instead of http (#4121)
1 parent ca25500 commit b92f6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Demo/Shared/Shared/DemoMainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

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

0 commit comments

Comments
 (0)