From 062fa8c77b0d19a867b96df6519652596c3a7170 Mon Sep 17 00:00:00 2001 From: Marius Greuel Date: Fri, 17 Dec 2021 22:52:27 +0100 Subject: [PATCH] Add link of original AVRDUDE repository to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fac4a7a..e493bc69 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ programming instruction to the AVR chip regardless of whether AVRDUDE implements that specific feature of a particular chip. AVRDUDE was originally written in 2003 by Brian S. Dean. Since 2006, AVRDUDE has been maintained by Jörg Wunsch, -with the help of [various contributors](/avrdudes/avrdude/graphs/contributors). +with the help of [various contributors](https://github.com/avrdudes/avrdude/graphs/contributors). + +The latest version of AVRDUDE is always available here:\ + ## Getting AVRDUDE for Windows