[Buildroot] [git commit branch/2019.08.x] package/ortp: update the upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Thu Dec 5 21:08:50 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=da6225920210d7d149c04ed2213a3f31d255f306
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.08.x

Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(404)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c3c12bd9a3dec29dfe718e1639365313588001ff)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/ortp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ortp/Config.in b/package/ortp/Config.in
index 788eaf4bbb..052ff1d397 100644
--- a/package/ortp/Config.in
+++ b/package/ortp/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_ORTP
 	help
 	  oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
 
-	  http://www.linphone.org/eng/documentation/dev/ortp.html
+	  https://www.linphone.org/technical-corner/ortp
 
 comment "ortp needs a toolchain w/ C++, threads"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list