From 486d65cdc23d2e96413b82ae5fe26eb15348237c Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 18 Aug 2016 14:08:04 +0200 Subject: [PATCH] docs: Fixed broken link to setuptools' docs --- docs/source/appendices/consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/appendices/consensus.md b/docs/source/appendices/consensus.md index 7fe70269..72146859 100644 --- a/docs/source/appendices/consensus.md +++ b/docs/source/appendices/consensus.md @@ -71,7 +71,7 @@ class SillyConsensusRules(BaseConsensusRules): ## Packaging a plugin -BigchainDB uses [setuptool's entry_point](https://pythonhosted.org/setuptools/setuptools.html) system to provide the plugin functionality. Any custom plugin needs to add this section to the `setup()` call in their `setup.py`: +BigchainDB uses [setuptools](https://setuptools.readthedocs.io/en/latest/)' entry_points to provide the plugin functionality. Any custom plugin needs to add this section to the `setup()` call in their `setup.py`: ```python entry_points={