Is there a way to change the repository PATH for URL?

Hi there!
I’m migrating from old instance with an old Nexus version on it (2.xxx), to K8S with newest Nexus version.
And I wanted to ask, since the Repository PATH is different, is it something I can change in Nexus?
To make it the same.

For example , every new created repo, has this PATH - https://nexus.xxx.io/repository/releases/
And I want to change it to - http://nexus.xxx.com/nexus/content/repositories/releases/

You can’t change the default way paths are shown, but you can make Nexus Repo 3 also serve content over the old style URL’s:

https://help.sonatype.com/display/NXRM3/Upgrade+Procedures#UpgradeProcedures-ConfiguringLegacyURLPaths

Thanks for your answer!