Skip to content

Commit

Permalink
Updated links to rather link from keywords than just including the ra…
Browse files Browse the repository at this point in the history
…w link in the documentation.
  • Loading branch information
jaconza committed Feb 23, 2012
1 parent 7081e70 commit ef7b816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This project is the creation of an Apache Ant task for use of the Prefixr api (http://prefixr.com/). It will
This project is the creation of an Apache Ant task for use of the [Prefixr API](http://prefixr.com/). It will
allow developers to make use of css3 styles and replace these with the correct prefix at build/deploy time.

It will allow for a user to set multiple filesets to be scanned for css content and call the Prefixr Api to prefix
Expand All @@ -29,10 +29,10 @@ will be converted to

The task allows for an the user to either override the current css file or to use a suffix at the end of the file.

I have included a example build file to use the ANT task at https://gist.github.com/1895209.
I have included a example build file to use the ANT task at in the following [gist](https://gist.github.com/1895209).


In order to use the task you can either clone this directory and build the JAR yourself or use the pre-built jar available from this repository's download section.
In order to use the task you can either clone this directory and build the JAR yourself or use the pre-built jar available from this repository's [download section](https://github.com/jaconel/PrefixrAntTask/downloads).

Ensure that the JAR is available some where on your class path and add the following to the top of your build file

Expand All @@ -53,5 +53,5 @@ When the override option is set to true, the suffix option will be ignored and y
If the override option is set to false a suffix is required. The suffix will be used when creating a new file to save your css to. For example, the above code
will save the results for a file named styles.css to styles.out.css. This option is usefull if you do not wish to override your current css.

For more information on using Filesets, please refer to the Apache documentation found at http://ant.apache.org/manual/Types/fileset.html
For more information on using Filesets, please refer to the [Apache documentation](http://ant.apache.org/manual/Types/fileset.html).

0 comments on commit ef7b816

Please sign in to comment.