This is an automated email from the ASF dual-hosted git repository.

akm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 7290c286b Fixing URL for twitter card
     new 2fcec52d0 Merge branch 'main' of github.com:apache/mahout
7290c286b is described below

commit 7290c286b8e1500b35d79d955e701ee36146d37e
Author: Andrew Musselman <[email protected]>
AuthorDate: Wed Oct 9 11:43:30 2024 -0700

    Fixing URL for twitter card
---
 website/_includes/sidebar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/_includes/sidebar.html b/website/_includes/sidebar.html
index e3fdfc48f..890534c41 100644
--- a/website/_includes/sidebar.html
+++ b/website/_includes/sidebar.html
@@ -25,6 +25,6 @@
 <div class="card">
     <div class="card-body">
         <a class="twitter-timeline" data-height="500" 
href="https://twitter.com/ApacheMahout";>Tweets by ApacheMahout</a>
-        <script async src="//platform.twitter.com/widgets.js" 
charset="utf-8"></script>
+        <script async src="https://platform.twitter.com/widgets.js"; 
charset="utf-8"></script>
     </div>
 </div>

Reply via email to