Skip to content

Commit 8831f05

Browse files
fix(docpad): some plugin links were outdated
1 parent 4ac387d commit 8831f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/generators/docpad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Discover my features below, or skip ahead to the installation instructions to ge
4141
- Use the [Partials Plugin](http://docpad.org/plugin/partials) to abstract common pieces of code into their own individual file that can be included as much as you want
4242
- Syntax highlight code blocks automatically with either our [Highlight.js Plugin](http://docpad.org/plugin/highlightjs/) or [Pygments Plugin](http://docpad.org/plugin/pygments/)
4343
- Get SEO friendly clean URLs with our [Clean URLs Plugin](http://docpad.org/plugin/cleanurls/) (dynamic deployments only)
44-
- Lint your code automatically with our Lint Plugins: [jshint](https://github.com/jking90/docpad-plugin-jshint) and [coffeelint](https://github.com/jking90/docpad-plugin-coffeelint)
44+
- Lint your code automatically with our Lint Plugins: [jshint](https://github.com/docpad/docpad-plugin-jshint) and [coffeelint](https://github.com/docpad/docpad-plugin-coffeelint)
4545
- Concatenate and minify your JavaScript and CSS assets making page loads faster for your users with our Minify Plugins: [htmlmin](https://github.com/robloach/docpad-plugin-htmlmin) and [grunt](https://gist.github.com/balupton/3898915)
4646
- Install common javascript libraries like jQuery, Backbone and Underscore directly from the command line - under construction, coming soon
4747
- Automatically translate your entire website into other languages with our Translation Plugin - under construction, coming soon

0 commit comments

Comments
 (0)