Skip to content

Commit e776b85

Browse files
1 parent afcfc3d commit e776b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/tutorials/aspnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Replace the contents of the new view file with the following:
154154
<div id="content"></div>
155155
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/react/16.8.0/umd/react.development.js"></script>
156156
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.8.0/umd/react-dom.development.js"></script>
157-
<script src="@Url.Content("~/Scripts/Tutorial.jsx")"></script>
157+
<script src="@Url.Content("~/js/Tutorial.jsx")"></script>
158158
</body>
159159
</html>
160160
```

0 commit comments

Comments
 (0)