aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Mahmoud Aslan <mahmoudaslan@outlook.com>2018-07-02 20:37:26 +0300
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-07-02 10:37:26 -0700
commit6adc40e9973974b5fb5dd2b676a807414347e1b6 (patch)
tree7551cf9a86352536243b593c776804ac7dd4422b /CONTRIBUTING.md
parent070f6196227c414b5857c77502a344a79478526f (diff)
Update Google Python Style Guide link (#20458)
Updated the link to Google Python Style Guide, it was pointing to the deprecated guide : https://google.github.io/styleguide/pyguide.html The new updated guide: https://github.com/google/styleguide/blob/gh-pages/pyguide.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index db4b1581ae..f598999f35 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -107,7 +107,7 @@ diff <my_cc_file> /tmp/my_cc_file.cc
#### Python coding style
Changes to TensorFlow Python code should conform to
-[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
+[Google Python Style Guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md)
Use `pylint` to check your Python changes. To install `pylint` and
retrieve TensorFlow's custom style definition: