Skip to content

Commit a34c8cb

Browse files
committed
update document links to readthedocs.io
Signed-off-by: Hajime Tazaki <[email protected]>
1 parent ace051e commit a34c8cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/dce-subprojects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more detail document, see :doc:`dce-ccnx`.
1919
Quagga
2020
======
2121
`Quagga <http://www.quagga.net/about.php>`_ is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms, particularly FreeBSD, Linux, Solaris and NetBSD.
22-
`More information <../../manual-quagga/html/index.html>`_.
22+
`More information <http://ns-3-dce-quagga.readthedocs.io/en/latest/>`_.
2323

2424
iperf
2525
=====
@@ -42,7 +42,7 @@ umip (Mobilt IPv6 daemon)
4242
=========================
4343
The `umip <http://umip.org>`_ (Usagi-Patched Mobile IPv6 stack) support on DCE enables the users to reuse routing protocol implementations of Mobile IPv6. UMIP now supports Mobile IPv6 (RFC3775), Network Mobility (RFC3963), Proxy Mobile Ipv6 (RFC5213), etc, and can be used these protocols implementation as models of network simulation.
4444

45-
For more information, see the latest support `document <../../manual-umip/html/index.html>`_.
45+
For more information, see the latest support `document <http://ns-3-dce-umip.readthedocs.io/en/latest/>`_.
4646

4747
Linux kernel (from 2.6.36 to 3.14 version)
4848
============================================

doc/source/dce-user-submodule.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Creating your protocol implementation as a DCE sub-module
55

66
If your application has a configuration file to modify the behavior of applications, introducing a particular Helper class will be helpful to handle your application. In this section, we will give you an advanced way of using your application with DCE.
77

8-
Some of existing submodule are following this way. You can find `ns-3-dce-quagga <../../manual-quagga/html/index.html>`_ and `ns-3-dce-umip <../../manual-umip/html/index.html>`_ as examples to add sub-module.
8+
Some of existing submodule are following this way. You can find `ns-3-dce-quagga <http://ns-3-dce-quagga.readthedocs.io/en/latest>`_ and `ns-3-dce-umip <http://ns-3-dce-umip.readthedocs.io/en/latest>`_ as examples to add sub-module.
99

1010
Obtaining DCE sub-module template
1111
---------------------------------

0 commit comments

Comments
 (0)