We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04437d commit 6fc1b5bCopy full SHA for 6fc1b5b
1 file changed
src/netlicensing.cc
@@ -7,12 +7,12 @@
7
namespace netlicensing {
8
/**
9
* C++ representation of the Product Service. See NetLicensingAPI for details:
10
- * https://www.labs64.de/confluence/display/NLICPUB/Product+Services
+ * https://netlicensing.io/wiki/product-services
11
*/
12
13
14
* Creates new product object with given properties. See NetLicensingAPI for details:
15
- * https://www.labs64.de/confluence/display/NLICPUB/Product+Services#ProductServices-Createproduct
+ * https://netlicensing.io/wiki/product-services#create-product
16
17
Product ProductService::create(Context& ctx, const Product& product) {
18
StandardMapper<Product> productMapper;
0 commit comments