From 2fb216b9765a25e2303576575c6e3a8d68b61805 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:21:10 +0300 Subject: [PATCH] made changes --- aspnet/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Overview.md b/aspnet/Overview.md index b13a496ac..2cf4f4257 100644 --- a/aspnet/Overview.md +++ b/aspnet/Overview.md @@ -13,7 +13,7 @@ Essential Studio for ASP.NET is a set of server-side wrappers for Essential Java ## How to best read this user guide -* The best way to get started is to read the common “[Getting Started](#Getting_Started)” document of the component that you would like to start using first. The “Getting Started” guide gives enough information that you need to know before starting to write code. This is the only section that is recommend to read end-to-end before starting to write code, and all other information can be referred when needed. +* The best way to get started is to read the common “[Getting Started](/getting-started-webforms)” document of the component that you would like to start using first. The “Getting Started” guide gives enough information that you need to know before starting to write code. This is the only section that is recommend to read end-to-end before starting to write code, and all other information can be referred when needed. * Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://asp.syncfusion.com/demos/web/#) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.