Update references to HACKING/CONTRIBUTING.

This commit is contained in:
Florian Bruhin 2015-03-20 12:18:15 +01:00
parent 8c6ad697ce
commit 19d369377e
2 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,7 @@ available:
image:http://qutebrowser.org/img/cheatsheet-small.png["qutebrowser keybinding cheatsheet",link="http://qutebrowser.org/img/cheatsheet-big.png"]
* link:doc/quickstart.asciidoc[Quick start guide]
* link:doc/FAQ.asciidoc[Frequently asked questions]
* link:doc/HACKING.asciidoc[HACKING]
* link:CONTRIBUTING.asciidoc[Contributing to qutebrowser]
* link:doc/INSTALL.asciidoc[INSTALL]
* link:doc/stacktrace.asciidoc[Reporting segfaults]
* link:doc/userscripts.asciidoc[How to write userscripts]
@ -66,7 +66,8 @@ Contributions / Bugs
--------------------
You want to contribute to qutebrowser? Awesome! Please read
link:doc/HACKING.asciidoc[HACKING] for details and useful hints.
link:doc/CONTRIBUTING.asciidoc[the contribution guidelines] for details and
useful hints.
If you found a bug or have a feature request, you can report it in several
ways:

View File

@ -63,7 +63,7 @@ class DocstringParser:
"""Generate documentation based on a docstring of a command handler.
The docstring needs to follow the format described in HACKING.
The docstring needs to follow the format described in CONTRIBUTING.
Attributes:
_state: The current state of the parser state machine.