From 3f1209ba612e2fb43ac6da43ab055e5fa5dedc7b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 30 Jan 2015 22:06:38 -0500 Subject: [PATCH] Fix plugin names in docs --- master/docs/manual/cfg-www.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/docs/manual/cfg-www.rst b/master/docs/manual/cfg-www.rst index c9b59ee9691..8114b2e4e1c 100644 --- a/master/docs/manual/cfg-www.rst +++ b/master/docs/manual/cfg-www.rst @@ -28,11 +28,11 @@ This server is configured with the :bb:cfg:`www` configuration key, which specif ``plugins`` This key gives a dictionary of additional UI plugins to load, along with configuration for those plugins. - These plugins must be separately installed in the Python environment, e.g., ``pip install buildbot-www-waterfall``. + These plugins must be separately installed in the Python environment, e.g., ``pip install buildbot-waterfall-view``. For example:: c['www'] = { - 'plugins': {'waterfall': {'num_builds': 50}} + 'plugins': {'waterfall_view': {'num_builds': 50}} } ``debug``