Skip to content

Commit c585f34

Browse files
committed
Component source links fixed
1 parent fe1d3dd commit c585f34

10 files changed

+10
-10
lines changed

RadzenBlazorDemos/Pages/CompareValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="CompareValidator">
5+
<RadzenExample Name="CompareValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenCompareValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/EmailValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="EmailValidator">
5+
<RadzenExample Name="EmailValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenEmailValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/LengthValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="LengthValidator">
5+
<RadzenExample Name="LengthValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenLengthValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/NotificationPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@inject NotificationService NotificationService
44

5-
<RadzenExample Name="Notification">
5+
<RadzenExample Name="Notification" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/NotificationService.cs">
66
<div class="container-fluid">
77
<div class="row px-3">
88
<div class="col-lg-6 col-xl-4 p-3">

RadzenBlazorDemos/Pages/NumericRangeValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="NumericRangeValidator">
5+
<RadzenExample Name="NumericRangeValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenNumericRangeValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/RegexValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="RegexValidator">
5+
<RadzenExample Name="RegexValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenRegexValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/RequiredValidatorPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using Radzen
33
@using System.Text.Json
44

5-
<RadzenExample Name="RequiredValidator">
5+
<RadzenExample Name="RequiredValidator" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenRequiredValidator.cs">
66
<div class="container my-4">
77
<div class="row">
88
<div class="col">

RadzenBlazorDemos/Pages/TemplateFormPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
</style>
88

9-
<RadzenExample Name="TemplateForm">
9+
<RadzenExample Name="TemplateForm" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenTemplateForm.cs">
1010
@if (order == null)
1111
{
1212
<p><em>Loading...</em></p>

RadzenBlazorDemos/Pages/TextPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@page "/typography"
22

3-
<RadzenExample Name="Text" Documentation="false">
3+
<RadzenExample Name="Text" Documentation="false" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/RadzenText.cs">
44
<div class="container-fluid">
55
<div class="row">
66
<div class="col-12">

RadzenBlazorDemos/Pages/TooltipPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@inject TooltipService tooltipService
44

5-
<RadzenExample Name="Tooltip">
5+
<RadzenExample Name="Tooltip" Source="https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/TooltipService.cs">
66
<div class="container-fluid">
77
<div class="row px-3">
88
<div class="col-md-6 col-lg-4 p-3 d-flex">

0 commit comments

Comments
 (0)