From 22516aea636db906b747bc069aef7e5714cc6f7e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 12 Sep 2012 22:40:59 +0900 Subject: [PATCH] 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. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 30a8773f..650220b1 100644 --- a/README.rst +++ b/README.rst @@ -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). 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 ------------------ @@ -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 function typedefs are documented. -SPDY Client/Server Programs ---------------------------- +SPDY Client and Server Programs +------------------------------- The *src* directory contains SPDY client and server implementations using Spdylay library. These programs are intended to make sure that