Files
gitlabhq/app/views/help
Robert Speicher 64e0dfa530 Prevent double-prefixing of help page paths
Prior, because the link "api/README.md" was matched twice, the first
link became "help/help/api/README.md". Now we do a negative lookahead to
make sure the link doesn't start with `help/`.

This fix is still not ideal, see TODO note.
2015-09-22 18:26:51 -04:00
..
2013-06-30 22:10:52 +03:00
2015-04-30 19:12:15 +02:00