aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/cc/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/cc/index.md')
-rw-r--r--tensorflow/g3doc/api_docs/cc/index.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tensorflow/g3doc/api_docs/cc/index.md b/tensorflow/g3doc/api_docs/cc/index.md
index 9a3a75534b..00da48cde9 100644
--- a/tensorflow/g3doc/api_docs/cc/index.md
+++ b/tensorflow/g3doc/api_docs/cc/index.md
@@ -4,7 +4,7 @@ TensorFlow's public C++ API includes only the API for executing graphs, as of
version 0.5. To control the execution of a graph from C++:
1. Build the computation graph using the [Python API](../python/).
-1. Use [tf.train.write_graph()](../python/train.md?cl=head#write_graph) to
+1. Use [tf.train.write_graph()](../python/train.md#write_graph) to
write the graph to a file.
1. Load the graph using the C++ Session API. For example:
@@ -67,9 +67,3 @@ write the graph to a file.
<!-- StructThreadOptions.md -->
-->
</div>
-
-
-
-
-
-