Skip to content

Commit f21517c

Browse files
authored
Restore logo in README (see #467, #466)
#467
2 parents c4554fd + 03af1bb commit f21517c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Renaissance Benchmark Suite
33

44
<p align="center">
5-
<img height="180px" src="https://github.com/renaissance-benchmarks/renaissance/raw/master/website/resources/images/mona-lisa-round.png"/>
5+
<img height="180px" src="https://github.com/renaissance-benchmarks/renaissance/raw/master/logo.png"/>
66
</p>
77

88

logo.png

445 KB
Loading

renaissance-harness/src/main/scala/org/renaissance/harness/MarkdownGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object MarkdownGenerator {
107107
tags: mutable.Map[String, String]
108108
) = {
109109
val githubUrl = "https://github.com/renaissance-benchmarks/renaissance/"
110-
tags("logoUrl") = githubUrl + "raw/master/website/resources/images/mona-lisa-round.png"
110+
tags("logoUrl") = githubUrl + "raw/master/logo.png"
111111
tags("codeOfConductUrl") = githubUrl + "blob/master/CODE-OF-CONDUCT.md"
112112

113113
tags("jmhTargetPath") = "renaissance-jmh/target"

0 commit comments

Comments
 (0)