From 5b5dcd16628daf7f3271f8dbaaf2ccd6939527ae Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Thu, 20 Jul 2017 19:11:46 +0530 Subject: [PATCH] docs(theming): fix default theme link --- docs/THEMING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/THEMING.md b/docs/THEMING.md index 932b48e..52313f6 100644 --- a/docs/THEMING.md +++ b/docs/THEMING.md @@ -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