Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 397376258 -> 13def7ea7
Fix link to twitter widgets URL. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/13def7ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/13def7ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/13def7ea Branch: refs/heads/asf-site Commit: 13def7ea7a2d505acb2d64c54d88c10c4c0e039d Parents: 3973762 Author: JamesBognar <[email protected]> Authored: Mon Nov 28 11:03:00 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 28 11:03:00 2016 -0500 ---------------------------------------------------------------------- content/announcements.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/13def7ea/content/announcements.html ---------------------------------------------------------------------- diff --git a/content/announcements.html b/content/announcements.html index bf467de..fd95b53 100644 --- a/content/announcements.html +++ b/content/announcements.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html> <body> - <a class="twitter-timeline" href="https://twitter.com/ApacheJuneau">Tweets by ApacheJuneau</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></body> + <a class="twitter-timeline" href="https://twitter.com/ApacheJuneau">Tweets by ApacheJuneau</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script></body> </body> </html>
