IVGCVSW-6049 Review Readme files for Parsers

Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Change-Id: If567bdc1ced5d4bbe524375e2566a19677533c98
diff --git a/docs/06_01_parsers.dox b/docs/06_01_parsers.dox
index 186ed61..e7124ce 100644
--- a/docs/06_01_parsers.dox
+++ b/docs/06_01_parsers.dox
@@ -91,7 +91,7 @@
 - Gemm
   - The parser only supports constant bias or non-constant bias where bias dimension = 1. See the ONNX [Gemm documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Gemm) for more information.
 - MatMul
-  - The parser only supports constant weights in a fully connected layer.
+  - The parser only supports constant weights in a fully connected layer. See the ONNX [MatMul documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#MatMul) for more information.
 
 ## Tested networks
 
@@ -161,6 +161,7 @@
 - RELU6
 - REDUCE_MAX
 - REDUCE_MIN
+- REDUCE_PROD
 - RESHAPE
 - RESIZE_BILINEAR
 - RESIZE_NEAREST_NEIGHBOR