Repository: incubator-ratis Updated Branches: refs/heads/asf-site 9ef4b4f60 -> a4dd0d673
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/a4dd0d67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/a4dd0d67 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/a4dd0d67 Branch: refs/heads/asf-site Commit: a4dd0d67353d3ef49d67b9b95da27c49406f09e0 Parents: 9ef4b4f Author: Márton Elek <[email protected]> Authored: Thu Nov 15 15:25:12 2018 +0100 Committer: Márton Elek <[email protected]> Committed: Thu Nov 15 15:25:12 2018 +0100 ---------------------------------------------------------------------- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a4dd0d67/index.html ---------------------------------------------------------------------- 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>
