Repository : ssh://git@open-mesh.org/doc
On branch : master
commit e614d9a09e4a2ef21e623cd3ddc5f775269bed89 Author: Sven Eckelmann sven@narfation.org Date: Fri Jul 14 12:53:24 2017 +0200
doc: Fix links to news articles
Signed-off-by: Sven Eckelmann sven@narfation.org
e614d9a09e4a2ef21e623cd3ddc5f775269bed89 batman-adv/Multi-link-optimize.rst | 2 +- batman-adv/Multicast-optimizations-tech.rst | 2 +- batman-adv/TVLV.rst | 2 +- batman-adv/Throughput_meter.rst | 2 +- batman-adv/Tweaking.rst | 2 +- open-mesh/UsingBatmanGit.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/batman-adv/Multi-link-optimize.rst b/batman-adv/Multi-link-optimize.rst index ac00605a..7ca5deb0 100644 --- a/batman-adv/Multi-link-optimize.rst +++ b/batman-adv/Multi-link-optimize.rst @@ -91,7 +91,7 @@ bonding implementation. However the new mechanism is similar enough to keep this graph for reference until new measurements have been performed:
-At the :doc:`WirelessBattleMesh v3 </open-mesh/2010-06-13-wbm2010-bracciano>` +At the `WirelessBattleMesh v3 https://www.open-mesh.org/news/14`__ we performed throughput tests to measure the gain of the various modes:
|image4| diff --git a/batman-adv/Multicast-optimizations-tech.rst b/batman-adv/Multicast-optimizations-tech.rst index 50bd126a..c6aaef65 100644 --- a/batman-adv/Multicast-optimizations-tech.rst +++ b/batman-adv/Multicast-optimizations-tech.rst @@ -17,7 +17,7 @@ group. batman-adv queries this local database and announces these so called multicast listeners, more precisely the according multicast MAC addresses, to the rest of the mesh network via the -:doc:`translation table infrastructure </open-mesh/2012-05-13-translation-table-in-a-nutshell>`. +`translation table infrastructure https://www.open-mesh.org/news/38`__.
Multicast TVLV -------------- diff --git a/batman-adv/TVLV.rst b/batman-adv/TVLV.rst index 57e05b88..349b1270 100644 --- a/batman-adv/TVLV.rst +++ b/batman-adv/TVLV.rst @@ -3,7 +3,7 @@ TVLV
This document describes in detail the TVLV format, the TVLV API and contains a list of TVLV definitions for reference. Be sure to have read -the :doc:`TVLV introduction </open-mesh/2012-10-01-GSoC-2012-Spyros-Gasteros-Final-Report>` if you don't understand the scope of this document. +the `TVLV introduction https://www.open-mesh.org/news/44`__ if you don't understand the scope of this document.
TVLV format ----------- diff --git a/batman-adv/Throughput_meter.rst b/batman-adv/Throughput_meter.rst index 4c223c22..cba10570 100644 --- a/batman-adv/Throughput_meter.rst +++ b/batman-adv/Throughput_meter.rst @@ -5,7 +5,7 @@ This page is about a general overview of the Bandwith Meter tool in B.A.T.M.A.N.-Advanced. This project was started by Edo Monticelli during his 2012 Google Summer Of Code and it is possible to read his final report -:doc:`here </open-mesh/2012-10-06-GSoC-2012-Edo-Monticellis-Final-Report>`. +`here https://www.open-mesh.org/news/45`__. Since then, the project evolved a lot and the protocol used by it moved from a naïve Go-Back-N to the more sophisticated TCP NewReno.
diff --git a/batman-adv/Tweaking.rst b/batman-adv/Tweaking.rst index c056d0ed..83780dc2 100644 --- a/batman-adv/Tweaking.rst +++ b/batman-adv/Tweaking.rst @@ -173,7 +173,7 @@ hop to avoid store & forward. Alternatively, batman-adv can be switched into "bonding mode" in which batman-adv is using all interfaces at the same time to send & receive data. However, this mode is only recommended in special one-hop cases. You can read about our -:doc:`alternatebonding test results </open-mesh/2010-06-13-wbm2010-bracciano>` to see what suits you best. +`alternatebonding test results https://www.open-mesh.org/news/14__` to see what suits you best.
::
diff --git a/open-mesh/UsingBatmanGit.rst b/open-mesh/UsingBatmanGit.rst index d1231832..db79effc 100644 --- a/open-mesh/UsingBatmanGit.rst +++ b/open-mesh/UsingBatmanGit.rst @@ -2,7 +2,7 @@ Using the batman git repositories =================================
If you want to find out why we also have a git repository now, please -read :doc:`here <2009-10-23-batman-goes-mainline>`. +read `here https://www.open-mesh.org/news/6`__.
Checkout --------