*/README: replace http with https in urls

alt_setting-error
Henrik Grimler 2021-06-15 11:04:57 +02:00
parent 74c498d61e
commit 6317e88503
3 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
Heimdall (c) 2010-2017 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/products/heimdall/
https://www.glassechidna.com.au/products/heimdall/
DISCLAIMER:
@ -289,8 +289,8 @@ How to Create a Heimdall Firmware Package:
Homepage - Here you can enter your personal URL or a URL particularly
pertaining to the firmware being packaged. The URL must be well
formed for it to work. An example of a well formed URL is
"http://www.glassechidna.com.au/products/heimdall/". It is
important to include "http://" in order to specify the protocol as
"https://www.glassechidna.com.au/products/heimdall/". It is
important to include "https://" in order to specify the protocol as
other protocols such as "ftp://" are equally valid although
unlikely to be used.
@ -298,8 +298,8 @@ How to Create a Heimdall Firmware Package:
make donations for the effort you've put into developing your
firmware. Once again the URL must be well formed but there is no
requirement on how your donation page should work. For instance
both "http://www.glassechidna.com.au/donate/" and
"http://forum.xda-developers.com/donatetome.php?u=2710388" are
both "https://www.glassechidna.com.au/donate/" and
"https://forum.xda-developers.com/donatetome.php?u=2710388" are
equally valid.
Developer Info:
@ -391,8 +391,8 @@ Nonetheless the following is an example of a valid firmware.xml file.
<name>Benjamin Dobell</name>
<name>Hedonism Bot</name>
</developers>
<url>http://www.glassechidna.com.au/</url>
<donateurl>http://www.glassechidna.com.au/donate/</donateurl>
<url>https://www.glassechidna.com.au/</url>
<donateurl>https://www.glassechidna.com.au/donate/</donateurl>
<devices>
<device>
<manufacturer>Samsung</manufacturer>

View File

@ -1,5 +1,5 @@
Heimdall (c) 2010-2017 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/products/heimdall/
https://www.glassechidna.com.au/products/heimdall/
DISCLAIMER:
@ -295,8 +295,8 @@ How to Create a Heimdall Firmware Package:
Homepage - Here you can enter your personal URL or a URL particularly
pertaining to the firmware being packaged. The URL must be well
formed for it to work. An example of a well formed URL is
"http://www.glassechidna.com.au/products/heimdall/". It is
important to include "http://" in order to specify the protocol as
"https://www.glassechidna.com.au/products/heimdall/". It is
important to include "https://" in order to specify the protocol as
other protocols such as "ftp://" are equally valid although
unlikely to be used.
@ -304,8 +304,8 @@ How to Create a Heimdall Firmware Package:
make donations for the effort you've put into developing your
firmware. Once again the URL must be well formed but there is no
requirement on how your donation page should work. For instance
both "http://www.glassechidna.com.au/donate/" and
"http://forum.xda-developers.com/donatetome.php?u=2710388" are
both "https://www.glassechidna.com.au/donate/" and
"https://forum.xda-developers.com/donatetome.php?u=2710388" are
equally valid.
Developer Info:
@ -396,8 +396,8 @@ Nonetheless the following is an example of a valid firmware.xml file.
<name>Benjamin Dobell</name>
<name>Hedonism Bot</name>
</developers>
<url>http://www.glassechidna.com.au/</url>
<donateurl>http://www.glassechidna.com.au/donate/</donateurl>
<url>https://www.glassechidna.com.au/</url>
<donateurl>https://www.glassechidna.com.au/donate/</donateurl>
<devices>
<device>
<manufacturer>Samsung</manufacturer>
@ -479,7 +479,7 @@ be included.
Appendix B - Installing Heimdall Suite from Source
1. Open Terminal and install dependencies using Homebrew (http://brew.sh)
1. Open Terminal and install dependencies using Homebrew (https://brew.sh)
brew install libusb qt5 cmake

View File

@ -1,5 +1,5 @@
Heimdall (c) 2010-2017 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/products/heimdall/
https://www.glassechidna.com.au/products/heimdall/
DISCLAIMER:
@ -333,8 +333,8 @@ How to Create a Heimdall Firmware Package:
Homepage - Here you can enter your personal URL or a URL particularly
pertaining to the firmware being packaged. The URL must be well
formed for it to work. An example of a well formed URL is
"http://www.glassechidna.com.au/products/heimdall/". It is
important to include "http://" in order to specify the protocol as
"https://www.glassechidna.com.au/products/heimdall/". It is
important to include "https://" in order to specify the protocol as
other protocols such as "ftp://" are equally valid although
unlikely to be used.
@ -342,8 +342,8 @@ How to Create a Heimdall Firmware Package:
make donations for the effort you've put into developing your
firmware. Once again the URL must be well formed but there is no
requirement on how your donation page should work. For instance
both "http://www.glassechidna.com.au/donate/" and
"http://forum.xda-developers.com/donatetome.php?u=2710388" are
both "https://www.glassechidna.com.au/donate/" and
"https://forum.xda-developers.com/donatetome.php?u=2710388" are
equally valid.
Developer Info:
@ -434,8 +434,8 @@ Nonetheless the following is an example of a valid firmware.xml file.
<name>Benjamin Dobell</name>
<name>Hedonism Bot</name>
</developers>
<url>http://www.glassechidna.com.au/</url>
<donateurl>http://www.glassechidna.com.au/donate/</donateurl>
<url>https://www.glassechidna.com.au/</url>
<donateurl>https://www.glassechidna.com.au/donate/</donateurl>
<devices>
<device>
<manufacturer>Samsung</manufacturer>
@ -528,7 +528,7 @@ Appendix B - Installing Heimdall Suite from Source
1. Setup a MinGW-W64 build environment by utilising MSYS2:
http://msys2.github.io/
https://msys2.github.io/
2. After installing MSYS2 a command prompt will launch, enter: