diff --git a/docs/plugins.rst b/docs/plugins.rst
index b5048945..78607c0b 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -3,12 +3,9 @@
Plugins
=======
-Datasette's plugin system is currently under active development. It allows
-additional features to be implemented as Python code (or front-end JavaScript)
-which can be wrapped up in a separate Python package. The underlying mechanism
-uses `pluggy `_.
-
-You can follow the development of plugins in `issue #14 `_.
+Datasette's plugin system allows additional features to be implemented as Python
+code (or front-end JavaScript) which can be wrapped up in a separate Python
+package. The underlying mechanism uses `pluggy `_.
Using plugins
-------------