From 6663e7c2fbdf8230c8eaff5c990cce817393029e Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> Date: Wed, 12 Feb 2014 16:53:29 +0100 Subject: [PATCH] fix wiki links --- doc/doxygen/src/mainpage.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/src/mainpage.txt b/doc/doxygen/src/mainpage.txt index 656baaf7f8..5857573d12 100644 --- a/doc/doxygen/src/mainpage.txt +++ b/doc/doxygen/src/mainpage.txt @@ -17,16 +17,16 @@ * * In order to build an application or library with RIOT, you need first to * download the source code ([Getting the source - * code](https://github.com/RIOT-OS/RIOT/wiki/Introduction#getting-the-source-code)). This contains - besides the + * code](https://github.com/RIOT-OS/RIOT/wiki/Introduction#wiki-getting-the-source-code)). This contains - besides the * before mentioned features - also some example applications (located in the * `examples` subdirectory) and a sample Makefile you may use for your own * project. This Makefile template shows you how to compile and link your project - * against RIOT ([Compiling RIOT](https://github.com/RIOT-OS/RIOT/wiki/Introduction#compiling-riot)). + * against RIOT ([Compiling RIOT](https://github.com/RIOT-OS/RIOT/wiki/Introduction#wiki-compiling-riot)). * * If you want to use RIOT directly with your embedded platform, you need to * install the corresponding toolchain for the deployed microcontroller ([ARM - * based platforms](https://github.com/RIOT-OS/RIOT/wiki/Introduction#platforms-based-on-arm), [TI MSP430 based - * platforms](https://github.com/RIOT-OS/RIOT/wiki/Introduction#platforms-based-on-ti-msp430)). + * based platforms](https://github.com/RIOT-OS/RIOT/wiki/Introduction#wiki-platforms-based-on-arm), [TI MSP430 based + * platforms](https://github.com/RIOT-OS/RIOT/wiki/Introduction#wiki-platforms-based-on-ti-msp430)). * * ###Native RIOT - Run RIOT on your PC! * -- GitLab