Просмотр исходного кода

Moved documentation to the wiki

Benoit Blanchon 11 лет назад
Родитель
Сommit
d6974127b4
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      CHANGELOG.md
  2. 0 1
      scripts/build-arduino-package.sh

+ 1 - 1
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

+ 0 - 1
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 \