Skip to content

Commit 48a9d50

Browse files
author
Jamie Hannaford
committed
Fixing relative links
1 parent fa11f19 commit 48a9d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/services/networking/security-groups.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in the following example:
4040
/** @var $securityGroup OpenCloud\Networking\Resource\SecurityGroup **/
4141
}
4242
43-
`Get the executable PHP script for this example </samples/Networking/list-security-groups.php>`_
43+
`Get the executable PHP script for this example <https://raw.githubusercontent.com/rackspace/php-opencloud/working/samples/Networking/list-security-groups.php>`_
4444

4545
Get a security group
4646
~~~~~~~~~~~~~~~~~~~~
@@ -53,7 +53,7 @@ group’s ID, as shown in the following example:
5353
/** @var $securityGroup OpenCloud\Networking\Resource\SecurityGroup **/
5454
$securityGroup = $networkingService->getSecurityGroup('{secGroupId}');
5555
56-
`Get the executable PHP script for this example </samples/Networking/get-security-group.php>`_
56+
`Get the executable PHP script for this example <https://raw.githubusercontent.com/rackspace/php-opencloud/working/samples/Networking/get-security-group.php>`_
5757

5858
Delete a security group
5959
~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,4 +64,4 @@ You can delete a security group as shown in the following example:
6464
6565
$securityGroup->delete();
6666
67-
`Get the executable PHP script for this example </samples/Networking/delete-security-group.php>`_
67+
`Get the executable PHP script for this example <https://raw.githubusercontent.com/rackspace/php-opencloud/working/samples/Networking/delete-security-group.php>`_

0 commit comments

Comments
 (0)