How can I create a legacy URL for a section whose name has changed? #767
-
| I wrote some software docs using MyST. I updated the docs and changed some section headings. Some of the URLs pointing to sections, i.e., URLs of the form no longer work because when I changed the name of the sections, the auto-generated  Is there a way to retain (for lack of a better term) legacy id's on the sections, or somehow remap old URLs to new URLs, for cases like this? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| I'm afraid not at present, this is why it is recommended to use explicit targets which can remain the same across section changes: https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#creating-explicit-targets | 
Beta Was this translation helpful? Give feedback.
-
| I ended up doing that, and it works. Thanks for the pointer. In lieu of an automated method, this works well enough (for my needs, anyway). | 
Beta Was this translation helpful? Give feedback.
I'm afraid not at present, this is why it is recommended to use explicit targets which can remain the same across section changes: https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#creating-explicit-targets