Skip to content

Commit

Permalink
fix location of EC2 latent build slave
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Aug 2, 2014
1 parent ee13519 commit 3b97263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/customization.rst
Expand Up @@ -368,7 +368,7 @@ Writing a new latent buildslave should only require subclassing :class:`buildbot
# Callback value is ignored.
raise NotImplementedError

See :class:`buildbot.ec2buildslave.EC2LatentBuildSlave` for an example.
See :class:`buildbot.buildslave.ec2.EC2LatentBuildSlave` for an example.

Custom Build Classes
--------------------
Expand Down

0 comments on commit 3b97263

Please sign in to comment.