How to redirect to different page when clicking help icon logo quicklink

I want to redirect to different link once click on this quition circle logo. Where and which file i need to chnage it.

Hi Aman,

You can change it by adding the below line menu.xhtml file from this

          <a href="#" role="menuitem" class="menuitem"
            onclick="SailPoint.launchHelp(CONTEXT_PATH, helpKey); return false;">

to

          <a href="<YOUR_URL>" target="_blank" role="menuitem" class="menuitem">

Dear Naveen,
What will be the file location?

Hi Aman,

It is there inside /webapps/identityiq/ directory.