diff --git a/ccid/doc/README.txt b/ccid/doc/README.txt index 51faf5e..1080d9d 100644 --- a/ccid/doc/README.txt +++ b/ccid/doc/README.txt @@ -189,7 +189,7 @@ the standard installation of OpenSC without |PACE|:: PREFIX=/tmp/install VSMARTCARD=$PWD/vsmartcard - git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD + git clone https://github.com/frankmorgner/vsmartcard.git $VSMARTCARD cd $VSMARTCARD/ccid/src/opensc autoreconf --verbose --install ./configure --prefix=$PREFIX diff --git a/npa/doc/README.txt.in b/npa/doc/README.txt.in index 3931c6e..4678563 100644 --- a/npa/doc/README.txt.in +++ b/npa/doc/README.txt.in @@ -84,7 +84,7 @@ the required binaries for OpenSSL):: PREFIX=/tmp/install OPENPACE=$PWD/openpace - git clone http://git.code.sf.net/p/openpace/git $OPENPACE + git clone https://github.com/frankmorgner/openpace.git $OPENPACE cd $OPENPACE autoreconf --verbose --install # with `--enable-openssl-install` OpenSSL will be downloaded and installed along with OpenPACE @@ -103,7 +103,7 @@ The @PACKAGE_NAME@ needs the OpenSC components to be installed (especially of OpenSC:: VSMARTCARD=$PWD/vsmartcard - git clone http://git.code.sf.net/p/vsmartcard/git $VSMARTCARD + git clone https://github.com/frankmorgner/vsmartcard.git $VSMARTCARD cd $VSMARTCARD git submodule init git submodule update @@ -189,6 +189,6 @@ Notes and References .. target-notes:: -.. _OpenPACE: http://openpace.sourceforge.net +.. _OpenPACE: https://frankmorgner.github.io/vsmartcard/ .. _OpenSC: https://github.com/OpenSC/OpenSC .. _OpenSSL: http://www.openssl.org