diff --git a/docs/html/index.html b/docs/html/index.html
index 5dab10e93..a59c95b78 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -123,7 +123,10 @@ $(document).ready(function(){initNavTree('index.html','');});
Useful documentation created by others:
diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md
index f05061cc0..3f5258f3b 100644
--- a/docs/source/FlatBuffers.md
+++ b/docs/source/FlatBuffers.md
@@ -146,4 +146,7 @@ sections provide a more in-depth usage guide.
- Evolution of FlatBuffers
[visualization](https://www.youtube.com/watch?v=a0QE0xS8rKM).
- Useful documentation created by others:
- - [Using FlatBuffers in Unity](http://exiin.com/blog/flatbuffers-for-unity-sample-code/)
+ - [FlatBuffers in Go](https://rwinslow.com/tags/flatbuffers/)
+ - [FlatBuffers in Android](http://frogermcs.github.io/flatbuffers-in-android-introdution/)
+ - [Parsing JSON to FlatBuffers in Java](http://frogermcs.github.io/json-parsing-with-flatbuffers-in-android/)
+ - [FlatBuffers in Unity](http://exiin.com/blog/flatbuffers-for-unity-sample-code/)