Skip to content

Commit e51fe95

Browse files
Merge pull request #350 from syncfusion-content/SEO-172685-asp-net-core-redirection-tool-fixes-1
Merged #350 into hotfix
2 parents 1b55d0b + 6a3ebc5 commit e51fe95

40 files changed

+86
-86
lines changed

aspnet-core/Gantt/Columns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ It is possible to format a column using `load` event. The following code example
4040
}
4141
{% endhighlight %}
4242

43-
Note: For more numeric format strings, please refer this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx).
43+
Note: For more numeric format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN).
4444

45-
For more date format strings, please refer this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx).
45+
For more date format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN).
4646

4747
## Column Resizing
4848

aspnet-core/Gantt/Editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ $("#updateRecordByRowIndex").click(function () {
359359

360360
{% endhighlight %}
361361

362-
You can find the JS playground sample for this [here](http://jsplayground.syncfusion.com/Sync_w5suulh5).
362+
You can find the JS playground sample for this [here](https://jsplayground.syncfusion.com/Sync_w5suulh5).
363363

364364
N> Using these methods we can't update the task id value.
365365

aspnet-core/GettingStarted/Getting-Started-1-0-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure
142142

143143

144144

145-
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
145+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new) link.
146146

147147
{% highlight text %}
148148

aspnet-core/GettingStarted/Getting-Started-1-1-0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Getting Started with ASP.NET Core Application
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
## ASP.NET Core 1.1.0 Application Using Visual Studio 2015
1616

@@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure
142142

143143

144144

145-
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
145+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
146146

147147
{% highlight text %}
148148

@@ -284,11 +284,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
284284
* Visual Studio [Code](https://code.visualstudio.com/#)
285285
* DotNetCore [1.1.0 (Preview 2)](https://go.microsoft.com/fwlink/?LinkID=835014).
286286

287-
To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
287+
To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](https://yeoman.io/) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
288288

289289
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
290290

291-
* Install Node from [https://nodejs.org/](https://nodejs.org/#)
291+
* Install Node from [https://nodejs.org/](https://nodejs.org/en)
292292
* Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**.
293293

294294
{% highlight text %}

aspnet-core/GettingStarted/Getting-Started-2-0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Getting Started
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
## ASP.NET Core 2.0 Application Using Visual Studio 2017 version 15.3
1616

@@ -130,7 +130,7 @@ The following steps helps to create a ASP.NET Core web application to configure
130130

131131

132132

133-
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
133+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
134134

135135
* Run the below command to know about project creation templates.
136136

@@ -280,11 +280,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
280280
* DotNetCore 2.0 [x86 Installer](https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x86.exe).
281281

282282

283-
To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
283+
To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
284284

285285
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
286286

287-
* Install Node from [https://nodejs.org/](https://nodejs.org/#)
287+
* Install Node from [https://nodejs.org/](https://nodejs.org/en)
288288
* Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**.
289289

290290
{% highlight text %}

aspnet-core/GettingStarted/Getting-Started-2-x.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ documentation: ug
1010

1111
# Getting Started with ASP.NET Core Common
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
## ASP.NET Core 2.x Application Using Visual Studio 2017 version 15.3+
1616

1717
### System Requirements:
1818

1919
To work with ASP.NET Core 2.x, you need to make sure, whether you have installed the following software on your machine
2020

21-
* Visual Studio 2017 [version 15.5](https://www.visualstudio.com/downloads/).
21+
* Visual Studio 2017 [version 15.5](https://visualstudio.microsoft.com/downloads/).
2222

23-
* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core).
23+
* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core).
2424

2525
### Configure Syncfusion UI Components in ASP.NET Core Application using NuGet packages:
2626

@@ -137,13 +137,13 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
137137

138138
* Visual Studio [Code](https://code.visualstudio.com/#).
139139

140-
* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core).
140+
* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core).
141141

142142
The following steps helps to create a ASP.NET Core web application to configure our components.
143143

144144

145145

146-
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
146+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
147147

148148
* Run the below command to know about project creation templates.
149149

@@ -351,12 +351,12 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
351351

352352
### System Requirements:
353353

354-
* Visual Studio 2017 [version 15.x](https://www.visualstudio.com/downloads/).
354+
* Visual Studio 2017 [version 15.x](https://visualstudio.microsoft.com/downloads/).
355355

356-
* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core).
356+
* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core).
357357

358358

359-
To create an ASP.NET Core 2.x application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
359+
To create an ASP.NET Core 2.x application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project.
360360

361361
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
362362

aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Getting Started on Linux
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
1616

@@ -53,7 +53,7 @@ sudo apt-get update
5353

5454
### Mono Installation
5555

56-
The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands.
56+
The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands.
5757

5858
* Execute this command to add the Mono's GPG key to the packages manager.
5959

@@ -152,7 +152,7 @@ dotnet new -t web
152152
{% endhighlight %}
153153

154154
#### Building Projects with Yeoman
155-
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool.
155+
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool.
156156
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
157157

158158
* Open the Terminal window and execute the below mentioned command to install the Node.js.

aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Getting Started on Linux
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
1616

@@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c
2020

2121
* Mono
2222

23-
* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version.
23+
* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version.
2424

2525
Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 14.04 and 16.04.
2626

@@ -67,7 +67,7 @@ sudo apt-get update
6767

6868
### Mono Installation
6969

70-
The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands.
70+
The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands.
7171

7272
* Execute this command to add the Mono's GPG key to the packages manager.
7373

@@ -167,7 +167,7 @@ dotnet new -t web
167167
{% endhighlight %}
168168

169169
#### Building Projects with Yeoman
170-
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool.
170+
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool.
171171
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
172172

173173
* Open the Terminal window and execute the below mentioned command to install the Node.js.

aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Getting Started on Linux with ASP.NET Core Application
1212

13-
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
13+
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
1515
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
1616

@@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c
2020

2121
* Mono
2222

23-
* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version.
23+
* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version.
2424

2525
Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 17.10 and 17.04.
2626

@@ -64,7 +64,7 @@ sudo apt-get update
6464

6565
### Mono Installation
6666

67-
The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands.
67+
The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands.
6868

6969
* Execute this command to add the Mono's GPG key to the packages manager.
7070

@@ -153,7 +153,7 @@ mkdir Sample
153153

154154
* In terminal window, the following steps helps to create a ASP.NET Core web application to configure our components.
155155

156-
* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
156+
* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
157157

158158
* Run the below command to know about project creation templates.
159159

@@ -178,7 +178,7 @@ mkdir Sample
178178

179179

180180
#### Building Projects with Yeoman
181-
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool.
181+
Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool.
182182
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
183183

184184
* Open the Terminal window and execute the below mentioned command to install the Node.js.

0 commit comments

Comments
 (0)