From 8592ea6aa5069c7a101c2ad54ce205050f799216 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 28 Oct 2021 07:11:16 +0200 Subject: [PATCH] Stack Overflow is two words --- .github/CONTRIBUTING.rst | 2 +- README.rst | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 5bbb9491..c97c5cf4 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -12,7 +12,7 @@ Support ------- In case you'd like to help out but don't want to deal with GitHub, there's a great opportunity: -help your fellow developers on `StackOverflow `_! +help your fellow developers on `Stack Overflow `_! The official tag is ``python-attrs`` and helping out in support frees us up to improve ``attrs`` instead! diff --git a/README.rst b/README.rst index 818dd63e..2f77fc64 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Never again violate the `single responsibility principle `_ to get help. +Please use the ``python-attrs`` tag on `Stack Overflow `_ to get help. Answering questions of your fellow developers is also a great way to help the project! diff --git a/docs/index.rst b/docs/index.rst index 679f498d..6b9948cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,7 @@ The next three steps should bring you up and running in no time: - If at any point you get confused by some terminology, please check out our `glossary`. -If you need any help while getting started, feel free to use the ``python-attrs`` tag on `StackOverflow `_ and someone will surely help you out! +If you need any help while getting started, feel free to use the ``python-attrs`` tag on `Stack Overflow `_ and someone will surely help you out! Day-to-Day Usage