How to change the Help URL in Your KanBo
Last modified:
KanBo features a help icon that when clicked redirects users to the KanBo community website.
The URL of this button can be changed inside the KanBo web.config
First, look for this line in the web.config:<add key="HelpUrl" value="https://community.kanboapp.com" />
Changing the "value" variable here will determine which URL the button redirects the user to.