From: Sergey Matveev Date: Fri, 24 Jul 2020 09:10:28 +0000 (+0300) Subject: URL fixes X-Git-Tag: v2.4.0~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=1e4532a9b2f2e3c512be1a63538f79d5ad6749c8;hp=d3f2ebfa80e9b514ed94a0f4fc76c6bef7e71006 URL fixes --- diff --git a/install.texi b/install.texi index 19a9c06..acce964 100644 --- a/install.texi +++ b/install.texi @@ -7,8 +7,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf - $ make -C gocheese-@value{VERSION} all test @@ -45,4 +45,5 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru @end itemize You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/gocheese.git}. +@command{git clone git://git.cypherpunks.ru/gocheese.git} +(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}). diff --git a/makedist.sh b/makedist.sh index d73936a..8693220 100755 --- a/makedist.sh +++ b/makedist.sh @@ -66,7 +66,7 @@ mv $tmp/golang.org src cat > download.texi <