Commit 2e69e454 authored by Victor Zverovich's avatar Victor Zverovich

Fix a link (#347)

parent a914384b
...@@ -24,8 +24,8 @@ Format API ...@@ -24,8 +24,8 @@ Format API
The replacement-based Format API provides a safe alternative to ``printf``, The replacement-based Format API provides a safe alternative to ``printf``,
``sprintf`` and friends with comparable or `better performance ``sprintf`` and friends with comparable or `better performance
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_. <http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
The `format string syntax <doc/latest/index.html#format-string-syntax>`_ is similar The `format string syntax <syntax.html>`_ is similar to the one used by
to the one used by `str.format <http://docs.python.org/2/library/stdtypes.html#str.format>`_ `str.format <http://docs.python.org/2/library/stdtypes.html#str.format>`_
in Python: in Python:
.. code:: c++ .. code:: c++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment