You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/08/22 23:29:58 UTC

[incubator-mxnet] branch master updated: Fix broken anchor in doc (#12193)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ef919e  Fix broken anchor in doc (#12193)
9ef919e is described below

commit 9ef919eb59907e084cab95af3da407d56f891d10
Author: Lin Yuan <ap...@gmail.com>
AuthorDate: Wed Aug 22 16:29:50 2018 -0700

    Fix broken anchor in doc (#12193)
---
 docs/tutorials/basic/symbol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/basic/symbol.md b/docs/tutorials/basic/symbol.md
index 961a913..6a4bb87 100644
--- a/docs/tutorials/basic/symbol.md
+++ b/docs/tutorials/basic/symbol.md
@@ -94,7 +94,7 @@ mx.viz.plot_network(symbol=g)
 
 The computations declared in the above examples can be bound to the input data
 for evaluation by using `bind` method. We discuss this further in the
-[symbol manipulation](#Symbol Manipulation) section.
+[Symbol Manipulation](#symbol-manipulation) section.
 
 ### Basic Neural Networks