Skip to content

Commit 33c8463

Browse files
committed
Fixes bad image path
1 parent d73dc5b commit 33c8463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROJECT_BRIEF = "Modbus library for Arduino"
6161
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
6262
# the logo to the output directory.
6363

64-
PROJECT_LOGO = extra/images/modbus.png
64+
PROJECT_LOGO = https://github.com/epsilonrt/modbus-arduino/raw/master/extras/modbus.png
6565

6666
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
6767
# into which the generated documentation will be written. If a relative path is

0 commit comments

Comments
 (0)