aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-08-16 11:41:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-16 12:10:03 -0700
commite4371880b1a50f7b23b2375c9c7c7fcd2dcf1a5b (patch)
treeda6c6a356190e79e818f1291224b14b0ffe23048 /tensorflow/contrib/rnn
parent72c5efff887256ab50bc5f9e586cea17c71a50b2 (diff)
Remove magic-doc-links from code.
This change contains no code changes. Only doc-strings. We can't use relative links in code files, so we don't have much choice but to link to tensorflow.org/ The deleted links were to docs that no longer exist. PiperOrigin-RevId: 209019572
Diffstat (limited to 'tensorflow/contrib/rnn')
-rw-r--r--tensorflow/contrib/rnn/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/rnn/__init__.py b/tensorflow/contrib/rnn/__init__.py
index cb437f2a2f..026bf08ced 100644
--- a/tensorflow/contrib/rnn/__init__.py
+++ b/tensorflow/contrib/rnn/__init__.py
@@ -14,7 +14,7 @@
# ==============================================================================
"""RNN Cells and additional RNN operations.
-See @{$python/contrib.rnn} guide.
+See [Contrib RNN](https://tensorflow.org/api_guides/python/contrib.rnn) guide.
<!--From core-->
@@RNNCell