|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52296 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-04-09 11:29:14
Author: jewillco
Date: 2009-04-09 11:29:14 EDT (Thu, 09 Apr 2009)
New Revision: 52296
URL: http://svn.boost.org/trac/boost/changeset/52296
Log:
Fixed broken link
Text files modified:
trunk/libs/graph/doc/metric_tsp_approx.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/libs/graph/doc/metric_tsp_approx.html
==============================================================================
--- trunk/libs/graph/doc/metric_tsp_approx.html (original)
+++ trunk/libs/graph/doc/metric_tsp_approx.html 2009-04-09 11:29:14 EDT (Thu, 09 Apr 2009)
@@ -1,10 +1,10 @@
<HTML>
<!--
- -- Copyright (c) Matyas Egyhazy 2008
- --
- -- Distributed under the Boost Software License, Version 1.0.
- -- (See accompanying file LICENSE_1_0.txt or copy at
- -- http://www.boost.org/LICENSE_1_0.txt)
+ Copyright (c) Matyas Egyhazy 2008
+
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
-->
<Head>
<Title>Boost Graph Library: Metric Traveling Salesperson Approximation</Title>
@@ -176,7 +176,7 @@
<P>
The file <a
-href="../test/metric_tsp_approx_example.cpp"><TT>test/metric_tsp_approx_example.cpp</TT></a>
+href="../test/metric_tsp_approx.cpp"><TT>test/metric_tsp_approx.cpp</TT></a>
contains an example of using this TSP approximation algorithm.
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