diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index d04d925e..69f9ddf7 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -58,7 +58,7 @@ authors = ["John Doe", "Jane Doe"] description = "The example book covers examples." src = "my-src" # the source files will be found in `root/my-src` instead of `root/src` language = "en" -logo = "static/logo.png" +logo = "static/logo.svg" ``` ### Rust options