You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ASP.NET Core/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Download the example and use Visual Studio 2019 to open the project.
6
6
7
7
## Client-side resources and bundling
8
8
9
-
This project uses [NPM](http://npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
9
+
This project uses [NPM](https://www.npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
10
10
11
11
The resulted bundles will be located in the `wwwroot` folder:
Copy file name to clipboardExpand all lines: React/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ It correctly bundles React in production mode and optimizes the build for the be
26
26
The build is minified and the filenames include the hashes.<br>
27
27
Your app is ready to be deployed!
28
28
29
-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
29
+
See the section about [deployment](https://create-react-app.dev/docs/deployment/) for more information.
30
30
31
31
## Further help
32
32
33
-
You can learn more about React in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
33
+
You can learn more about React in the [Create React App documentation](https://create-react-app.dev/docs/getting-started/).
34
34
35
35
To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create)
0 commit comments