summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
-rw-r--r--README.md4
-rw-r--r--other/DHTnodes2
-rw-r--r--other/bootstrap_daemon/tox-bootstrapd.conf2
-rw-r--r--toxcore/net_crypto.c1
5 files changed, 4 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 23304779..1fa99100 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -467,7 +467,7 @@ make install
467 467
468<a name="Clients" /> 468<a name="Clients" />
469####Clients: 469####Clients:
470While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client) 470While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](https://wiki.tox.chat/doku.php?id=clients)
471 471
472 472
473 473
diff --git a/README.md b/README.md
index 1844fbd5..ab18debc 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
3 3
4With the rise of governmental monitoring programs, Tox, a FOSS initiative, aims to be an easy to use, all-in-one communication platform that ensures their users full privacy and secure message delivery.<br /> <br /> 4With the rise of governmental monitoring programs, Tox, a FOSS initiative, aims to be an easy to use, all-in-one communication platform that ensures their users full privacy and secure message delivery.<br /> <br />
5 5
6[**Website**](http://utox.org) **|** [**Wiki**](https://wiki.tox.im/) **|** [**Blog**](https://blog.tox.im/) **|** [**FAQ**](https://wiki.tox.im/FAQ) **|** [**Binaries/Downloads**](https://wiki.tox.im/Binaries) **|** [**Clients**](https://wiki.tox.im/Client) **|** [**Compiling**](/INSTALL.md) **|** 6[**Website**](https://tox.chat) **|** [**Wiki**](https://wiki.tox.chat/) **|** [**Blog**](https://blog.tox.chat/) **|** [**FAQ**](https://wiki.tox.chat/doku.php?id=users:faq) **|** [**Binaries/Downloads**](https://wiki.tox.chat/doku.php?id=developers:binaries) **|** [**Clients**](https://wiki.tox.chat/doku.php?id=clients) **|** [**Compiling**](/INSTALL.md) **|** **IRC Channel:** [#tox@freenode](https://webchat.freenode.net/?channels=tox)
7[**API**](https://libtoxcore.so/) **|** **IRC Channel:** [#tox@freenode](https://webchat.freenode.net/?channels=tox)
8 7
9 8
10## The Complex Stuff: 9## The Complex Stuff:
@@ -38,4 +37,3 @@ The goal of this project is to create a configuration-free P2P Skype replacement
38- [DHT Protocol](/docs/updates/DHT.md)<br /> 37- [DHT Protocol](/docs/updates/DHT.md)<br />
39- [Crypto](/docs/updates/Crypto.md)<br /> 38- [Crypto](/docs/updates/Crypto.md)<br />
40 39
41Additional developer documentation can be found at [Libtoxcore.so](https://libtoxcore.so/)
diff --git a/other/DHTnodes b/other/DHTnodes
index 0abdbbd9..d2051c7a 100644
--- a/other/DHTnodes
+++ b/other/DHTnodes
@@ -1,3 +1,3 @@
1As maintaining 2 separate lists of the same information seemed redundant, this list has been phased out. 1As maintaining 2 separate lists of the same information seemed redundant, this list has been phased out.
2 2
3For a current DHT node list please visit http://wiki.tox.im/nodes 3For a current DHT node list please visit https://wiki.tox.chat/doku.php?id=users:nodes
diff --git a/other/bootstrap_daemon/tox-bootstrapd.conf b/other/bootstrap_daemon/tox-bootstrapd.conf
index d02eb3d0..a997be5f 100644
--- a/other/bootstrap_daemon/tox-bootstrapd.conf
+++ b/other/bootstrap_daemon/tox-bootstrapd.conf
@@ -39,7 +39,7 @@ motd = "tox-bootstrapd"
39// 39//
40// Remember to replace the provided example with your own node list. 40// Remember to replace the provided example with your own node list.
41// There is a maintained list of bootstrap nodes on Tox's wiki, if you need it 41// There is a maintained list of bootstrap nodes on Tox's wiki, if you need it
42// (http://wiki.tox.im/Nodes). 42// (https://wiki.tox.chat/doku.php?id=users:nodes).
43// 43//
44// You may leave the list empty or remove "bootstrap_nodes" completely, 44// You may leave the list empty or remove "bootstrap_nodes" completely,
45// in both cases this will be interpreted as if you don't want to bootstrap 45// in both cases this will be interpreted as if you don't want to bootstrap
diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c
index 60fe7021..85f49941 100644
--- a/toxcore/net_crypto.c
+++ b/toxcore/net_crypto.c
@@ -1,7 +1,6 @@
1/* net_crypto.c 1/* net_crypto.c
2 * 2 *
3 * Functions for the core network crypto. 3 * Functions for the core network crypto.
4 * See also: http://wiki.tox.im/index.php/DHT
5 * 4 *
6 * NOTE: This code has to be perfect. We don't mess around with encryption. 5 * NOTE: This code has to be perfect. We don't mess around with encryption.
7 * 6 *