diff --git a/conf.py b/conf.py index 941d0b951ee..1d1bb210446 100644 --- a/conf.py +++ b/conf.py @@ -329,7 +329,7 @@ def smv_rewrite_configs(app, config): app.config.html_baseurl = app.config.html_baseurl + '/' + app.config.smv_current_version app.config.project = 'ROS 2 Documentation: ' + app.config.smv_current_version.title() - app.config.html_logo = 'source/Releases/' + app.config.smv_current_version + '-small.png' + app.config.html_logo = 'source/Get-Started/Releases/' + app.config.smv_current_version + '-small.png' # Override default values distro = app.config.smv_current_version