Skip to content

Commit

Permalink
docs(theming): fix default theme link
Browse files Browse the repository at this point in the history
  • Loading branch information
prtksxna authored and tmcw committed Jul 20, 2017
1 parent a3e1fb8 commit 5b5dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/THEMING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5dcd1

Please sign in to comment.