pidgin/nest

74f138dd4fff
Parents ac677475f477
Children 7a5230435c75
Fix a few broken links and move to http for broken certs
--- a/hugo/content/building/2.x.y/windows.md Tue Sep 03 22:43:07 2019 -0500
+++ b/hugo/content/building/2.x.y/windows.md Mon Sep 16 21:47:39 2019 -0500
@@ -126,8 +126,8 @@
will automate it.
Install the MinGW "GCC Version 4.7.2" packages from the
-[MinGW site](https://www.mingw.org) by following
-[their instructions](https://www.mingw.org/node/24/revisions/908/view).
+[MinGW site](http://www.mingw.org) by following
+[their instructions](http://www.mingw.org/node/24/revisions/908/view).
Download the following:
@@ -181,8 +181,8 @@
and extract to `$PIDGIN_DEV_ROOT/win32-dev/gtk_2_0-2.14` (you'll need to create
this directory).
-Visit the [GTK website](https://www.gtk.org/download-windows.html) for
-official binary and source releases.
+Visit the [GTK website](https://www.gtk.org/download/windows.php) for official
+binary and source releases.
#### gettext
@@ -204,7 +204,7 @@
You'll need a functioning perl 5.20.x runtime (if the perl executable isn't in
your `PATH`, you will need to override the `PERL` variable in
`pidgin/local.mak` to point to the appropriate perl executable). A good option
-is [Strawberry Perl](https://strawberryperl.com/).
+is [Strawberry Perl](http://strawberryperl.com/).
Download the
[perl-5.20.1.1.tar.gz](https://data.imfreedom.org/pidgin/win32/perl-5.20.1.1.tar.gz)
@@ -287,11 +287,11 @@
### Building the Installer
If you would like to build the Pidgin installer, you'll need to setup
-[NSIS](https://nsis.sourceforge.net/Download). Once you have installed
+[NSIS](https://nsis.sourceforge.io/Download). Once you have installed
NSIS, please make sure that it is in your shell's `PATH`.
Next you'll need to download the
-[nsisunz plugin](https://nsis.sourceforge.net/Nsisunz_plug-in),
+[nsisunz plugin](https://nsis.sourceforge.io/Nsisunz_plug-in),
and extract `nsisunz.dll` into the `Plugins` directory of your NSIS
installation.
@@ -388,7 +388,7 @@
```
If your distribution doesn't include a recent enough win32api, you can
-download it from the [MinGW site](https://www.mingw.org/), extract it into
+download it from the [MinGW site](http://www.mingw.org/), extract it into
your `win32-dev` directory, and override the `INCLUDE_PATHS` and `LIB_PATHS`
variables in your `local.mak` as shown above.
@@ -400,7 +400,7 @@
```sh
mkdir nsis; cd nsis
-wget https://prdownloads.sourceforge.net/nsis/nsis-2.46-src.tar.bz2?download
+wget https://prdownloads.sourceforge.net/nsis/nsis-2.46-src.tar.bz2?download
wget https://prdownloads.sourceforge.net/nsis/nsis-2.46.zip?download
tar -jxvf nsis-2.46-src.tar.bz2
cd nsis-2.46
@@ -408,7 +408,7 @@
sudo scons install-compiler
cd ..
sudo unzip nsis-2.46 -d /usr/local/share
-sudo mv /usr/local/share/nsis-2.46/ /usr/local/share/nsis
+sudo mv /usr/local/share/nsis-2.46/ /usr/local/share/nsis
```
Once this is done, you'll need to update `local.mak` to point to the new NSIS