From 1310e110c05509d16f811611c21fcf2d4992272f Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Wed, 22 Jan 2014 18:42:51 +0100
Subject: [PATCH] updated README to reflect the current state

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 332d87b8d3..59853d9671 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Its features comprise
 * RPL
  
 ## GETTING STARTED
-* You want to start the RIOT? Just follow our [Getting started documentation](http://riot-os.org/doc/getting_started.html)
+* You want to start the RIOT? Just follow our [Getting started documentation](https://github.com/RIOT-OS/RIOT/wiki/Introduction)
 * The RIOT API itself can be built from the code using doxygen. The latest version is uploaded daily to http://riot-os.org/api.
 
 ### USING THE NATIVE PORT WITH NETWORKING
@@ -59,7 +59,7 @@ To create a bridge and two (or count at your option) tap interfaces:
 ./tapsetup.sh create [count]
 
 ### EXAMPLE APPLICATIONS
-In the `projects` repository you can find some example applications. The `default` application demonstrates all available features for the current platform.
+In the `examples` folder you can find some example applications. The `default` application demonstrates all available features for the current platform.
 
 For example, you can use it to the test the native networking by running the `bin/default-native.elf` twice with two different tap interfaces as parameters, e.g. tap0 and tap1. Now configure two different addresses for both RIOT instances by typing `addr 1` and `addr 2`accordingly and send a text message from one "node" to another by typing `txtsnd 2 hello` on the first "node".
 
-- 
GitLab