summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-07-19 14:46:44 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-07-19 14:46:44 (GMT)
commitd77baff68125d5ffc04257fc08fa91d2b06d28c9 (patch)
treef85aec8426989c77bc4508f690ef6c691a3c5526
parent7e8c45485a36b9b7b264c33e8c724dd035553ed7 (diff)
downloaduscxml-d77baff68125d5ffc04257fc08fa91d2b06d28c9.zip
uscxml-d77baff68125d5ffc04257fc08fa91d2b06d28c9.tar.gz
uscxml-d77baff68125d5ffc04257fc08fa91d2b06d28c9.tar.bz2
Fixed a link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e715cc3..9a1e352 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ For more detailled information, refer to the [documentation](http://tklab-tud.gi
**Examples:**
* [test-gen-c.cpp](https://github.com/tklab-tud/uscxml/blob/master/test/src/test-gen-c.cpp) (**C++**)
-* [WaterPump.cxx](https://github.com/tklab-tud/uscxml/blob/master/src/apps/arduino/WaterPump.cxx) (**C++ on Arduino**)
+* [WaterPump.cxx](https://github.com/tklab-tud/uscxml/blob/master/examples/cpp/transpiled/arduino/WaterPump.cxx) (**C++ on Arduino**)
## Changes