From 7059492aa8c9f9fe2eb2d83535e72ebd59a8fadf Mon Sep 17 00:00:00 2001 From: Karuhatty Date: Mon, 29 Jan 2018 11:12:14 -0800 Subject: [PATCH] fixed links that were missng ndarray folder path --- docs/community/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/contribute.md b/docs/community/contribute.md index 5bb790eed7d8..9c3c3e187029 100644 --- a/docs/community/contribute.md +++ b/docs/community/contribute.md @@ -103,7 +103,7 @@ or is conceptual, add it in the C++ documentation. Make sure your example works by running a Python version of the example. * If a concrete and simple language-specific example can further clarify the API and the API arguments, add the example in language-specific files. -* Refer to these examples for guidance:- [Embedding](http://mxnet.io/api/python/ndarray.html#mxnet.ndarray.Embedding) , [ROIPooling](http://mxnet.io/api/python/ndarray.html#mxnet.ndarray.ROIPooling) , [Reshape](http://mxnet.io/api/python/ndarray.html#mxnet.ndarray.Reshape). +* Refer to these examples for guidance:- [Embedding](http://mxnet.io/api/python/ndarray/ndarray.html#mxnet.ndarray.Embedding) , [ROIPooling](http://mxnet.io/api/python/ndarray/ndarray.html#mxnet.ndarray.ROIPooling) , [Reshape](http://mxnet.io/api/python/ndarray/ndarray.html#mxnet.ndarray.Reshape). ### Testing and Rendering * Make sure not to break any coding standards. Run