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 9db087f81a5c11243ea7ee6799ebac9e6ea9d802 Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 7 11:21:18 2021 -0700 highlightjs stylesheet --- theme/apache/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index f4fb493..d7ba897 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="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/styles/idea.min.css"> + <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/idea.min.css"> </head>
