Erik Ellsinger

Well-Known Member
Sep 25, 2015
58
1
8
Sweden
cPanel Access Level
Root Administrator
I'm in WHM editing a locale and I noticed I'm not able to edit the link to the documentation, or add my own links.

Do I need to use a special syntax (not HTML) to add links or is it not possible to do that in the edit a locale feature?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

You can use an entry like this if you want to link to an external document:

Code:
For more information, read the [output,url,https://support.example.tld,documentation on my website]
Replace "support.example.tld" with the external URL, and "documentation on my website" with the title of the link.

Remember to run the following command after making the changes:

Code:
/usr/local/cpanel/bin/build_locale_databases
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463