From 6e24419653b5e989c91eb6af61f061da30be7db7 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 22 May 2023 12:44:23 +0300 Subject: [PATCH] SEO-172121-Aspnetmvc-controls --- aspnetmvc/Chart/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/Chart/Getting-Started.md b/aspnetmvc/Chart/Getting-Started.md index bd0bf3c4..133c7213 100644 --- a/aspnetmvc/Chart/Getting-Started.md +++ b/aspnetmvc/Chart/Getting-Started.md @@ -60,9 +60,9 @@ N> If you are using the Essential Studio below 13.4.0.53 version, then you need To render the MVC Chart in unobtrusive mode refer **ej.unobtrusive.js** script file. Otherwise set false to **UnobtrusiveJavaScriptEnabled** in Web.config file. -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. -To know more about getting started, You can refer to [MVC Getting Started documentation](http://help.syncfusion.com/aspnetmvc/getting-started) to create a new project and add necessary dll’s and script files. +To know more about getting started, You can refer to [MVC Getting Started documentation](https://help.syncfusion.com/aspnetmvc/getting-started) to create a new project and add necessary dll’s and script files.