File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ This assumes your application's PHP files are located in the same folder as
2626``vendor/ ``. If your files are located elsewhere, please supply the path to
2727``vendor/autoload.php `` in the require statement above.
2828
29- Read the ` OpenStack Getting Started guide < getting-started-with-openstack.html >`_
30- or ` Rackspace Getting Started guide < getting-started-with-rackspace.html >`_ to help
31- you get started with basic Compute operations.
29+ Read the :doc: ` getting-started-with-openstack ` or
30+ :doc: ` getting-started-with-rackspace ` to help you get started with basic
31+ Compute operations.
3232
3333Services
3434--------
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ This call lists the global roles available within a specified service.
3636 // ...
3737 }
3838
39+
3940 Get role
4041--------
4142
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Interacting with users
7676 $user = $service->resource('User', $data);
7777
7878 To see which methods you can call on ``$user `` (which implements
79- ``OpenCloud\Identity\Resource\User ``), see our `user documentation <users >`_
79+ ``OpenCloud\Identity\Resource\User ``), see our :doc: `user documentation <users >`
8080which accompanies this guide.
8181
8282
@@ -89,7 +89,7 @@ Interacting with tenants
8989 $tenant = $service->resource('Tenant', $data);
9090
9191 To see which methods you can call on ``$tenant `` (which implements
92- ``OpenCloud\Identity\Resource\Tenant ``), see our `user documentation <tenant >`_
92+ ``OpenCloud\Identity\Resource\Tenant ``), see our :doc: `user documentation <tenant >`
9393which accompanies this guide.
9494
9595
You can’t perform that action at this time.
0 commit comments