File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ namespace netlicensing {
219219
220220 /* *
221221 * Validates active licenses of the licensee. See NetLicensingAPI for details:
222- * https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
222+ * https://netlicensing.io/wiki/licensee-services#validate-licensee
223223 */
224224 ValidationResult LicenseeService::validate (Context& ctx,
225225 const std::string& licenseeNumber,
@@ -252,8 +252,9 @@ namespace netlicensing {
252252 }
253253
254254 /* *
255- * Validates active licenses of the licensee. See NetLicensingAPI for details:
256- * https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
255+ * Validates active licenses of the licensee.
256+ * In the case of multiple product modules validation, required parameters indexes will be added automatically.
257+ * See NetLicensingAPI for details: https://netlicensing.io/wiki/licensee-services#validate-licensee
257258 */
258259 ValidationResult LicenseeService::validate (Context& ctx,
259260 const std::string& licenseeNumber,
You can’t perform that action at this time.
0 commit comments