Skip to content

Commit 629b4f2

Browse files
docs(common): update static assets path for Preview 7
1 parent 122fb35 commit 629b4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/what-you-need.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ Here is the `script` tag for our static asset path:
9191
````SHTML
9292
<head>
9393
. . .
94-
<script src="_content/telerikuiforblazor/js/telerik-blazor.js" defer></script>
94+
<script src="_content/telerik.ui.for.blazor/js/telerik-blazor.js" defer></script>
9595
</head>
9696
````
9797

98-
>note If you are using a trial license, the path is `_content/telerikuiforblazortrial/js/telerik-blazor.js`.
98+
>note If you are using a trial license, the path is `_content/telerik.ui.for.blazor.trial/js/telerik-blazor.js`.
9999
100100
## Project Configuration
101101

0 commit comments

Comments
 (0)