Skip to content

Commit 3a0b29b

Browse files
committed
Use temporary JUnit 6 logo
1 parent 6603caa commit 3a0b29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/documentation.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ tasks {
474474
}
475475
from(inputDir) {
476476
filesMatching("**/*.html") {
477-
val favicon = "<link rel=\"icon\" type=\"image/png\" href=\"https://junit.org/assets/img/junit5-logo.png\">"
477+
val favicon = "<link rel=\"icon\" type=\"image/png\" href=\"https://junit.org/assets/img/junit6-temporary-logo.png\">"
478478
filter { line ->
479479
var result = if (line.startsWith("<head>")) line.replace("<head>", "<head>$favicon") else line
480480
externalModulesWithoutModularJavadoc.forEach { (moduleName, baseUrl) ->

documentation/src/docs/asciidoc/docinfos/docinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="icon" type="image/png" href="https://junit.org/assets/img/junit5-logo.png" />
1+
<link rel="icon" type="image/png" href="https://junit.org/assets/img/junit6-temporary-logo.png" />
22
<style>
33
/* Tocbot dynamic TOC, works with tocbot 3.0.2 */
44
/* Source: https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */

0 commit comments

Comments
 (0)