Skip to content

Commit 2488a65

Browse files
docs(common): static asset for js interop file
1 parent 46cb7c4 commit 2488a65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_contentTemplates/common/js-interop-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<head>
2424
. . .
25-
<script src="https://kendo.cdn.telerik.com/blazor/1.1.1/telerik-blazor.min.js" defer></script>
25+
<script src="_content/telerikuiforblazor/js/telerik-blazor.js" defer></script>
2626
</head>
2727

28-
Make sure that the version in the URL matches the version of the Telerik Blazor package used in your project.
28+
As of version `1.2.0` we no longer maintain a CDN with the JS Interop file. If you would like to serve it from a cloud, save its contents and create a CDN of your choice.
2929
#end
3030

getting-started/what-you-need.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace MyBlazorAppName
7878
}
7979
````
8080

81-
If you are using a client-side Blazor project,
81+
If you are using a **client-side Blazor** project,
8282
@[template](/_contentTemplates/common/issues-and-warnings.md#mono-linker-issue)
8383

8484
## Before You Continue

0 commit comments

Comments
 (0)