Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-29 18:39:35


Author: danieljames
Date: 2007-11-29 18:39:34 EST (Thu, 29 Nov 2007)
New Revision: 41483
URL: http://svn.boost.org/trac/boost/changeset/41483

Log:
Fix some more links.

Text files modified:
   website/public_html/beta/community/review_schedule.html | 12 ++++++++----
   website/public_html/beta/development/requirements.html | 2 +-
   website/public_html/beta/development/test.html | 26 +++++++++++++++-----------
   3 files changed, 24 insertions(+), 16 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2007-11-29 18:39:34 EST (Thu, 29 Nov 2007)
@@ -287,7 +287,8 @@
 
                     <td>2007 November 16</td>
 
- <td>Report</td>
+ <td><a href=
+ "/development/report-nov-2007.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -312,7 +313,8 @@
 
                     <td>2007 September 14</td>
 
- <td>Report</td>
+ <td><a href=
+ "/development/report-sep-2007.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -568,7 +570,8 @@
 
                     <td>2006 March 30</td>
 
- <td>Report</td>
+ <td><a href=
+ "/development/report-apr-2006.html">Report</a></td>
                   </tr>
 
                   <tr>
@@ -607,7 +610,8 @@
 
                     <td>2006 January 19</td>
 
- <td>Report</td>
+ <td><a href=
+ "/development/report-jan-2006.html">Report</a></td>
                   </tr>
 
                   <tr>

Modified: website/public_html/beta/development/requirements.html
==============================================================================
--- website/public_html/beta/development/requirements.html (original)
+++ website/public_html/beta/development/requirements.html 2007-11-29 18:39:34 EST (Thu, 29 Nov 2007)
@@ -256,7 +256,7 @@
               "/development/reuse.html">Library reuse</a>.</p>
 
               <p>Read <a href=
- "/development/implementation_variations.html">Implementation
+ "/community/implementation_variations.html">Implementation
               Variation</a> to see how to supply performance, platform, or
               other implementation variations.</p>
 

Modified: website/public_html/beta/development/test.html
==============================================================================
--- website/public_html/beta/development/test.html (original)
+++ website/public_html/beta/development/test.html 2007-11-29 18:39:34 EST (Thu, 29 Nov 2007)
@@ -39,9 +39,10 @@
 
               <h2>Regression test</h2>
 
- <p>Boost uses an automatic <a href="regression.html">regression
+ <p>Boost uses an automatic <a href=
+ "/doc/libs/release/tools/regression/doc/index.html">regression
               test suite</a> which generates HTML <a href=
- "../status/compiler_status.html">compiler status
+ "/development/testing.html#RegressionTesting">compiler status
               tables</a>.</p>
 
               <h2>Test Policy</h2>
@@ -51,11 +52,11 @@
               <ul>
                 <li>Every Boost library should supply one or more suitable
                 test programs to be exercised by the Boost <a href=
- "regression.html">regression test suite</a>. In addition to
- the usual compile-link-run tests expecting successful
- completion, compile-only or compile-and-link-only tests may
- be performed, and success for the test may be defined as
- failure of the steps.</li>
+ "/doc/libs/release/tools/regression/doc/index.html">regression
+ test suite</a>. In addition to the usual compile-link-run
+ tests expecting successful completion, compile-only or
+ compile-and-link-only tests may be performed, and success for
+ the test may be defined as failure of the steps.</li>
 
                 <li>Test program execution must report errors by returning a
                 non-zero value. They may also write to stdout or stderr, but
@@ -78,8 +79,10 @@
                 a particular library, an alternate test strategy must be
                 implemented.</li>
 
- <li>A Jamfile
- to drive the regression tests for the library.</li>
+ <li>A <a href=
+ "/doc/libs/release/tools/regression/doc/index.html#Adding_new_test">
+ Jamfile</a> to drive the regression tests for the
+ library.</li>
               </ul>
 
               <h3>Optional (but highly recommended)</h3>
@@ -120,8 +123,9 @@
 
               <h2>History</h2>
 
- <p><a href="regression.html#History">See Regression Test
- History</a>.</p>
+ <p><a href=
+ "/doc/libs/release/tools/regression/doc/index.html#History">See
+ Regression Test History</a>.</p>
 
               <h2>Acknowledgements</h2>
 


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