Update github links

This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-26 00:58:32 +09:00
parent b6e2214903
commit 8691ec4899
4 changed files with 11 additions and 10 deletions

View File

@ -9,7 +9,7 @@ contribution, but you are missing in the list, please let us know via
github issues [2]. github issues [2].
[1] https://github.com/tatsuhiro-t/spdylay [1] https://github.com/tatsuhiro-t/spdylay
[2] https://github.com/tatsuhiro-t/nghttp2/issues [2] https://github.com/nghttp2/nghttp2/issues
-------- --------

View File

@ -106,7 +106,7 @@ RUN HOST=arm-linux-androideabi \
make install make install
WORKDIR /root/build WORKDIR /root/build
RUN git clone https://github.com/tatsuhiro-t/nghttp2 RUN git clone https://github.com/nghttp2/nghttp2
WORKDIR /root/build/nghttp2 WORKDIR /root/build/nghttp2
RUN autoreconf -i && \ RUN autoreconf -i && \
./configure \ ./configure \

View File

@ -13,10 +13,10 @@ Compiling from source
h2load is compiled alongside nghttp2 and requires that the h2load is compiled alongside nghttp2 and requires that the
``--enable-apps`` flag is passed to ``./configure`` and `required ``--enable-apps`` flag is passed to ``./configure`` and `required
dependencies <https://github.com/tatsuhiro-t/nghttp2#requirements>`_ dependencies <https://github.com/nghttp2/nghttp2#requirements>`_ are
are available during compilation. For details on compiling, see available during compilation. For details on compiling, see `nghttp2:
`nghttp2: Building from Git Building from Git
<https://github.com/tatsuhiro-t/nghttp2#building-from-git>`_. <https://github.com/nghttp2/nghttp2#building-from-git>`_.
Basic Usage Basic Usage
----------- -----------

View File

@ -8,7 +8,8 @@ nghttp2 - HTTP/2 C Library
This is an implementation of Hypertext Transfer Protocol version 2. This is an implementation of Hypertext Transfer Protocol version 2.
The project is hosted at `github.com/tatsuhiro-t/nghttp2 <https://github.com/tatsuhiro-t/nghttp2>`_. The project is hosted at `github.com/nghttp2/nghttp2
<https://github.com/nghttp2/nghttp2>`_.
Contents: Contents:
@ -36,14 +37,14 @@ Contents:
asio_http2_server.h asio_http2_server.h
asio_http2_client.h asio_http2_client.h
asio_http2.h asio_http2.h
Source <https://github.com/tatsuhiro-t/nghttp2> Source <https://github.com/nghttp2/nghttp2>
Issues <https://github.com/tatsuhiro-t/nghttp2/issues> Issues <https://github.com/nghttp2/nghttp2/issues>
nghttp2.org <https://nghttp2.org/> nghttp2.org <https://nghttp2.org/>
Released Versions Released Versions
================= =================
https://github.com/tatsuhiro-t/nghttp2/releases https://github.com/nghttp2/nghttp2/releases
Resources Resources
--------- ---------