This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git
commit b63e3a0316969bf3159160a7309132465cbc0922 Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 7 11:17:02 2021 -0700 highlight with version 11 --- theme/apache/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 5582e50..f4fb493 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -37,7 +37,7 @@ under the License. </style> <link href="/resources/css/main.css" rel="stylesheet"> <!-- highlighting --> - <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/idea.min.css"> + <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/styles/idea.min.css"> </head> @@ -107,7 +107,7 @@ under the License. <!-- Placed at the end of the document so the pages load faster --> <script src="/resources/js/jquery-2.1.4.min.js"></script> <script src="/resources/js/bootstrap.js"></script> - <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> + <script type="text/javascript" src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script> <script>hljs.highlightAll();</script> </body></html>
