aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/receptive_field
diff options
context:
space:
mode:
authorGravatar Neal Wu <wun@google.com>2017-09-22 18:18:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-22 18:22:11 -0700
commit1b94147dc9793e63389d2099672351954fa2c326 (patch)
tree833633f9d356813172eab1b3fa08ec9204fb421a /tensorflow/contrib/receptive_field
parentb1ada5f0c7047ac0f20ee8666d07c5853f8fd974 (diff)
Fix broken GitHub links in tensorflow and tensorflow_models resulting from The Great Models Move (a.k.a. the research subfolder)
PiperOrigin-RevId: 169763373
Diffstat (limited to 'tensorflow/contrib/receptive_field')
-rw-r--r--tensorflow/contrib/receptive_field/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/receptive_field/README.md b/tensorflow/contrib/receptive_field/README.md
index b150b903b2..dfe53cdf14 100644
--- a/tensorflow/contrib/receptive_field/README.md
+++ b/tensorflow/contrib/receptive_field/README.md
@@ -38,7 +38,7 @@ models are available to you. This can be done in three simple commands:
```sh
git clone https://github.com/tensorflow/models
-cd models/slim
+cd models/research/slim
sudo python setup.py install_lib
```