diff --git a/apps/app_jack.c b/apps/app_jack.c index 3ce1fc822a..4da4c9f8b1 100644 --- a/apps/app_jack.c +++ b/apps/app_jack.c @@ -27,7 +27,9 @@ * another application, or to play audio from another application. * * \arg http://www.jackaudio.org/ - * \arg http://svn.digium.com/svn/libresample/trunk + * + * \note To install libresample, check it out of the following repository: + * $ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk * * \ingroup applications */ diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 3c61f3a0a0..308672900d 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -21,7 +21,8 @@ * * \brief Resample slinear audio * - * \arg http://svn.digium.com/svn/libresample/trunk + * \note To install libresample, check it out of the following repository: + * $ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk * * \ingroup codecs */