docs(theming): fix default theme link

This commit is contained in:
Prateek Saxena 2017-07-20 19:11:46 +05:30 committed by Tom MacWright
parent a3e1fb8935
commit 5b5dcd1662

View File

@ -20,7 +20,7 @@ The theme function should call the callback with either an error, if one occurs,
or an array of [vinyl](https://github.com/gulpjs/vinyl) `File` objects.
The theme is free to implement HTML generation however it chooses. See
[the default theme](https://github.com/documentationjs/documentation-theme-default/)
[the default theme](https://github.com/documentationjs/documentation/tree/master/src/default_theme)
for some ideas.
### Theming Markdown