From e4a86e269e006adec6cfed9ddb762c9e43b486af Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Thu, 13 Jun 2013 11:20:04 -0700 Subject: [PATCH] Replaced goo.gl links with links to our new file archive at github. https://github.com/libopencm3/libopencm3-archive --- include/libopencm3/cm3/scs.h | 3 ++- include/libopencm3/stm32/common/flash_common_f24.h | 2 +- include/libopencm3/stm32/f1/flash.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/libopencm3/cm3/scs.h b/include/libopencm3/cm3/scs.h index 56cfb436..2332a3f1 100644 --- a/include/libopencm3/cm3/scs.h +++ b/include/libopencm3/cm3/scs.h @@ -249,7 +249,8 @@ /* * System Control Space (SCS) => Data Watchpoint and Trace (DWT). - * See http://goo.gl/mZm30 (ARMv7-M Architecture Reference Manual) + * See "ARMv7-M Architecture Reference Manual" + * (https://github.com/libopencm3/libopencm3-archive/blob/master/arm/ARMv7-M_ARM.pdf?raw=true) * The DWT is an optional debug unit that provides watchpoints, data tracing, * and system profiling for the processor. */ diff --git a/include/libopencm3/stm32/common/flash_common_f24.h b/include/libopencm3/stm32/common/flash_common_f24.h index 0dd73afe..699a5619 100644 --- a/include/libopencm3/stm32/common/flash_common_f24.h +++ b/include/libopencm3/stm32/common/flash_common_f24.h @@ -22,7 +22,7 @@ * For details see: * PM0081 Programming manual: STM32F40xxx and STM32F41xxx Flash programming * September 2011, Doc ID 018520 Rev 1 - * http://goo.gl/3ylKe + * https://github.com/libopencm3/libopencm3-archive/blob/master/st_micro/DM00023388.pdf?raw=true */ /** @cond */ diff --git a/include/libopencm3/stm32/f1/flash.h b/include/libopencm3/stm32/f1/flash.h index 096b5c07..96077054 100644 --- a/include/libopencm3/stm32/f1/flash.h +++ b/include/libopencm3/stm32/f1/flash.h @@ -22,7 +22,7 @@ * For details see: * PM0075 programming manual: STM32F10xxx Flash programming * August 2010, Doc ID 17863 Rev 1 - * http://goo.gl/MuTiU + * https://github.com/libopencm3/libopencm3-archive/blob/master/st_micro/CD00283419.pdf?raw=true */ #ifndef LIBOPENCM3_FLASH_H