aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-04-18 17:06:56 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-04-18 17:06:56 +0000
commitdda3e1637c17be2c0c71f9becca5c74eb02aa627 (patch)
tree5d8529300134131cc9f5ed9f29b6c6e37738cb4c /examples
parent26b546296757315521fda35eda8c0801b9632fb6 (diff)
downloadv-usb-dda3e1637c17be2c0c71f9becca5c74eb02aa627.tar.gz
v-usb-dda3e1637c17be2c0c71f9becca5c74eb02aa627.tar.bz2
v-usb-dda3e1637c17be2c0c71f9becca5c74eb02aa627.zip
- removed all links to metalab.at and wikidot.com and replaced them with
links to goto.php script on obdev.at so that we can redirect to other places if required
Diffstat (limited to 'examples')
-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
4 files changed, 8 insertions, 7 deletions
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.