You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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>`_
44
44
45
45
Get a security group
46
46
~~~~~~~~~~~~~~~~~~~~
@@ -53,7 +53,7 @@ group’s ID, as shown in the following example:
`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>`_
57
57
58
58
Delete a security group
59
59
~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,4 +64,4 @@ You can delete a security group as shown in the following example:
64
64
65
65
$securityGroup->delete();
66
66
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