From: Sergey Matveev Date: Thu, 23 Apr 2015 09:58:34 +0000 (+0300) Subject: [DOC] Point to git-repository URL directly, instead of github project's page X-Git-Tag: 2.3^2~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=ef8a3658f4382ef24d6a91fd351953de29c5adc0 [DOC] Point to git-repository URL directly, instead of github project's page Signed-off-by: Sergey Matveev --- diff --git a/README b/README index 5b022dc..c41af3c 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ Send bug reports, questions and patches to govpn-devel@lists.cypherpunks.ru mailing list. Visit https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for subscription and archive access information. -Development Git source code repository currently is located on: -https://github.com/stargrave/govpn +Development Git source code repository currently is located here: +https://github.com/stargrave/govpn.git GoVPN is free software: see the file COPYING for copying conditions. diff --git a/doc/govpn.texi b/doc/govpn.texi index 148a427..da2c876 100644 --- a/doc/govpn.texi +++ b/doc/govpn.texi @@ -139,7 +139,7 @@ clone the repository or decompress tarball and set path like this: @example % mkdir -p govpn/src -% git clone https://github.com/stargrave/govpn govpn/src/govpn +% git clone https://github.com/stargrave/govpn.git govpn/src/govpn or % tar xfC govpn-1.5.tar.xz govpn/src && mv govpn/src/govpn-1.5 govpn/src/govpn % export GOPATH=$(pwd)/govpn:$GOPATH @@ -436,8 +436,8 @@ for information about subscription options and archived messages access. Official website is @url{http://www.cypherpunks.ru/govpn/}, also available as @url{https://www.torproject.org/, Tor} hidden service: @url{http://vabu56j2ep2rwv3b.onion/govpn/}. -Development Git source code repository currently is located on: -@url{https://github.com/stargrave/govpn}. +Development Git source code repository currently is located here: +@url{https://github.com/stargrave/govpn.git}. @node Copying conditions @unnumbered Copying conditions