Update README.rst
github translates "Client/Server" in section header to "#clientserver" fragment, but if it is referred by `Client/Server`_, it is translated into "#client-server". It is best to avoid '/' in section header.
This commit is contained in:
parent
1f2109bb0b
commit
22516aea63
|
@ -12,7 +12,7 @@ library code does not depend on any particular SSL library (except for
|
||||||
example programs which depend on OpenSSL 1.0.1 or later).
|
example programs which depend on OpenSSL 1.0.1 or later).
|
||||||
|
|
||||||
This project also develops SPDY client, server and proxy on top of
|
This project also develops SPDY client, server and proxy on top of
|
||||||
Spdylay library. See `SPDY Client/Server Programs`_ section.
|
Spdylay library. See `SPDY Client and Server Programs`_ section.
|
||||||
|
|
||||||
Development Status
|
Development Status
|
||||||
------------------
|
------------------
|
||||||
|
@ -99,8 +99,8 @@ http://spdylay.sourceforge.net/. All public APIs are in
|
||||||
*spdylay/spdylay.h*. All public API functions as well as the callback
|
*spdylay/spdylay.h*. All public API functions as well as the callback
|
||||||
function typedefs are documented.
|
function typedefs are documented.
|
||||||
|
|
||||||
SPDY Client/Server Programs
|
SPDY Client and Server Programs
|
||||||
---------------------------
|
-------------------------------
|
||||||
|
|
||||||
The *src* directory contains SPDY client and server implementations
|
The *src* directory contains SPDY client and server implementations
|
||||||
using Spdylay library. These programs are intended to make sure that
|
using Spdylay library. These programs are intended to make sure that
|
||||||
|
|
Loading…
Reference in New Issue