[reproducible-website] 01/01: Change HTTP to HTTPS in links when applicable

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Mon Nov 28 22:50:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

e3amn2l-guest pushed a commit to branch master
in repository reproducible-website.

commit 773e180cb91c017cc50222cd19372e0bca5bd3ba
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date:   Tue Nov 29 00:50:38 2016 +0200

    Change HTTP to HTTPS in links when applicable
---
 README                                    | 2 +-
 _data/projects.yml                        | 8 ++++----
 _docs/build_toolchain_from_source.md      | 2 +-
 _docs/locales.md                          | 2 +-
 _docs/proprietary_os.md                   | 2 +-
 _docs/stable_outputs.md                   | 2 +-
 _docs/value_initialization.md             | 2 +-
 _docs/virtual_machine_drivers.md          | 2 +-
 _events/athens2015.html                   | 2 +-
 _events/athens2015/advocacy_next_steps.md | 2 +-
 who.html                                  | 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README b/README
index c4a9f2f..0c5efc8 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Jessie too.
 
 The boilerplate CSS is provided by [Skeleton].
 
-[Jekyll]: http://jekyllrb.com/
+[Jekyll]: https://jekyllrb.com/
 [Skeleton]: http://www.getskeleton.com/
 
 Viewing the website
diff --git a/_data/projects.yml b/_data/projects.yml
index 2fdd252..2bf1428 100644
--- a/_data/projects.yml
+++ b/_data/projects.yml
@@ -5,11 +5,11 @@
   - name: Continuous tests
     url: https://tests.reproducible-builds.org/archlinux/
 - name: Baserock
-  url: http://baserock.org/
+  url: https://baserock.org/
   logo: baserock.png
   resources:
   - name: Bit-for-bit reproducibility in Baserock systems
-    url: http://wiki.baserock.org/projects/deterministic-builds/
+    url: https://wiki.baserock.org/projects/deterministic-builds/
 - name: Bitcoin
   url: https://github.com/bitcoin/bitcoin
   logo: bitcoin.png
@@ -17,7 +17,7 @@
   - name: Gitian building guide
     url: https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md
 - name: coreboot
-  url: http:///www.coreboot.org/
+  url: https://www.coreboot.org/
   logo: coreboot.png
   resources:
   - name: Continuous tests
@@ -115,7 +115,7 @@
   - name: Building guide
     url: https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking#BuildingOfficialTorBrowserReleaseBinaries
 - name: Webconverger
-  url: http://webconverger.com/
+  url: https://webconverger.com/
   logo: webconverger.png
   resources:
   - name: Introducing Reproducible Builds
diff --git a/_docs/build_toolchain_from_source.md b/_docs/build_toolchain_from_source.md
index d0bb2f2..5b6ac07 100644
--- a/_docs/build_toolchain_from_source.md
+++ b/_docs/build_toolchain_from_source.md
@@ -41,7 +41,7 @@ developed. “Building the world” will start by building the toolchain in
 the version control system before building the rest of the system.
 
 Also Google's internal projects operate in this way. They have
-released [Bazel](http://bazel.io/) which is based on their
+released [Bazel](https://bazel.io/) which is based on their
 internal compilation tool. Bazel is designed to drive large scale
 builds with speed and reproducibility in mind.
 
diff --git a/_docs/locales.md b/_docs/locales.md
index 2c0bae4..9058347 100644
--- a/_docs/locales.md
+++ b/_docs/locales.md
@@ -10,7 +10,7 @@ language of their choice, tools which output is influenced by the
 current locale can make locale a source of reproducibility issues.
 
 There are many aspects regarding locales (see [GNU libc locale(1)
-manpage](http://manpages.debian.org/locale)). The ones that follow are the
+manpage](https://manpages.debian.org/locale)). The ones that follow are the
 most important ones to consider in the context of reproducible builds.
 
 Time format
diff --git a/_docs/proprietary_os.md b/_docs/proprietary_os.md
index f37f8b5..4aaf93e 100644
--- a/_docs/proprietary_os.md
+++ b/_docs/proprietary_os.md
@@ -17,7 +17,7 @@ the technique to build their Windows and Mac OS X versions.
 Windows
 -------
 
-For Windows, [mingw-w64](http://mingw-w64.org/) will build Windows
+For Windows, [mingw-w64](https://mingw-w64.org/) will build Windows
 binaries on POSIX compatible operating systems.
 
 [NSIS](http://nsis.sourceforge.net/) can be used to create integrated
diff --git a/_docs/stable_outputs.md b/_docs/stable_outputs.md
index b4797e3..de184bd 100644
--- a/_docs/stable_outputs.md
+++ b/_docs/stable_outputs.md
@@ -7,7 +7,7 @@ permalink: /docs/stable-outputs/
 Data structures such as [Perl
 hashes](http://perldoc.perl.org/functions/keys.html), [Python
 dictionaries](https://docs.python.org/2/library/stdtypes.html#mapping-types-dict),
-or [Ruby Hash objects](http://ruby-doc.org/core/Hash.html) will list their keys
+or [Ruby Hash objects](https://ruby-doc.org/core/Hash.html) will list their keys
 in a different order on every run to limit [algorithmic complexity
 attacks](http://perldoc.perl.org/perlsec.html#Algorithmic-Complexity-Attacks).
 
diff --git a/_docs/value_initialization.md b/_docs/value_initialization.md
index a963bac..8ca6cdb 100644
--- a/_docs/value_initialization.md
+++ b/_docs/value_initialization.md
@@ -9,7 +9,7 @@ done in order to avoid capturing what random bytes are in memory when
 run.
 
 An
-[example](http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=2d119a3f01eee6c4e86248b17b4c9ce14ab77836)
+[example](https://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=2d119a3f01eee6c4e86248b17b4c9ce14ab77836)
 taken from coreboot:
 
 ![diffoscope output of the two different builds of the same coreboot image]({{ "/images/docs/uninitialized_memory.png" | prepend: site.basurl }})
diff --git a/_docs/virtual_machine_drivers.md b/_docs/virtual_machine_drivers.md
index 90683fd..a299b68 100644
--- a/_docs/virtual_machine_drivers.md
+++ b/_docs/virtual_machine_drivers.md
@@ -48,7 +48,7 @@ To be sure that the base compiler is the same, one could use the fact
 that Docker images can actually be addressed by a hash of their content.
 Another option is to build the Docker image oneself in a reproducible
 manner, something that can be done using
-[Bazel](http://bazel.io/docs/be/docker.html).
+[Bazel](https://bazel.io/docs/be/docker.html).
 
 Vagrant
 -------
diff --git a/_events/athens2015.html b/_events/athens2015.html
index ecfbe8a..c9d899f 100644
--- a/_events/athens2015.html
+++ b/_events/athens2015.html
@@ -71,7 +71,7 @@ event_summary: A three days workshop with invited participants from more than 15
   </div>
   <div class="eight columns text">
     <p>
-      <a href="http://athens.impacthub.net/">Impact HUB Athens</a><br />
+      <a href="https://athens.impacthub.net/">Impact HUB Athens</a><br />
       <a href="https://www.google.com/maps/place/Impact+Hub+Athens/@37.9781661,23.7243381,19z">Καραϊσκάκη 28</a> (Karaiskaki 28) <br />
       10554 Αθήνα, Ελλάδα (Athens, Greece)
     </p>
diff --git a/_events/athens2015/advocacy_next_steps.md b/_events/athens2015/advocacy_next_steps.md
index 75751e0..bd25bc0 100644
--- a/_events/athens2015/advocacy_next_steps.md
+++ b/_events/athens2015/advocacy_next_steps.md
@@ -13,7 +13,7 @@ Brainstorm how and where to distribute the idea of reproducible builds.
 ## Events
 
  - [FOSDEM’16](https://fosdem.org/2016/schedule/event/reproducible_ecosystem/), January 30-31st 2016
- - [FLOCK](http://www.flocktofedora.org/), date and location for 2016 unknown
+ - [FLOCK](https://www.flocktofedora.org/), date and location for 2016 unknown
  - Organise a Google Tech Talk
 
 ## Applications to reach
diff --git a/who.html b/who.html
index 0c4a20d..704d53a 100644
--- a/who.html
+++ b/who.html
@@ -37,7 +37,7 @@ permalink: /who/
   <div class="eight columns">
     <p>
       Join the <a href="https://lists.reproducible-builds.org/listinfo/rb-general">general mailing-list</a>!
-      IRC discussions happen in the <code>#reproducible-builds</code> channel on <a href="http://www.oftc.net/">irc.oftc.net</a>.
+      IRC discussions happen in the <code>#reproducible-builds</code> channel on <a href="https://www.oftc.net/">irc.oftc.net</a>.
     </p>
   </div>
 </div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list