Moved documentation to the wiki

This commit is contained in:
Benoit Blanchon
2014-11-29 17:00:38 +01:00
parent 092660db52
commit d6974127b4
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ v4.0
* Unified parser and generator API (issue #23)
* Updated library layout, now requires Arduino 1.0.6 or newer
**BREAKING CHANGE**: API changed significantly, see `doc/Migrating to the new API.md`.
**BREAKING CHANGE**: API changed significantly, see [Migrating code to the new API](https://github.com/bblanchon/ArduinoJson/wiki/Migrating-code-to-the-new-API).
v3.4

View File

@ -12,7 +12,6 @@ rm -f $OUTPUT
# create zip
"$ZIP" a $OUTPUT \
ArduinoJson/CHANGELOG.md \
ArduinoJson/doc \
ArduinoJson/examples \
ArduinoJson/include \
ArduinoJson/keywords.txt \