aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Readme.txt4
-rw-r--r--examples/Readme.txt9
-rw-r--r--examples/custom-class/Readme.txt2
-rw-r--r--examples/hid-data/Readme.txt2
-rw-r--r--examples/hid-mouse/Readme.txt2
-rw-r--r--usbdrv/Readme.txt3
6 files changed, 12 insertions, 10 deletions
diff --git a/Readme.txt b/Readme.txt
index e55b7f5..10dd390 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -54,8 +54,8 @@ TECHNICAL DOCUMENTATION
=======================
The API reference of the driver firmware can be found in usbdrv/usbdrv.h.
Documentation for host and device library files are in the respective header
-files. For more information, follow the "Documentation Wiki" link in the
-navigation box at http://www.obdev.at/avrusb/.
+files. For more information, see our documentation wiki at
+http://www.obdev.at/goto.php?t=avrusb-wiki.
LICENSE
diff --git a/examples/Readme.txt b/examples/Readme.txt
index 25f8c55..ef1175e 100644
--- a/examples/Readme.txt
+++ b/examples/Readme.txt
@@ -51,9 +51,9 @@ respective directory.
Hardware dependencies of AVR code has been kept at a minimum. All examples
should work on any AVR chip which has enough resources to run the driver.
Makefile and usbconfig.h have been configured for the metaboard hardware (see
-http://metalab.at/wiki/Metaboard for details). Edit the target device, fuse
-values, clock rate and programmer in Makefile and the I/O pins dedicated to
-USB in usbconfig.h.
+http://www.obdev.at/goto.php?t=metaboard for details). Edit the target
+device, fuse values, clock rate and programmer in Makefile and the I/O pins
+dedicated to USB in usbconfig.h.
WHAT IS NOT DEMONSTRATED IN THESE EXAMPLES?
@@ -61,7 +61,8 @@ WHAT IS NOT DEMONSTRATED IN THESE EXAMPLES?
These examples show only the most basic functionality. More elaborate
examples and real world applications showing more features of the driver are
available at http://www.obdev.at/avrusb/projects.html. Most of these
-features are described in the Documentation Wiki linked from this page.
+features are described in our documentation wiki at
+http://www.obdev.at/goto.php?t=avrusb-wiki.
To mention just a few:
diff --git a/examples/custom-class/Readme.txt b/examples/custom-class/Readme.txt
index 82b1b3e..815518e 100644
--- a/examples/custom-class/Readme.txt
+++ b/examples/custom-class/Readme.txt
@@ -16,7 +16,7 @@ PREREQUISITES
=============
Target hardware: You need an AVR based circuit based on one of the examples
(see the "circuits" directory at the top level of this package), e.g. the
-metaboard (http://metalab.at/wiki/Metaboard).
+metaboard (http://www.obdev.at/goto.php?t=metaboard).
AVR development environment: You need the gcc tool chain for the AVR, see
the Prerequisites section in the top level Readme file for how to obtain it.
diff --git a/examples/hid-data/Readme.txt b/examples/hid-data/Readme.txt
index 4f925a8..cb17baa 100644
--- a/examples/hid-data/Readme.txt
+++ b/examples/hid-data/Readme.txt
@@ -20,7 +20,7 @@ PREREQUISITES
=============
Target hardware: You need an AVR based circuit based on one of the examples
(see the "circuits" directory at the top level of this package), e.g. the
-metaboard (http://metalab.at/wiki/Metaboard).
+metaboard (http://www.obdev.at/goto.php?t=metaboard).
AVR development environment: You need the gcc tool chain for the AVR, see
the Prerequisites section in the top level Readme file for how to obtain it.
diff --git a/examples/hid-mouse/Readme.txt b/examples/hid-mouse/Readme.txt
index 1e269dc..e0c8142 100644
--- a/examples/hid-mouse/Readme.txt
+++ b/examples/hid-mouse/Readme.txt
@@ -20,7 +20,7 @@ PREREQUISITES
=============
Target hardware: You need an AVR based circuit based on one of the examples
(see the "circuits" directory at the top level of this package), e.g. the
-metaboard (http://metalab.at/wiki/Metaboard).
+metaboard (http://www.obdev.at/goto.php?t=metaboard).
AVR development environment: You need the gcc tool chain for the AVR, see
the Prerequisites section in the top level Readme file for how to obtain it.
diff --git a/usbdrv/Readme.txt b/usbdrv/Readme.txt
index 7879811..0dea48b 100644
--- a/usbdrv/Readme.txt
+++ b/usbdrv/Readme.txt
@@ -118,7 +118,8 @@ things IN ADDITION to the obligations from the GPL2:
(1) Publish your entire project on a web site and drop us a note with the URL.
Use the form at http://www.obdev.at/avrusb/feedback.html for your submission.
If you don't have a web site, you can publish the project in obdev's
-documentation wiki.
+documentation wiki at
+http://www.obdev.at/goto.php?t=avrusb-wiki&p=hosted-projects.
(2) Adhere to minimum publication standards. Please include AT LEAST:
- a circuit diagram in PDF, PNG or GIF format