From 3542c7af0ec5f7627bbcad90e029befff12a536c Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 4 Mar 2020 13:28:23 +0100 Subject: [PATCH] drivers/sdcard_spi: fix broken links --- drivers/sdcard_spi/include/sdcard_spi_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sdcard_spi/include/sdcard_spi_internal.h b/drivers/sdcard_spi/include/sdcard_spi_internal.h index aa1ca9e1a6..9675be9b8f 100644 --- a/drivers/sdcard_spi/include/sdcard_spi_internal.h +++ b/drivers/sdcard_spi/include/sdcard_spi_internal.h @@ -16,7 +16,7 @@ * "SD Specifications Part 1 Physical Layer Simplified Specification". * References to the sd specs in this file apply to Version 5.00 * from August 10, 2016. For further details see - * https://www.sdcard.org/downloads/pls/pdf/part1_500.pdf. + * https://www.sdcard.org/downloads/pls/ * * @author Michel Rottleuthner */