Repository: incubator-ratis Updated Branches: refs/heads/asf-site-source 4cdfc035d -> 45a873c7a
RATIS-393. Pdf doesn't load when launching website using https. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/45a873c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/45a873c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/45a873c7 Branch: refs/heads/asf-site-source Commit: 45a873c7a3df93c841e0365ee3dc5462d27cd303 Parents: 4cdfc03 Author: Márton Elek <[email protected]> Authored: Thu Nov 15 15:24:32 2018 +0100 Committer: Márton Elek <[email protected]> Committed: Thu Nov 15 15:24:32 2018 +0100 ---------------------------------------------------------------------- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/45a873c7/layouts/index.html ---------------------------------------------------------------------- diff --git a/layouts/index.html b/layouts/index.html index 8c78c5d..e163b36 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -204,7 +204,7 @@ <p>Are you interested in learning more about Apache Ratis? Excellent! Here are some resources.</p> <ul> <li>Apache Ratis - In Search of a Usable Raft Library<br/> - <iframe src="http://home.apache.org/~szetszwo/presentations/20171115brown_bag.pdf" + <iframe src="https://home.apache.org/~szetszwo/presentations/20171115brown_bag.pdf" width="595" height="485"></iframe></li><br/> <li> <a href="//www.slideshare.net/Hadoop_Summit/high-throughput-data-replication-over-raft" title="High throughput data replication over RAFT" target="_blank">High throughput data replication over RAFT</a> from DataWorks Summit</a>
