This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site-source in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 45a873c7a3df93c841e0365ee3dc5462d27cd303 Author: Márton Elek <[email protected]> AuthorDate: Thu Nov 15 15:24:32 2018 +0100 RATIS-393. Pdf doesn't load when launching website using https. Contributed by Sandeep Nemuri. --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>
