Skip to content

Commit

Permalink
Fixes readme links and typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Louis Caron committed Feb 28, 2012
1 parent fbd0422 commit c03bef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ run Doxygen from the project source folder to generate the output HTML.

.. [#] http://www.stack.nl/~dimitri/doxygen/
Compiled HTML documentation for official releases is available online. Checkout
Compiled HTML documentation for official releases is available online. Check
the `project page`_.

.. _`project page`: http://andrelouiscaron.github.com/httpxx/
Expand All @@ -51,7 +51,7 @@ the entire source code, make sure you fetch submodules [#]_ too:
$ git submodule init
$ git submodule update

.. [#] http://kernel.org/pub/software/scm/git/docs/git-submodule.html
.. [#] http://book.git-scm.com/5_submodules.html
Portability
===========
Expand All @@ -60,7 +60,7 @@ Portability
``httpcxx`` uses only standard library facilities (namely ``std::string`` and
``std::map``) and introduces no additional dependencies.

The code should compile as is under a standard-compilient C++03 implementation.
The code should compile as is under a standard-compliant C++03 implementation.

Memory allocation policy
========================
Expand Down

0 comments on commit c03bef9

Please sign in to comment.