Skip to content

Commit 6f71227

Browse files
DocGen 24_1 result (DevExpress#7147)
Co-authored-by: DX Robot <[email protected]>
1 parent 9998758 commit 6f71227

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api-reference/50 Common/Object Structures/GlobalConfig/licenseKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: String
77
A license key.
88

99
---
10-
For instructions on how to obtain a license key, refer to the following help topic: [Obtain Your License Key](/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key).
10+
For instructions on how to obtain a license key, refer to the following help topic: [Obtain Your License Key](/concepts/Common/Licensing/09%20Obtain%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key').

concepts/Common/Licensing/00 Licensing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
- [Evaluation (Trial)](/concepts/Common/Licensing/05%20Evaluation%20(Trial).md '/Documentation/Guide/Common/Licensing/#Evaluation_Trial')
44

5-
- [Obtain Your License Key](/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key)
5+
- [Obtain Your License Key](/concepts/Common/Licensing/09%20Obtain%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key')
66

7-
- [Validate Your License Key](/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key)
7+
- [Validate Your License Key](/concepts/Common/Licensing/10%20Validate%20Your%20License%20Key/00%20Validate%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key')
88

99
- [Deployment and Continuous Integration (CI)](/concepts/Common/Licensing/13%20Deployment%20and%20Continuous%20Integration%20(CI).md '/Documentation/Guide/Common/Licensing/#Deployment_and_Continuous_Integration_CI')
1010

@@ -28,7 +28,7 @@ If a developer leaves or stops using DevExtreme, you can revoke their license an
2828

2929
### v23.2+
3030

31-
With the release of v23.2, DevExpress checks the license status to determine whether a valid DevExtreme license exists. If you do not have a valid DevExtreme license, an error message is displayed on-screen. To complete the license verification process, you must [supply a valid license key](/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key). This license key is auto-generated on your behalf once you purchase a license (it is also auto-generated for all active DevExtreme subscribers).
31+
With the release of v23.2, DevExpress checks the license status to determine whether a valid DevExtreme license exists. If you do not have a valid DevExtreme license, an error message is displayed on-screen. To complete the license verification process, you must [supply a valid license key](/concepts/Common/Licensing/10%20Validate%20Your%20License%20Key/00%20Validate%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key'). This license key is auto-generated on your behalf once you purchase a license (it is also auto-generated for all active DevExtreme subscribers).
3232

3333
When you purchase a DevExtreme, ASP.NET/Blazor, DXperience, or Universal Subscription, your auto-generated DevExtreme license key will be displayed within the DevExpress [Download Manager](https://www.devexpress.com/ClientCenter/DownloadManager/).
3434

concepts/Common/Licensing/10 Validate Your License Key/25 Module Federation Specifics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ To manage the license configuration, create a shared utility file. Use this util
4343
}
4444
}
4545

46-
If the `config()` method cannot be called, [store the license key in a global window object](/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key/Storing_the_License_Key_in_a_Global_Window_Object).
46+
If the `config()` method cannot be called, [store the license key in a global window object](/concepts/Common/Licensing/10%20Validate%20Your%20License%20Key/20%20Storing%20the%20License%20Key%20in%20a%20Global%20Window%20Object.md '/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key/Storing_the_License_Key_in_a_Global_Window_Object').
4747

4848
[tags] angular

concepts/Common/Licensing/10 Validate Your License Key/30 Next.js Specifics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ DevExtreme components function on the client side, which requires a license chec
3838
);
3939
}
4040

41-
If the `config()` method cannot be called, [store the license key in a global window object](/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key/Storing_the_License_Key_in_a_Global_Window_Object).
41+
If the `config()` method cannot be called, [store the license key in a global window object](/concepts/Common/Licensing/10%20Validate%20Your%20License%20Key/20%20Storing%20the%20License%20Key%20in%20a%20Global%20Window%20Object.md '/Documentation/Guide/Common/Licensing/#Validate_Your_License_Key/Storing_the_License_Key_in_a_Global_Window_Object').
4242

4343
[tags] react

0 commit comments

Comments
 (0)