diff --git a/Common-toc.html b/Common-toc.html
index b6044c65..f8a58afa 100644
--- a/Common-toc.html
+++ b/Common-toc.html
@@ -111,10 +111,10 @@
Overview
How to Generate Syncfusion License Key?
How to Register Syncfusion License Key?
+ How to Validate Syncfusion License Key In CI Services?
Licensing Errors
Licensing FAQ
- - How to Validate Syncfusion License Key In CI Services?
- How to securely store and use Syncfusion License Keys in Azure Key Vault?
- Requirement to use Syncfusion with GitHub
- Is an internet connection required for Syncfusion Essential Studio license validation?
diff --git a/Common/Essential-Studio/licensing/licensing-faq/CI-license-validation.md b/Common/Essential-Studio/licensing/CI-license-validation.md
similarity index 100%
rename from Common/Essential-Studio/licensing/licensing-faq/CI-license-validation.md
rename to Common/Essential-Studio/licensing/CI-license-validation.md
diff --git a/Common/Essential-Studio/licensing/how-to-register-in-an-application.md b/Common/Essential-Studio/licensing/how-to-register-in-an-application.md
index b541a19f..24dfccf0 100644
--- a/Common/Essential-Studio/licensing/how-to-register-in-an-application.md
+++ b/Common/Essential-Studio/licensing/how-to-register-in-an-application.md
@@ -30,7 +30,7 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
-I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://help.syncfusion.com/common/essential-studio/licensing/licensing-faq/ci-license-validation) section for detailed instructions on how to implement it.
+I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://help.syncfusion.com/common/essential-studio/licensing/ci-license-validation) section for detailed instructions on how to implement it.
## Where to register the Syncfusion License Key?
diff --git a/Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation-classic.png b/Common/Essential-Studio/licensing/licensing-images/license-validation-classic.png
similarity index 100%
rename from Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation-classic.png
rename to Common/Essential-Studio/licensing/licensing-images/license-validation-classic.png
diff --git a/Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation-method.png b/Common/Essential-Studio/licensing/licensing-images/license-validation-method.png
similarity index 100%
rename from Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation-method.png
rename to Common/Essential-Studio/licensing/licensing-images/license-validation-method.png
diff --git a/Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation.png b/Common/Essential-Studio/licensing/licensing-images/license-validation.png
similarity index 100%
rename from Common/Essential-Studio/licensing/licensing-faq/licensing-images/license-validation.png
rename to Common/Essential-Studio/licensing/licensing-images/license-validation.png