diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-11-02 15:17:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-02 22:08:19 +0100 |
commit | 5a001b3e6ca8ccdaa7d801afb55cf31f6881433e (patch) | |
tree | ff206375d5d4c675fd4c22ef2f2ee424bd9b8d44 | |
parent | a0fa19b26de26e31c3a6e36dab10dfd03208c5ff (diff) | |
download | buildroot-5a001b3e6ca8ccdaa7d801afb55cf31f6881433e.tar.gz buildroot-5a001b3e6ca8ccdaa7d801afb55cf31f6881433e.zip |
azure-iot-sdk-c: use github for homepage
Many Buildroot users can not read Dutch. Although there is an English
version of this page, the github page looks more suitable as a link for
the software package itself, and the readme.md file is pretty
informative.
Cc: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/azure-iot-sdk-c/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/azure-iot-sdk-c/Config.in b/package/azure-iot-sdk-c/Config.in index 366dc91ea6..c554d2fb9b 100644 --- a/package/azure-iot-sdk-c/Config.in +++ b/package/azure-iot-sdk-c/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C Microsoft Azure IoT Hub device SDK for C is used to connect devices running C code to Azure IoT Hub. - https://docs.microsoft.com/nl-nl/azure/iot-hub/iot-hub-device-sdk-c-intro + https://github.com/Azure/azure-iot-sdk-c comment "azure-iot-sdk-c needs a toolchain w/ C++ and NPTL" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL |