|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-12-04 18:46:07
Author: danieljames
Date: 2007-12-04 18:46:06 EST (Tue, 04 Dec 2007)
New Revision: 41716
URL: http://svn.boost.org/trac/boost/changeset/41716
Log:
Update links in the parameter library documentation.
Text files modified:
branches/fix-links/libs/parameter/doc/html/reference.html | 4 ++--
branches/fix-links/libs/parameter/doc/index.rst | 2 +-
branches/fix-links/libs/parameter/doc/reference.rst | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: branches/fix-links/libs/parameter/doc/html/reference.html
==============================================================================
--- branches/fix-links/libs/parameter/doc/html/reference.html (original)
+++ branches/fix-links/libs/parameter/doc/html/reference.html 2007-12-04 18:46:06 EST (Tue, 04 Dec 2007)
@@ -106,7 +106,7 @@
</div>
<div class="section">
<h2><a class="toc-backref" href="#id34" id="typography" name="typography">1.4 Typography</a></h2>
-<p>Names written in <span class="concept">sans serif type</span> represent <a class="reference" href="../../../../more/generic_programming.html#concept">concepts</a>.</p>
+<p>Names written in <span class="concept">sans serif type</span> represent <a class="reference" href="http://beta.boost.org/community/generic_programming.html#concept">concepts</a>.</p>
<p>In code blocks, <em>italic type</em> represents unspecified text that
satisfies the requirements given in the detailed description that
follows the code block.</p>
@@ -178,7 +178,7 @@
<hr class="docutils" />
<div class="section">
<h1><a class="toc-backref" href="#id36" id="concepts" name="concepts">3 Concepts</a></h1>
-<p>This section describes the generic type <a class="reference" href="../../../../more/generic_programming.html#concept">concepts</a> used by the Parameter library.</p>
+<p>This section describes the generic type <a class="reference" href="http://beta.boost.org/community/generic_programming.html#concept">concepts</a> used by the Parameter library.</p>
<div class="section">
<h2><a class="toc-backref" href="#id37" id="argumentpack" name="argumentpack">3.1 <span class="concept">ArgumentPack</span></a></h2>
<p>An <span class="concept">ArgumentPack</span> is a collection of <a class="reference" href="#tagged-reference">tagged reference</a>s to the
Modified: branches/fix-links/libs/parameter/doc/index.rst
==============================================================================
--- branches/fix-links/libs/parameter/doc/index.rst (original)
+++ branches/fix-links/libs/parameter/doc/index.rst 2007-12-04 18:46:06 EST (Tue, 04 Dec 2007)
@@ -82,7 +82,7 @@
.. _`Boost Consulting`: http://www.boost-consulting.com
-.. _concepts: ../../../more/generic_programming.html#concept
+.. _concepts: http://beta.boost.org/community/generic_programming.html#concept
-------------------------------------
Modified: branches/fix-links/libs/parameter/doc/reference.rst
==============================================================================
--- branches/fix-links/libs/parameter/doc/reference.rst (original)
+++ branches/fix-links/libs/parameter/doc/reference.rst 2007-12-04 18:46:06 EST (Tue, 04 Dec 2007)
@@ -174,7 +174,7 @@
This section describes the generic type concepts_ used by the Parameter library.
-.. _concepts: ../../../../more/generic_programming.html#concept
+.. _concepts: http://beta.boost.org/community/generic_programming.html#concept
|ArgumentPack|
--------------
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk