Skip to content

Commit 9148501

Browse files
committed
Typos and broken links.
1 parent d62b9ce commit 9148501

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

libs/network/doc/getting_started.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
Downloading an official release
88
===============================
99

10-
All stable versions of :mod:`cpp-netlib` can be downloaded from
10+
You can find links to the latest official release from the project's official
11+
website:
12+
13+
http://cpp-netlib.org/
14+
15+
All previous stable versions of :mod:`cpp-netlib` can be downloaded from
1116
Github_ from this url:
1217

1318
http://github.com/cpp-netlib/cpp-netlib/downloads

libs/network/doc/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ http://cpp-netlib.org/.
2020

2121
**Download**
2222

23+
You can get the latest official version of the library from the official
24+
project website at:
25+
26+
http://cpp-netlib.org/
27+
2328
This version of :mod:`cpp-netlib` is tagged as cpp-netlib-0.10.0 in the GitHub_
2429
repository. You can find more information about the progress of the development
2530
by checking our GitHub_ project page at:

libs/network/doc/reference/http_request.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ and also supports the following constructs.
118118
| ``r.body`` | ``S`` | The body of the request. |
119119
+-------------------------------+--------+-------------------------------------+
120120

121-
.. _Message Concept: message.html#message-concept
121+
.. _Message Concept: ../in_depth/message.html#message-concept
122122

123123
Directives
124124
----------

libs/network/doc/reference/http_response.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ supports the following constructs.
7070
| | | ``r``. |
7171
+-------------------------------------+----------+-----------------------------+
7272

73-
.. _Message Concept: message.html#message-concept
73+
.. _Message Concept: ../in_depth/message.html#message-concept
7474

7575
Directives
7676
----------

libs/network/doc/reference/http_server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ synchronous server implementation in three ways:
334334

335335
The asynchronous server is meant to allow for better scalability in terms of the
336336
number of concurrent connections and for performing asynchronous actions within
337-
the handlers. If your applacation does not need to write out information
337+
the handlers. If your application does not need to write out information
338338
asynchronously or perform potentially long computations, then the synchronous
339339
server gives a generally better performance profile than the asynchronous
340340
server.

libs/network/doc/whats_new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
************
66

77
:mod:`cpp-netlib` 0.10
8-
---------------------
8+
----------------------
99

1010
v0.10.0
11-
~~~~~~
11+
~~~~~~~
1212
* Added support for more HTTP status codes (206, 408, 412, 416, 507).
1313
* Refactored the parser for chunked encoding.
1414
* Fixed parsing chunked encoding if the response body has ``<chunk>CLRF<hex>CLRF<data>``.

0 commit comments

Comments
 (0)