From 610479250e2863c4b87ff54d824c3bcd15bd2098 Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Sat, 21 Jun 2014 15:28:01 +0100 Subject: [PATCH] Add links from the README to the source tree files/forders on github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ef4f780..9453825f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ More documentation is coming soon, stay tuned. ### Example code -For examples on how code looks like when using Fruit, look at the examples/ directory in the source tree. +For examples on how code looks like when using Fruit, look at the [examples/](https://github.com/google/fruit/tree/master/examples) directory in the source tree. ### Dependencies @@ -144,7 +144,7 @@ The above instructions are the simplest to get started, but out-of-source builds ### License -The code is released unser the Apache 2.0 license. See the COPYING file for more details. +The code is released unser the Apache 2.0 license. See the [COPYING](https://github.com/google/fruit/blob/master/COPYING) file for more details. This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.