summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-05 23:03:25 +0100
committerGeorg Brandl <georg@python.org>2011-01-05 23:03:25 +0100
commit13312988a0152909007fa62e8f8e308c115414da (patch)
tree81d9e2f5d7af13cd015aa9d654ef00e38978fa9e
parent19de0fd06d5e008fbf349f0aad7e29927f0e8e30 (diff)
downloadpygments-13312988a0152909007fa62e8f8e308c115414da.tar.gz
Remove dead link.
-rw-r--r--docs/src/plugins.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/plugins.txt b/docs/src/plugins.txt
index 335cf4ce..a6f8d7b0 100644
--- a/docs/src/plugins.txt
+++ b/docs/src/plugins.txt
@@ -80,10 +80,9 @@ How To Use Entrypoints
This documentation doesn't explain how to use those entrypoints because this is
covered in the `setuptools documentation`_. That page should cover everything
-you need to write a plugin. Also `this blog entry`_ might be interesting.
+you need to write a plugin.
.. _setuptools documentation: http://peak.telecommunity.com/DevCenter/setuptools
-.. _this blog entry: http://lucumr.pocoo.org/2006/7/30/setuptools-plugins
Extending The Core