From 92d694225af706699bbcdabf6f7b98fb05d656dd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 5 Jan 2017 07:42:38 +0000 Subject: [PATCH] Update wiki links to new Github wiki site [skip ci] --- Doc/Manual/Java.html | 4 ++-- Doc/Manual/Perl5.html | 2 +- Doc/Manual/Python.html | 4 ++-- Doc/Manual/Ruby.html | 2 +- Doc/Manual/Tcl.html | 2 +- README | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index b0a29169a..bff0b186b 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -349,7 +349,7 @@ However, SWIG tries to guess the right options when it is installed. Therefore, you may want to start with one of the examples in the Examples/java directory. If that doesn't work, you will need to read the man-pages for your compiler and linker to get the right set of options. You might also -check the SWIG Wiki for +check the SWIG Wiki for additional information.

@@ -481,7 +481,7 @@ One last piece of advice is to beware of the common faux pas of having more than In summary, ensure that you are using the correct C/C++ compiler and linker combination and options for successful native library loading. If you are using the examples that ship with SWIG, then the Examples/Makefile must have these set up correctly for your system. The SWIG installation package makes a best attempt at getting these correct but does not get it right 100% of the time. -The SWIG Wiki also has some settings for commonly used compiler and operating system combinations. +The SWIG Wiki also has some settings for commonly used compiler and operating system combinations. The following section also contains some C++ specific linking problems and solutions.

diff --git a/Doc/Manual/Perl5.html b/Doc/Manual/Perl5.html index 6a0d8ba40..96e9f7517 100644 --- a/Doc/Manual/Perl5.html +++ b/Doc/Manual/Perl5.html @@ -197,7 +197,7 @@ SWIG tries to guess the right options when it is installed. Therefore, you may want to start with one of the examples in the SWIG/Examples/perl5 directory. If that doesn't work, you will need to read the man-pages for your compiler and linker to get the right set of options. You might also -check the SWIG Wiki for +check the SWIG Wiki for additional information.

diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index ee435bde9..a5b2100ce 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -400,7 +400,7 @@ However, SWIG tries to guess the right options when it is installed. Therefore, you may want to start with one of the examples in the SWIG/Examples/python directory. If that doesn't work, you will need to read the man-pages for your compiler and linker to get the right set of options. You might also -check the SWIG Wiki for +check the SWIG Wiki for additional information.

@@ -914,7 +914,7 @@ only used by the Visual Studio compiler: Some users have reported success in building extension modules using Cygwin and other compilers. However, the problem of building usable DLLs with these compilers tends to be rather problematic. For the latest information, -you may want to consult the +you may want to consult the SWIG Wiki.

diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html index ba09f4ead..51c0ae353 100644 --- a/Doc/Manual/Ruby.html +++ b/Doc/Manual/Ruby.html @@ -287,7 +287,7 @@ processes). Other compilers may need a different option specified instead of

If in doubt, consult the manual pages for your compiler and linker to determine the correct set -of options. You might also check the SWIG Wiki +of options. You might also check the SWIG Wiki for additional information.

38.1.4 Using your module

diff --git a/Doc/Manual/Tcl.html b/Doc/Manual/Tcl.html index aa7e8a521..38d4103e0 100644 --- a/Doc/Manual/Tcl.html +++ b/Doc/Manual/Tcl.html @@ -151,7 +151,7 @@ SWIG tries to guess the right options when it is installed. Therefore, you may want to start with one of the examples in the SWIG/Examples/tcl directory. If that doesn't work, you will need to read the man-pages for your compiler and linker to get the right set of options. You might also -check the SWIG Wiki for +check the SWIG Wiki for additional information.

diff --git a/README b/README index c8622ecc6..3a798e0b3 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ Up-to-date SWIG related information can be found at A SWIG FAQ and other hints can be found on the SWIG Wiki: - http://www.dabeaz.com/cgi-bin/wiki.pl + https://github.com/swig/swig/wiki License ======= @@ -126,7 +126,7 @@ installed. To fix this: have to do this. If you are having other troubles, you might look at the SWIG Wiki at -http://www.dabeaz.com/cgi-bin/wiki.pl. +https://github.com/swig/swig/wiki. Participate! ============