Skip to content

Commit 6fc1b5b

Browse files
authored
Update netlicensing.cc
1 parent b04437d commit 6fc1b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/netlicensing.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
namespace netlicensing {
88
/**
99
* C++ representation of the Product Service. See NetLicensingAPI for details:
10-
* https://www.labs64.de/confluence/display/NLICPUB/Product+Services
10+
* https://netlicensing.io/wiki/product-services
1111
*/
1212

1313
/**
1414
* Creates new product object with given properties. See NetLicensingAPI for details:
15-
* https://www.labs64.de/confluence/display/NLICPUB/Product+Services#ProductServices-Createproduct
15+
* https://netlicensing.io/wiki/product-services#create-product
1616
*/
1717
Product ProductService::create(Context& ctx, const Product& product) {
1818
StandardMapper<Product> productMapper;

0 commit comments

Comments
 (0)