Skip to content

Commit

Permalink
redirect doc links to nRF24 org
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 28, 2020
1 parent 511fefc commit a076209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions RF24Gateway.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. <b><a href="examples.html">Examples</a></b> 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
*
Expand Down Expand Up @@ -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
*
Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a076209

Please sign in to comment.