summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2016-07-01 09:09:40 +0100
committerGitHub <noreply@github.com>2016-07-01 09:09:40 +0100
commit41f072fd0ee62e1df37ad8bb98489395a32ca6d3 (patch)
tree4f7879c69897a012be5c2c246468fa1fb8624f37 /docs
parentcode_style.rst: add link to google style (diff)
downloadsynapse-41f072fd0ee62e1df37ad8bb98489395a32ca6d3.tar.xz
code_style.rst: *fix* link to google style
Diffstat (limited to 'docs')
-rw-r--r--docs/code_style.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/code_style.rst b/docs/code_style.rst
index 8cde76149a..39710ab4ae 100644
--- a/docs/code_style.rst
+++ b/docs/code_style.rst
@@ -43,7 +43,7 @@ Basically, PEP8
   together, or want to deliberately extend or preserve vertical/horizontal
   space)
 
-Comments should follow the `google code style <http://google.github.io/styleguide/pyguide.html>`_.
+Comments should follow the `google code style <http://google.github.io/styleguide/pyguide.html?showone=Comments#Comments>`_.
 This is so that we can generate documentation with 
 `sphinx <http://sphinxcontrib-napoleon.readthedocs.org/en/latest/>`_.