* @brief Creates a SSDP local service handle.
* @since_tizen 3.0
* @remarks You must release @a local_service using ssdp_destroy_local_service().
- * @param[in] target The SSDP local service's target. It may be a device type or a service type specified in UPnP forum (http://upnp.org)
+ * @param[in] target The SSDP local service's target. It may be a device type or a service type specified in UPnP standard (https://openconnectivity.org/developer/specifications/upnp-resources/upnp/)
* @param[out] local_service The SSDP local service handle
* @return @c 0 on success,
* otherwise negative error value
/**
- * @brief Sets the USN (Unique Service Name) of SSDP local service. The USN format is specified in UPnP forum (http://upnp.org).
+ * @brief Sets the USN (Unique Service Name) of SSDP local service. The USN format is specified in UPnP standard (https://openconnectivity.org/developer/specifications/upnp-resources/upnp/).
* @since_tizen 3.0
* @remarks You must pass only unregistered @a local_service created using ssdp_create_local_service().
* If @a local_service is already registered, you cannot set @a usn.