aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/community
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/community')
-rw-r--r--tensorflow/docs_src/community/documentation.md2
-rw-r--r--tensorflow/docs_src/community/index.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/docs_src/community/documentation.md b/tensorflow/docs_src/community/documentation.md
index e8b3787c1f..655506b098 100644
--- a/tensorflow/docs_src/community/documentation.md
+++ b/tensorflow/docs_src/community/documentation.md
@@ -35,7 +35,7 @@ at [tensorflow.org/versions/master](https://www.tensorflow.org/versions/master).
If you want documentation changes to appear at root, you will need to also
contribute that change to the current stable binary branch (and/or
-[cherrypick](https://www.google.com/url?sa=D&q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F9339429%2Fwhat-does-cherry-picking-a-commit-with-git-mean)).
+[cherrypick](https://stackoverflow.com/questions/9339429/what-does-cherry-picking-a-commit-with-git-mean)).
## Reference vs. non-reference documentation
diff --git a/tensorflow/docs_src/community/index.md b/tensorflow/docs_src/community/index.md
index f4c57725a0..c293e61c3e 100644
--- a/tensorflow/docs_src/community/index.md
+++ b/tensorflow/docs_src/community/index.md
@@ -10,3 +10,5 @@ This section contains the following documents:
TensorFlow source code or documentation, please read this guide.
* @{$style_guide$TensorFlow Style Guide}, which identifies coding style
conventions that TensorFlow developers and users should follow.
+ * @{$benchmarks$Benchmarks}, Benchmarks, a guide for defining and
+ running a TensorFlow benchmark.