summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 23:12:58 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 23:12:58 +0000
commit61af925aa41a34f64a5a7bf6d330a99062661aa6 (patch)
treebc5c2ce463396c57557c1c78ba5906aa1f5796df
parentadebdc39302d81e58c7c9a39d667139db9166f1f (diff)
downloadredis-py-61af925aa41a34f64a5a7bf6d330a99062661aa6.tar.gz
Editing
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index dbc1ffa..bfb4a27 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -15,7 +15,7 @@ If you don't know what to contribute, keep an open mind! Improving documentation
Your First Contribution
-----------------------
-Unsure where to begin contributing? You can start by looking through help-wanted issues: https://github.com/andymccurdy/redis-py/issues?q=is%3Aopen+is%3Aissue+label%3ahelp-wanted
+Unsure where to begin contributing? You can start by looking through `help-wanted issues <https://github.com/andymccurdy/redis-py/issues?q=is%3Aopen+is%3Aissue+label%3ahelp-wanted>`_.
Never contributed to open source before? Here are a couple of friendly tutorials:
@@ -47,7 +47,7 @@ The slave is a replica of the master node, using the `leader-follower replicatio
The sentinels monitor the master node in a `sentinel high-availability configuration <https://redis.io/topics/sentinel>`_.
-Meanwhile, the `test` container hosts the code from your checkout of `redis-py` and allows running tests against many Python versions.
+Meanwhile, the `test` container hosts the code from your checkout of ``redis-py`` and allows running tests against many Python versions.
Docker Tips
^^^^^^^^^^^