Skip to content

Commit 9365d95

Browse files
authored
Update LicenseeService.js
1 parent ba93a7e commit 9365d95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/services/LicenseeService.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ import itemToObject from '../converters/itemToObject';
1616

1717
/**
1818
* JS representation of the Licensee Service. See NetLicensingAPI for details:
19-
* https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services
19+
* https://netlicensing.io/wiki/licensee-services
2020
*
2121
* @constructor
2222
*/
2323

2424
export default {
2525
/**
2626
* Creates new licensee object with given properties.See NetLicensingAPI for details:
27-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Createlicensee
27+
* @see https://netlicensing.io/wiki/licensee-services#create-licensee
2828
*
2929
* determines the vendor on whose behalf the call is performed
3030
* @param context NetLicensing.Context
@@ -52,7 +52,7 @@ export default {
5252

5353
/**
5454
* Gets licensee by its number.See NetLicensingAPI for details:
55-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Getlicensee
55+
* @see https://netlicensing.io/wiki/licensee-services#get-licensee
5656
*
5757
* determines the vendor on whose behalf the call is performed
5858
* @param context NetLicensing.Context
@@ -74,7 +74,7 @@ export default {
7474

7575
/**
7676
* Returns all licensees of a vendor.See NetLicensingAPI for details:
77-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Licenseeslist
77+
* @see https://netlicensing.io/wiki/licensee-services#licensees-list
7878
*
7979
* determines the vendor on whose behalf the call is performed
8080
* @param context NetLicensing.Context
@@ -109,7 +109,7 @@ export default {
109109

110110
/**
111111
* Updates licensee properties.See NetLicensingAPI for details:
112-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Updatelicensee
112+
* @see https://netlicensing.io/wiki/licensee-services#update-licensee
113113
*
114114
* determines the vendor on whose behalf the call is performed
115115
* @param context NetLicensing.Context
@@ -134,7 +134,7 @@ export default {
134134

135135
/**
136136
* Deletes licensee.See NetLicensingAPI for details:
137-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Deletelicensee
137+
* @see https://netlicensing.io/wiki/licensee-services#delete-licensee
138138
*
139139
* determines the vendor on whose behalf the call is performed
140140
* @param context NetLicensing.Context
@@ -159,7 +159,7 @@ export default {
159159

160160
/**
161161
* Validates active licenses of the licensee. See NetLicensingAPI for details:
162-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
162+
* @see https://netlicensing.io/wiki/licensee-services#validate-licensee
163163
*
164164
* @param context NetLicensing.Context
165165
*
@@ -228,7 +228,7 @@ export default {
228228

229229
/**
230230
* Transfer licenses between licensees.
231-
* @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Transferlicensee
231+
* @see https://netlicensing.io/wiki/licensee-services#transfer-licenses
232232
*
233233
* determines the vendor on whose behalf the call is performed
234234
* @param context NetLicensing.Context

0 commit comments

Comments
 (0)