How to edit the section URL? | Community
Skip to main content

How to edit the section URL?

  • April 27, 2023
  • 2 replies
  • 0 views

Saurabh11

I have a section say 'How To' in the help centre. And it's URL is:
https://support.xxxxxx.com/hc/en-us/sections/10621148158221-How-To

The random number that was generated `10621148158221` is annoying and it's not easy to navigate to the How To page without the integer.

Question: how can I edit the URL to remove the integer so that it looks like below?
https://support.xxxxxx.com/hc/en-us/sections/How-To

2 replies

Ifra
  • April 27, 2023

Hi Saurabh Lambe, that's the complete URL of your section, that's the section ID and it comes from backend (by default). If you remove that from the URL you can not reach to that section, it will return error page.

 


Saurabh11
  • Author
  • April 27, 2023

Hi @ifra, thank you for answering my question. It is unfortunate. Without the number, the URL would be more user-friendly and easier to navigate.