Skip to content

Commit cc5de07

Browse files
author
Brian Curtin
committed
Correct the namespace for Server resource
(this also removes a stray incomplete sentence) Change-Id: I00de58befa14c6a9d92dcfb58f7bea1285beeab6
1 parent 538f826 commit cc5de07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/contributing.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ HTTP verbs, and injects your authentication token into a request,
125125
determines any service preferences callers may have set, gets the endpoint
126126
from the authenticator, and sends the request out through the transport.
127127

128-
For more information, see
129-
130128
Authenticator
131129
^^^^^^^^^^^^^
132130

@@ -158,8 +156,8 @@ Resource
158156
The :class:`openstack.resource.Resource` base class is the building block
159157
of any service implementation. ``Resource`` objects correspond to the
160158
resources each service's REST API works with, so the
161-
:class:`openstack.compute.v2.Server` subclass maps to the compute service's
162-
``https://openstack:1234/v2/servers`` resource.
159+
:class:`openstack.compute.v2.server.Server` subclass maps to the compute
160+
service's ``https://openstack:1234/v2/servers`` resource.
163161

164162
The base ``Resource`` contains methods to support the typical
165163
`CRUD <http://en.wikipedia.org/wiki/Create,_read,_update_and_delete>`_

0 commit comments

Comments
 (0)