Skip to content

Commit 23ea5b5

Browse files
committed
chore(sample apps): fix urls after automatic updates
1 parent 4ad4f27 commit 23ea5b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- /Commercial script file -->
2020
<!-- If main.css is missing, please `run npm install` and `npm run build` -->
2121
<link href="css/main.css" rel="stylesheet" />
22-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-default/all.css" rel="stylesheet" />
22+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-default/all.css" rel="stylesheet" />
2323
<!-- PWA -->
2424
<link href="manifest.json" rel="manifest" />
2525
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />

sample-applications/blazor-dashboard/BlazorDashboard/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>Telerik UI for Blazor Dashboard Sample App</title>
1010
<base href="/blazor-dashboard-app/" />
1111
<link href="favicon.ico" rel="icon" type="image/x-icon" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<link href="css/styles.css" rel="stylesheet" />
1414
<!-- Trial script file -->
1515
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->

sample-applications/blazor-stocks/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="favicon.ico" rel="icon" type="image/x-icon" />
1010
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
1111
<link href="css/styles.css" rel="stylesheet" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
1414
<link href="manifest.json" rel="manifest" />
1515
<link rel="apple-touch-icon" sizes="512x512" href="default-icon-512x512.png" />

0 commit comments

Comments
 (0)