Update links to the latest addresses

Change-Id: Ic402e0848e85551bd2573806427fa8662407d573
This commit is contained in:
chenghuiyu 2017-08-18 21:38:05 +08:00
parent d5b445946e
commit 12eea1bc31
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Group Based Policy Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Group Based Policy Specific Commandments

View File

@ -982,7 +982,7 @@ class Group_policy(extensions.ExtensionDescriptor):
@classmethod
def get_namespace(cls):
return "http://wiki.openstack.org/neutron/gp/v2.0/"
return "https://wiki.openstack.org/wiki/Neutron/gp/v2.0/"
@classmethod
def get_updated(cls):

View File

@ -90,7 +90,7 @@ class Group_policy_mapping(extensions.ExtensionDescriptor):
@classmethod
def get_namespace(cls):
return "http://wiki.openstack.org/neutron/gp/v2.0/"
return "https://wiki.openstack.org/wiki/Neutron/gp/v2.0/"
@classmethod
def get_updated(cls):

View File

@ -285,7 +285,7 @@ class Servicechain(extensions.ExtensionDescriptor):
@classmethod
def get_namespace(cls):
return "http://wiki.openstack.org/neutron/sc/v2.0/"
return "https://wiki.openstack.org/wiki/Neutron/sc/v2.0/"
@classmethod
def get_updated(cls):