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

Peter Korsgaard peter at korsgaard.com
Tue Dec 3 13:50:03 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=705259765c77e6fcc6142387732e33bf8a001545
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>
Acked-by: Alexander Dahl <post at lespocky.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit c468a7580f62ca951f4522de8ffa152c92920783)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/fastd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fastd/Config.in b/package/fastd/Config.in
index 47c76b5ad6..5ef6de8d78 100644
--- a/package/fastd/Config.in
+++ b/package/fastd/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_FASTD
 	help
 	  Fast and Secure Tunneling Daemon
 
-	  https://projects.universe-factory.net/projects/fastd/wiki
+	  https://github.com/NeoRaider/fastd/wiki
 
 if BR2_PACKAGE_FASTD
 



More information about the buildroot mailing list