From 19d369377e6e48c62e86f20f7dd5117239240213 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 20 Mar 2015 12:18:15 +0100 Subject: [PATCH] Update references to HACKING/CONTRIBUTING. --- README.asciidoc | 5 +++-- qutebrowser/utils/docutils.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index c6925e2a7..e0a580aae 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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: diff --git a/qutebrowser/utils/docutils.py b/qutebrowser/utils/docutils.py index ae088ffa8..5e8ca73a9 100644 --- a/qutebrowser/utils/docutils.py +++ b/qutebrowser/utils/docutils.py @@ -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.