We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcfc3d commit e776b85Copy full SHA for e776b85
site/jekyll/tutorials/aspnetcore.md
@@ -154,7 +154,7 @@ Replace the contents of the new view file with the following:
154
<div id="content"></div>
155
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/react/16.8.0/umd/react.development.js"></script>
156
<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>
+<script src="@Url.Content("~/js/Tutorial.jsx")"></script>
158
</body>
159
</html>
160
```
0 commit comments