aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/CompilingApps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/ManPages/CompilingApps.txt')
-rw-r--r--LUFA/ManPages/CompilingApps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/CompilingApps.txt b/LUFA/ManPages/CompilingApps.txt
index b1d5ed6ed..7cea32121 100644
--- a/LUFA/ManPages/CompilingApps.txt
+++ b/LUFA/ManPages/CompilingApps.txt
@@ -11,7 +11,7 @@
* \section Sec_Prerequisites Prerequisites
* Before you can compile any of the LUFA library code or demos, you will need a recent distribution of avr-libc (1.6.2+)
* and the AVR-GCC (4.2+) compiler. For Windows users, the best way to obtain these is the WinAVR project
- * (http://winavr.sourceforge.net) as this provides a single-file setup for everything required to compile your
+ * (<a>http://winavr.sourceforge.net</a>) as this provides a single-file setup for everything required to compile your
* own AVR projects.
*
* \section Sec_Compiling Compiling a LUFA Application