aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/community/style_guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/community/style_guide.md')
-rw-r--r--tensorflow/docs_src/community/style_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/community/style_guide.md b/tensorflow/docs_src/community/style_guide.md
index daf0d2fdc0..c78da20edd 100644
--- a/tensorflow/docs_src/community/style_guide.md
+++ b/tensorflow/docs_src/community/style_guide.md
@@ -88,7 +88,7 @@ creates a part of the graph and returns output tensors.
* Operations should contain an extensive Python comment with Args and Returns
declarations that explain both the type and meaning of each value. Possible
shapes, dtypes, or ranks should be specified in the description.
- @{$documentation$See documentation details}
+ [See documentation details](../community/documentation.md)
* For increased usability include an example of usage with inputs / outputs
of the op in Example section.