Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-02 11:15:38


Author: danieljames
Date: 2007-12-02 11:15:37 EST (Sun, 02 Dec 2007)
New Revision: 41586
URL: http://svn.boost.org/trac/boost/changeset/41586

Log:
Fix some links in Boost.Bimap, there are still broken links here, are there
files missing?

Text files modified:
   branches/fix-links/libs/bimap/doc/bimap_and_boost.qbk | 4 ++--
   branches/fix-links/libs/bimap/doc/introduction.qbk | 6 +++---
   branches/fix-links/libs/bimap/doc/rationale.qbk | 2 +-
   3 files changed, 6 insertions(+), 6 deletions(-)

Modified: branches/fix-links/libs/bimap/doc/bimap_and_boost.qbk
==============================================================================
--- branches/fix-links/libs/bimap/doc/bimap_and_boost.qbk (original)
+++ branches/fix-links/libs/bimap/doc/bimap_and_boost.qbk 2007-12-02 11:15:37 EST (Sun, 02 Dec 2007)
@@ -219,7 +219,7 @@
 This is a statistical property depending on the typical distribution of keys in a given application, so it is not feasible to have a general-purpose hash function with excellent results in every possible scenario; the default value for this parameter uses Boost.Hash, which often provides good enough results.
 
 Boost.Hash can be
-[@http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/hash/custom.html
+[@http://www.boost.org/doc/html/hash/custom.html
 extended for custom data types],
 enabling to use the default parameter of the unordered set types with any user types.
 
@@ -474,4 +474,4 @@
 
 [endsect]
 
-[endsect]
\ No newline at end of file
+[endsect]

Modified: branches/fix-links/libs/bimap/doc/introduction.qbk
==============================================================================
--- branches/fix-links/libs/bimap/doc/introduction.qbk (original)
+++ branches/fix-links/libs/bimap/doc/introduction.qbk 2007-12-02 11:15:37 EST (Sun, 02 Dec 2007)
@@ -62,8 +62,8 @@
 If you should find a bug or would like to see an additional feature in
 the library, please use the standard Boost methods of dealing with this
 kind of issue rather than emailing me directly. Boost has a very good
-system to [@http://www.boost.org/more/bugs.htm track bugs] and
-[@http://www.boost.org/more/requesting_new_features.htm features requests],
+system to [@http://beta.boost.org/support/bugs.html track bugs] and
+[@http://beta.boost.org/community/requests.html features requests],
 and using it is the best way of dealing with them as soon as possible.
 ]
 
@@ -96,4 +96,4 @@
     * [^[*y]] - History
     * [^[*a]] - Acknowledgements
 
-[endsect]
\ No newline at end of file
+[endsect]

Modified: branches/fix-links/libs/bimap/doc/rationale.qbk
==============================================================================
--- branches/fix-links/libs/bimap/doc/rationale.qbk (original)
+++ branches/fix-links/libs/bimap/doc/rationale.qbk 2007-12-02 11:15:37 EST (Sun, 02 Dec 2007)
@@ -287,7 +287,7 @@
 
 You can browse the code using the [@doxydoc/index.html [*Boost.Bimap doxygen docs]].
 
-The code follows the [@http://www.boost.org/more/lib_guide.htm Boost Library Requirement and Guidelines] as
+The code follows the [@http://beta.boost.org/development/requirements.html Boost Library Requirement and Guidelines] as
 closely as possible.
 
 [table folders in boost/bimap


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