diff --git a/FAQ.md b/FAQ.md index da56344..3e8934c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -346,7 +346,7 @@ See also: * [What are the differences between StaticJsonBuffer and DynamicJsonBuffer?](#what-are-the-differences-between-staticjsonbuffer-and-dynamicjsonbuffer) * [How to determine the buffer size?](#how-to-determine-the-buffer-size) * [JsonBuffer size calculator](https://rawgit.com/bblanchon/ArduinoJson/master/scripts/buffer-size-calculator.html) -* Issues [#360](https://github.com/bblanchon/ArduinoJson/issues/360), [#372](https://github.com/bblanchon/ArduinoJson/issues/372) and [#374](https://github.com/bblanchon/ArduinoJson/issues/374) +* Issues [#360](https://github.com/bblanchon/ArduinoJson/issues/360), [#372](https://github.com/bblanchon/ArduinoJson/issues/372), [#374](https://github.com/bblanchon/ArduinoJson/issues/374) and [#380](https://github.com/bblanchon/ArduinoJson/issues/380) ### Why does the generated JSON contain garbage?