mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02: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. |
||
---|---|---|
.. | ||
controllers | ||
models | ||
tasks | ||
DocumentationParser.php | ||
DocumentationPermalinks.php | ||
DocumentationSearch.php | ||
DocumentationService.php |