diff --git a/src/docs-2.x/conf.py b/src/docs-2.x/conf.py index d0c7e61506..9cedb65a5c 100644 --- a/src/docs-2.x/conf.py +++ b/src/docs-2.x/conf.py @@ -138,7 +138,7 @@ latex_elements = { # Output file base name for HTML help builder. htmlhelp_basename = "Omniperfdoc" -html_logo = 'images/amd-header-logo.svg' +html_logo = "images/amd-header-logo.svg" html_theme_options = { "analytics_id": "G-C5DYLCE9ED", # Provided by Google in your dashboard "analytics_anonymize_ip": False, diff --git a/src/utils/gui_components/header.py b/src/utils/gui_components/header.py index 137a7f290f..d8255ae463 100644 --- a/src/utils/gui_components/header.py +++ b/src/utils/gui_components/header.py @@ -299,7 +299,7 @@ def get_header(raw_pmc, input_filters, kernel_names): children=[ # Report bug button html.A( - href="", + href="https://github.com/ROCm/omniperf/issues", children=[ html.Button( className="report",