This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push: new 691fba0e7 Remove broken links 691fba0e7 is described below commit 691fba0e7befcdf3e918bf54307eeec713310e87 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Wed Oct 23 14:29:33 2024 +0900 Remove broken links --- _includes/themes/zeppelin/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/themes/zeppelin/default.html b/_includes/themes/zeppelin/default.html index 9dd38e6de..26358d465 100644 --- a/_includes/themes/zeppelin/default.html +++ b/_includes/themes/zeppelin/default.html @@ -38,7 +38,7 @@ <!-- Js --> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> - <script src="https://s3.amazonaws.com/apache-zeppelin/post/medium.js"></script> +<!-- <script src="https://s3.amazonaws.com/apache-zeppelin/post/medium.js"></script>--> <script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script> <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script> <script src="{{ ASSET_PATH }}/js/docs.js"></script>