From 3928f36d5e62c52b77d5cf3ebb0a87647cb3d136 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Thu, 28 Mar 2024 12:10:08 -0500 Subject: [PATCH] Adding redirect to help button in standalone GUI Signed-off-by: colramos-amd --- src/docs-2.x/conf.py | 2 +- src/utils/gui_components/header.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",