Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83279 - in trunk/more/getting_started: . detail
From: dnljms_at_[hidden]
Date: 2013-03-03 08:38:54


Author: danieljames
Date: 2013-03-03 08:38:53 EST (Sun, 03 Mar 2013)
New Revision: 83279
URL: http://svn.boost.org/trac/boost/changeset/83279

Log:
Fix python link in getting started guide. Refs #5366
Text files modified:
   trunk/more/getting_started/detail/library-naming.rst | 2 +-
   trunk/more/getting_started/unix-variants.html | 2 +-
   trunk/more/getting_started/windows.html | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/more/getting_started/detail/library-naming.rst
==============================================================================
--- trunk/more/getting_started/detail/library-naming.rst (original)
+++ trunk/more/getting_started/detail/library-naming.rst 2013-03-03 08:38:53 EST (Sun, 03 Mar 2013)
@@ -73,5 +73,5 @@
 
 .. .. _Boost.Build toolset names: toolset-name_
 
-__ ../../libs/python/doc/building.html#variants
+__ ../../libs/python/doc/building.html#python-debugging-builds
 

Modified: trunk/more/getting_started/unix-variants.html
==============================================================================
--- trunk/more/getting_started/unix-variants.html (original)
+++ trunk/more/getting_started/unix-variants.html 2013-03-03 08:38:53 EST (Sun, 03 Mar 2013)
@@ -614,7 +614,7 @@
 <td>runtime-debugging=on</td>
 </tr>
 <tr><td><tt class="docutils literal">y</tt></td>
-<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#variants">debug build of Python</a>.</td>
+<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#python-debugging-builds">debug build of Python</a>.</td>
 <td>python-debugging=on</td>
 </tr>
 <tr><td><tt class="docutils literal">d</tt></td>

Modified: trunk/more/getting_started/windows.html
==============================================================================
--- trunk/more/getting_started/windows.html (original)
+++ trunk/more/getting_started/windows.html 2013-03-03 08:38:53 EST (Sun, 03 Mar 2013)
@@ -702,7 +702,7 @@
 <td>runtime-debugging=on</td>
 </tr>
 <tr><td><tt class="docutils literal">y</tt></td>
-<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#variants">debug build of Python</a>.</td>
+<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#python-debugging-builds">debug build of Python</a>.</td>
 <td>python-debugging=on</td>
 </tr>
 <tr><td><tt class="docutils literal">d</tt></td>


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