From ef7b816bb73f65b428484e2189e984e44278fc43 Mon Sep 17 00:00:00 2001 From: Jaco Nel Date: Fri, 24 Feb 2012 00:04:14 +0200 Subject: [PATCH] Updated links to rather link from keywords than just including the raw link in the documentation. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9ff9e4..d3398fe 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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). \ No newline at end of file