diff --git a/README.md b/README.md index ed25b44..bb8085b 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Currently the following projects are part of Virtual Smart Card Architecture: - USB CCID Emulator - nPA Smart Card Library -Please refer to [our project's website](http://vsmartcard.sourceforge.net/) for more information. +Please refer to [our project's website](http://frankmorgner.github.io/vsmartcard) for more information. diff --git a/ccid/configure.ac b/ccid/configure.ac index e31975c..b674843 100644 --- a/ccid/configure.ac +++ b/ccid/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([USB CCID Emulator], [0.8], [http://sourceforge.net/projects/vsmartcard/support], [ccid-emulator], [http://vsmartcard.sourceforge.net/ccid/README.html]) +AC_INIT([USB CCID Emulator], [0.8], [https://github.com/frankmorgner/vsmartcard/issues], [ccid-emulator], [http://frankmorgner.github.io/vsmartcard/ccid/README.html]) AC_CONFIG_SRCDIR([src/ccid.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ccid/doc/download.txt b/ccid/doc/download.txt index fab0fd0..f952002 100644 --- a/ccid/doc/download.txt +++ b/ccid/doc/download.txt @@ -9,4 +9,4 @@ You can find the latest release of USB CCID Emulator on `Sourceforge Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git diff --git a/ccid/doc/questions.txt b/ccid/doc/questions.txt index a3e7736..b31d0be 100644 --- a/ccid/doc/questions.txt +++ b/ccid/doc/questions.txt @@ -3,4 +3,4 @@ Question ******** Do you have questions, suggestions or contributions? Feedback of any kind is -more than welcome! Please use our `project trackers `_. +more than welcome! Please use our `project trackers `_. diff --git a/doc/download.txt.in b/doc/download.txt.in index c09b4b5..df7244c 100644 --- a/doc/download.txt.in +++ b/doc/download.txt.in @@ -9,4 +9,4 @@ You can find the latest release of @PACKAGE_NAME@ on `Sourceforge Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git diff --git a/doc/index.txt b/doc/index.txt index bc80d00..c21bad0 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -332,7 +332,7 @@ You can download the latest release of the |vsmartcard| `here Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git References diff --git a/npa/configure.ac b/npa/configure.ac index 3066b39..7849587 100644 --- a/npa/configure.ac +++ b/npa/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([nPA Smart Card Library], [0.6], [http://sourceforge.net/projects/vsmartcard/support], [npa], [http://vsmartcard.sourceforge.net/npa/README.html]) +AC_INIT([nPA Smart Card Library], [0.6], [https://github.com/frankmorgner/vsmartcard/issues], [npa], [http://frankmorgner.github.io/vsmartcard/npa/README.html]) AC_CONFIG_SRCDIR([src/npa.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/npa/doc/download.txt b/npa/doc/download.txt index f1aea63..af5e120 100644 --- a/npa/doc/download.txt +++ b/npa/doc/download.txt @@ -9,4 +9,4 @@ You can find the latest release of nPA Smart Card Library on `Sourceforge Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git diff --git a/npa/doc/questions.txt b/npa/doc/questions.txt index a3e7736..b31d0be 100644 --- a/npa/doc/questions.txt +++ b/npa/doc/questions.txt @@ -3,4 +3,4 @@ Question ******** Do you have questions, suggestions or contributions? Feedback of any kind is -more than welcome! Please use our `project trackers `_. +more than welcome! Please use our `project trackers `_. diff --git a/pcsc-relay/configure.ac b/pcsc-relay/configure.ac index 09d14c0..14670b1 100644 --- a/pcsc-relay/configure.ac +++ b/pcsc-relay/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([PC/SC Relay], [0.5], [http://sourceforge.net/projects/vsmartcard/support], [pcsc-relay], [http://vsmartcard.sourceforge.net/pcsc-relay/README.html]) +AC_INIT([PC/SC Relay], [0.5], [https://github.com/frankmorgner/vsmartcard/issues], [pcsc-relay], [http://frankmorgner.github.io/vsmartcard/pcsc-relay/README.html]) AC_CONFIG_SRCDIR([src/pcsc-relay.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/pcsc-relay/doc/download.txt b/pcsc-relay/doc/download.txt index fc12023..8f7aa7c 100644 --- a/pcsc-relay/doc/download.txt +++ b/pcsc-relay/doc/download.txt @@ -9,4 +9,4 @@ You can find the latest release of PC/SC Relay on `Sourceforge Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git diff --git a/pcsc-relay/doc/questions.txt b/pcsc-relay/doc/questions.txt index a3e7736..b31d0be 100644 --- a/pcsc-relay/doc/questions.txt +++ b/pcsc-relay/doc/questions.txt @@ -3,4 +3,4 @@ Question ******** Do you have questions, suggestions or contributions? Feedback of any kind is -more than welcome! Please use our `project trackers `_. +more than welcome! Please use our `project trackers `_. diff --git a/virtualsmartcard/configure.ac b/virtualsmartcard/configure.ac index 4ab0fd0..e4a8914 100644 --- a/virtualsmartcard/configure.ac +++ b/virtualsmartcard/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([Virtual Smart Card], [0.7], [http://sourceforge.net/projects/vsmartcard/support], [virtualsmartcard], [http://vsmartcard.sourceforge.net/virtualsmartcard/README.html]) +AC_INIT([Virtual Smart Card], [0.7], [https://github.com/frankmorgner/vsmartcard/issues], [virtualsmartcard], [http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html]) AC_CONFIG_SRCDIR([src/vpcd/vpcd.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/virtualsmartcard/doc/download.txt b/virtualsmartcard/doc/download.txt index 2066587..1381f54 100644 --- a/virtualsmartcard/doc/download.txt +++ b/virtualsmartcard/doc/download.txt @@ -9,4 +9,4 @@ You can find the latest release of Virtual Smart Card on `Sourceforge Alternatively, you can clone our git repository:: - git clone http://git.code.sf.net/p/vsmartcard/git vsmartcard + git clone https://github.com/frankmorgner/vsmartcard.git diff --git a/virtualsmartcard/doc/questions.txt b/virtualsmartcard/doc/questions.txt index a3e7736..b31d0be 100644 --- a/virtualsmartcard/doc/questions.txt +++ b/virtualsmartcard/doc/questions.txt @@ -3,4 +3,4 @@ Question ******** Do you have questions, suggestions or contributions? Feedback of any kind is -more than welcome! Please use our `project trackers `_. +more than welcome! Please use our `project trackers `_.