diff --git a/CHANGELOG.md b/CHANGELOG.md index 534d6913..6d242bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts/build-arduino-package.sh b/scripts/build-arduino-package.sh index 9862f425..ad9c2325 100755 --- a/scripts/build-arduino-package.sh +++ b/scripts/build-arduino-package.sh @@ -12,7 +12,6 @@ rm -f $OUTPUT # create zip "$ZIP" a $OUTPUT \ ArduinoJson/CHANGELOG.md \ - ArduinoJson/doc \ ArduinoJson/examples \ ArduinoJson/include \ ArduinoJson/keywords.txt \