Replace invalid link to Knockoff

syrix 2012-09-26 18:22:55 -07:00
parent eb3b442d34
commit 8c19257aee
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
# Introduction
A plugin is essentially a way to use external code in a build definition.
A plugin can be a library used to implement a task. For example, you might use [Knockoff](http://tristanhunt.com/projects/knockoff/) to write a markdown processing task.
A plugin can be a library used to implement a task. For example, you might use [Knockoff](https://github.com/tristanjuricek/knockoff/) to write a markdown processing task.
A plugin can define a sequence of sbt Settings that are automatically added to all projects or that are explicitly declared for selected projects.
For example, a plugin might add a 'proguard' task and associated (overridable) settings.
Because [[Commands]] can be added with the `commands` setting, a plugin can also fulfill the role that processors did in 0.7.x.