This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit a4dd0d67353d3ef49d67b9b95da27c49406f09e0 Author: Márton Elek <[email protected]> AuthorDate: Thu Nov 15 15:25:12 2018 +0100 RATIS-393. Pdf doesn't load when launching website using https. Contributed by Sandeep Nemuri. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1eee598..efbfa94 100644 --- a/index.html +++ b/index.html @@ -440,7 +440,7 @@ Only the source code from the released artifacts are checked by the Project Mana <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>
