Skip to content

Commit b5de354

Browse files
authored
Use https urls (#56)
1 parent ca6cded commit b5de354

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.TXT

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ For building gcc libgmp, libmpfr and libmpc are required - these are built as
2424
static libraries to make packaging simpler. If you're building the tools for
2525
personal use then the versions packaged by your chosen distro should suffice.
2626

27-
http://gmplib.org/
28-
http://www.mpfr.org/
29-
http://www.multiprecision.org/
27+
https://gmplib.org/
28+
https://www.mpfr.org/
29+
https://www.multiprecision.org/
3030

3131
sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev
3232

3333
Some of the tools for devkitARM and devkitPPC also require FreeImage, zlib,
3434
expat, and libusb. Again these are built as static libraries for ease of
3535
packaging but you can probably use the versions supplied by your distro.
3636

37-
http://freeimage.sourceforge.net/
38-
http://www.zlib.net
39-
http://www.libusb.org
40-
http://expat.sourceforge.net/
37+
https://freeimage.sourceforge.net/
38+
https://www.zlib.net
39+
https://www.libusb.org
40+
https://expat.sourceforge.net/
4141

4242
sudo apt-get install libfreeimage-dev zlib1g-dev libusb-dev libudev-dev libexpat1-dev
4343

0 commit comments

Comments
 (0)