mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
501d4216c8
Currently if you go had something like this: `[Some Link](../)` and you were in `http://devsite.dev/dev/docs/my_module/en/server-setup/location-specific/` The parser will resolve the link as: `http://devsite.dev/dev/docs/my_module/en/server-setup/location-` This is because the regex is only matching *Any word character (letter, number, underscore)*. I've added the dash.