From fbc48c6d2c5ed3e2e0123a13c0994befeb9cb975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Thu, 2 Mar 2017 10:27:21 +0100 Subject: [PATCH] Updated Bag of Tricks (markdown) --- Bag-of-Tricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bag-of-Tricks.md b/Bag-of-Tricks.md index 8038526..5c0abab 100644 --- a/Bag-of-Tricks.md +++ b/Bag-of-Tricks.md @@ -411,7 +411,7 @@ See issue [#205](https://github.com/bblanchon/ArduinoJson/issues/205). :warning: **This section is only intended to insane people who deliberately ignores the recommendation of the library author.** -:warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://github.com/bblanchon/ArduinoJson/wiki/FAQ#how-to-reuse-a-jsonbuffer) +:warning: [READ THE FAQ BEFORE USING THIS!!!!!!!](https://bblanchon.github.io/ArduinoJson/faq/how-to-reuse-a-jsonbuffer/) Here is how you can write your own `clear()` function: @@ -432,4 +432,4 @@ clear(jsonBuffer); See issues [#72](https://github.com/bblanchon/ArduinoJson/issues/72), [#115](https://github.com/bblanchon/ArduinoJson/issues/115), [#141](https://github.com/bblanchon/ArduinoJson/issues/141) -See [ArduinoJson: Avoiding pitfalls](https://github.com/bblanchon/ArduinoJson/wiki/Avoiding-pitfalls#4-dont-reuse-the-same-jsonbuffer) \ No newline at end of file +See [ArduinoJson: Avoiding pitfalls](https://bblanchon.github.io/ArduinoJson/doc/pitfalls/#4-dont-reuse-the-same-jsonbuffer) \ No newline at end of file