Skip to content

Commit

Permalink
Fix plugin names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 31, 2015
1 parent b34f79a commit 3f1209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/manual/cfg-www.rst
Expand Up @@ -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``
Expand Down

0 comments on commit 3f1209b

Please sign in to comment.