Hi!
Is there a specific reason why the slugs in the documentation paths are numbered on the ABAP track?
(https://github.com/exercism/abap/blob/main/docs/config.json)
We will start displaying a welcome modal each time someone joins a track, which includes several links. However, we’re unable to generate these links correctly for the ABAP track due to the inclusion of numbers in the slugs, such as 10-learning
instead of simply learning
.
Thanks for your response!