Skip to content

Commit

Permalink
Correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 7, 2021
1 parent c955d63 commit 7a8acb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ reports/%.md: wp/Human/%.ttl wp/gpml/Human/%.ttl src/java/main/org/wikipathways/

index.md:
@echo "# Validation Reports\n" > index.md
@echo "<img style=\"float: right; width: 200px\" src=\"../logo.png\" />\n" >> index.md
@echo "<img style=\"float: right; width: 200px\" src=\"logo.png\" />\n" >> index.md
@for report in $(REPORTS) ; do \
echo "* [$$report]($$report)" >> index.md ; \
done
Expand Down

0 comments on commit 7a8acb0

Please sign in to comment.