THRIFT-3148 Markdown links to coding_standards are dead
This closes #491
diff --git a/lib/py/coding_standards.md b/lib/py/coding_standards.md
index 280f5e9..4c560b5 100644
--- a/lib/py/coding_standards.md
+++ b/lib/py/coding_standards.md
@@ -1,7 +1,7 @@
## Python Coding Standards
Please follow:
- * [Thrift General Coding Standards](/coding_standards)
+ * [Thrift General Coding Standards](/doc/coding_standards.md)
* Code Style for Python Code [PEP8](http://legacy.python.org/dev/peps/pep-0008/)
When in doubt - check with <http://www.pylint.org/> or online with <http://pep8online.com>.