Module: sip-router Branch: master Commit: bf27310504572fa0811762bf138711c57b93f070 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf273105...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Thu Mar 4 10:52:50 2010 +0100
doc: fix links & path for ctl & xmlrpc
ctl & xmlrpc were moved from modules_s/ to modules/, but the links to them in the docs were not updated.
---
doc/rpc/ser_rpc.txt | 2 +- doc/rpc/ser_rpc.xml | 6 +++--- modules/ctl/README | 2 +- modules/ctl/doc/ctl.xml | 4 ++-- modules/xmlrpc/doc/xmlrpc.xml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/doc/rpc/ser_rpc.txt b/doc/rpc/ser_rpc.txt index b2c5337..b41d1f7 100644 --- a/doc/rpc/ser_rpc.txt +++ b/doc/rpc/ser_rpc.txt @@ -610,4 +610,4 @@ cessing */
1.5. Examples using xmlrpc
- See the xmlrpc module documentation: modules_s/xmlrpc/README. + See the xmlrpc module documentation: modules/xmlrpc/README. diff --git a/doc/rpc/ser_rpc.xml b/doc/rpc/ser_rpc.xml index 698bc9c..9ce6fef 100644 --- a/doc/rpc/ser_rpc.xml +++ b/doc/rpc/ser_rpc.xml @@ -31,11 +31,11 @@ <para> The RPC transports are implemented by writting a RPC transport module. The most used transport modules are - <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/ctl/ctl.html'> + <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/ctl/ctl.html'> <emphasis>ctl</emphasis> </ulink> and - <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/xmlrpc/xmlrpc.html'> + <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/xmlrpc/xmlrpc.html'> <emphasis>xmlrpc</emphasis> </ulink>. The first one implements a ser-proprietary fast and space efficient @@ -881,7 +881,7 @@ static void rpc_register(rpc_t* rpc) <section id="rpc.xmlrpc_examples"> <title>Examples using xmlrpc</title> <para>See the <varname>xmlrpc</varname> module documentation: - <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/xmlrpc/xmlrpc.html'>modules_s/xmlrpc/README</ulink>. + <ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/xmlrpc/xmlrpc.html'>modules/xmlrpc/README</ulink>. </para> </section>
diff --git a/modules/ctl/README b/modules/ctl/README index 25de811..555fa67 100644 --- a/modules/ctl/README +++ b/modules/ctl/README @@ -67,7 +67,7 @@ $ sercmd ps very fast to parse (as opposed to XML-rpc).
The binrpc encoding format is fully documented inside - modules_s/ctl/binrpc.h. + modules/ctl/binrpc.h.
1.3. Parameters
diff --git a/modules/ctl/doc/ctl.xml b/modules/ctl/doc/ctl.xml index 9910b2c..cee4c36 100644 --- a/modules/ctl/doc/ctl.xml +++ b/modules/ctl/doc/ctl.xml @@ -84,8 +84,8 @@ $ &sercmd; ps </para> <para> The binrpc encoding format is fully documented inside - <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/ctl/binrpc.h' > - modules_s/ctl/binrpc.h</ulink>. + <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/ctl/binrpc.h' > + modules/ctl/binrpc.h</ulink>. </para> </section>
diff --git a/modules/xmlrpc/doc/xmlrpc.xml b/modules/xmlrpc/doc/xmlrpc.xml index 81cf02a..3e32b86 100644 --- a/modules/xmlrpc/doc/xmlrpc.xml +++ b/modules/xmlrpc/doc/xmlrpc.xml @@ -670,7 +670,7 @@ Content-Length: 276 make ser close the tcp connection after each request. </para> <para> - The <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.py'> + The <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.py'> examples/xmlrpc_test.py </ulink> provides a very simple example of using xmlrpclib with a Transport class that works. @@ -728,14 +728,14 @@ route[XMLRPC]{ <para> <itemizedlist> <listitem><para> - <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.pl'> + <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.pl'> <emphasis>examples/xmlrpc_test.pl</emphasis> </ulink> (basic perl application that builds and sends an <emphasis>XMLRPC</emphasis> request from its commandline parameters). </para></listitem> <listitem><para> - <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.py'> + <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.py'> <emphasis>examples/xmlrpc_test.py</emphasis> </ulink> (basic python application that builds and sends an <emphasis>XMLRPC</emphasis> request from its commandline