From ef8a3658f4382ef24d6a91fd351953de29c5adc0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Apr 2015 12:58:34 +0300 Subject: [PATCH] [DOC] Point to git-repository URL directly, instead of github project's page Signed-off-by: Sergey Matveev --- README | 4 ++-- doc/govpn.texi | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.44.0