diff --git a/RF24Gateway.h b/RF24Gateway.h index e8ee47a..3d5a35c 100644 --- a/RF24Gateway.h +++ b/RF24Gateway.h @@ -317,14 +317,14 @@ class RF24Gateway { * * @section Installation Installation * - * See http://tmrh20.github.io/RF24 for installation instructions using the installer, or clone the RF24 libs and run 'make install' for each one. + * See http://nRF24.github.io/RF24 for installation instructions using the installer, or clone the RF24 libs and run 'make install' for each one. * * After running the installer, RF24Gateway will be installed at rf24libs/RF24Gateway. Examples are included for operating the gateway * as well as client scripts & programs to control nodes via http requests. * * Note: RF24Gateway is tested with and defaults to using RF24Mesh. Sensor nodes must also use RF24Mesh or be statically assigned within RF24Mesh. * - * See http://tmrh20.github.io/RF24Ethernet/ for related documentation for use with RF24Gateway. + * See http://nRF24.github.io/RF24Ethernet/ for related documentation for use with RF24Gateway. * * @section HowItWorks How It Works * @@ -356,7 +356,7 @@ class RF24Gateway { * sudo sysctl -w net.ipv4.ip_forward=1 * sudo iptables -t nat -A POSTROUTING -j MASQUERADE @endcode * - * See http://tmrh20.github.io/RF24Ethernet/ConfigAndSetup.html for more info + * See http://nRF24.github.io/RF24Ethernet/ConfigAndSetup.html for more info * * @section AdvConfig Advanced Configuration * diff --git a/Readme.md b/Readme.md index 8c4dd6c..a521589 100644 --- a/Readme.md +++ b/Readme.md @@ -8,10 +8,10 @@ RF24Ethernet allows small Arduino/AVR devices to communicate using TCP/IP over n RF24Gateway allows a RPi/Linux device to act as a gateway for those nodes, handling IP traffic automatically, while allowing users to utilize standard RF24Network messages as well. -**Documentation:** +**Documentation:** -http://tmrh20.github.io/RF24Gateway +http://nRF24.github.io/RF24Gateway -http://tmrh20.github.io/RF24Ethernet +http://nRF24.github.io/RF24Ethernet All: http://tmrh20.github.io \ No newline at end of file diff --git a/examples/README.txt b/examples/README.txt index 47c289e..fa7ac75 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -3,5 +3,5 @@ mv ie: routing.txx routing.txt For more information on usage, see: -http://tmrh20.github.io/RF24Gateway +http://nRF24.github.io/RF24Gateway https://github.com/nRF24/RF24Gateway/issues/12 \ No newline at end of file