diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index ac54ecc7fc..a1e0934bd2 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -39,7 +39,8 @@ project( LANGUAGES C DESCRIPTION "A kernel-level profiling tool for machine learning/HPC workloads running on AMD MI GPUs" - HOMEPAGE_URL "https://github.com/ROCm/rocprofiler-compute" + HOMEPAGE_URL + "https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute" ) set(PACKAGE_NAME "rocprofiler-compute") @@ -671,7 +672,9 @@ message(STATUS "Install tests: ${INSTALL_TESTS}") message(STATUS "Packaging config...") set(CPACK_GENERATOR "DEB" "RPM" CACHE STRING "") set(CPACK_PACKAGE_NAME "${PROJECT_NAME}" CACHE STRING "") -set(CPACK_PACKAGE_CONTACT "https://github.com/ROCm/rocprofiler-compute") +set(CPACK_PACKAGE_CONTACT + "https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute" +) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ROCm Compute Profiler: tool for GPU performance profiling" ) diff --git a/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in b/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in index a085c20d88..bbd0273d08 100644 --- a/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in +++ b/projects/rocprofiler-compute/cmake/rocprofcompute.lua.in @@ -12,7 +12,7 @@ whatis("Name: @PROJECT_NAME@") whatis("Version: @ROCPROFCOMPUTE_FULL_VERSION@") whatis("Keywords: Profiling, Performance, GPU") whatis("Description: tool for GPU performance profiling") -whatis("URL: https://github.com/ROCm/rocprofiler-compute") +whatis("URL: https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-compute") -- Export environmental variables local topDir="@CMAKE_INSTALL_PREFIX@" diff --git a/projects/rocprofiler-compute/src/utils/gui_components/header.py b/projects/rocprofiler-compute/src/utils/gui_components/header.py index ea2393590c..b48aec9ce9 100644 --- a/projects/rocprofiler-compute/src/utils/gui_components/header.py +++ b/projects/rocprofiler-compute/src/utils/gui_components/header.py @@ -304,7 +304,7 @@ def get_header( children=[ # Report bug button html.A( - href="https://github.com/ROCm/rocprofiler-compute/issues", + href="https://github.com/ROCm/rocm-systems/issues", children=[ html.Button( className="report",