Change reference link in doc file
[platform/core/api/audio-io.git] / doc / audio_io_doc.h
index 1cab170..ba99a5a 100644 (file)
@@ -42,7 +42,7 @@
  * It gives easy access to the hardware layer of the sound card with a professional multichannel audio interface.
  * It should be used for activities requiring raw audio data buffers(PCM format).
  *
- * Programming the interface requires first obtaining a handle to the device, via the audio_in_create() or audio_out_create() function.
+ * Programming the interface requires first obtaining a handle to the device, via the audio_in_create() or audio_out_create_new() function.
  *
  * The input and output devices both have an available set of queries, to find the suggested buffer size, sampling rate, channel type,
  * and sample type. For output, there is an additional query, to get the sound type (these types are defined in the @ref CAPI_MEDIA_SOUND_MANAGER_MODULE API).
@@ -72,7 +72,7 @@
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
- * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
  *
  */