From b86ad8f0737b514696e245fd057220319dc17345 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Mon, 28 Mar 2016 14:03:39 +0200 Subject: [PATCH] docs: fixed invalid links in and to imraa docs Signed-off-by: Alex Tereschenko Signed-off-by: Thomas Ingleby --- docs/building.md | 2 +- docs/imraa.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 246c4cf..c82e111 100644 --- a/docs/building.md +++ b/docs/building.md @@ -4,7 +4,7 @@ libmraa uses cmake in order to make compilation relatively painless. CMake runs build out of tree so the recommended way is to clone from git and make a `build/` directory inside the clone directory. -For building imraa check [building imraa](../master/docs/imraa.md) +For building imraa check [building imraa](./imraa.md) ## Build dependencies Not all these are required but if you're unsure of what you're doing this is what you'll need: diff --git a/docs/imraa.md b/docs/imraa.md index 0b8a38e..1bab5de 100644 --- a/docs/imraa.md +++ b/docs/imraa.md @@ -6,7 +6,7 @@ MRAA_GENERIC_FIRMATA subplatform to the first process that calls imraa_init ## Build dependencies To build imraa, you'll need to build mraa with -DIMRAA=ON and all the normal -dependencies for build mraa, see [Building mraa](../master/docs/building.md). +dependencies for build mraa, see [Building mraa](./building.md). You'll also need the following: * [dfu-utils-cross](https://github.com/arduino/dfu-utils-cross) or dfu 0.8 (0.9 does not work well with the 101). Precompiled binaries can be found on