diff --git a/README.md b/README.md index 4805658..863daad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## What is it ? An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel.
-On [this page](http://web-directories.tk/Pages/station.html) is displayed the data collected by this very unit ! +On [this page](/Pages/station.html) is displayed the data collected by this very unit ! **Check the LICENSE.md file at the root of this project for more information.** @@ -47,7 +47,7 @@ The station is equipped with the following sensors and functionalities : 2. Go to **"src\libs"** folder of this project and copy and paste its content in your "Arduino\libraries" folder. 3. Open the app.ino file with the Arduino IDE and select the "Arduino Pro or Pro Mini" board with processor : (Atmega 3.3V 8 Mhz). 4. Compile and Upload ! -5. To receive the data sent by the station, you can check this other [project](http://www.web-directories.cf/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end. +5. To receive the data sent by the station, you can check this other [project](/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end. ## Configuration options : You may change some settings present in the ***definition.h*** file.